Any internet connection wireless, ethernet, or wireless usb

Message
Author
shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

Any internet connection wireless, ethernet, or wireless usb

#1 Post by shockwave »

Hi,

Maybe this belongs in the Newbie section, but it is networking so I am posting it here. I recently found Puppy, and am trying to get it running on my NEC LaVie M LM50H/5. It is a Japanese computer if anyone is wondering. Everything boots up great on it, but I can't get it to connect to the internet. It has no built in card, but I have 3 options. None of which I can get to work. I would really appreciate the help.

The options

1. Wireless PCMCIA card. Buffalo Air Station WLI-CB-G54L

2. PCMCIA Logitec fast ethernet card

3. USB Linksys wireless b network adapter

If i can't get any of these to work i have no internet. I am very new at linux so very simple instructions would be great. I am really impressed with this distribution, and really want to get it working. I think it works faster than my two computers which have much more computing power.

Thanks so much

caka
Posts: 202
Joined: Thu 07 Dec 2006, 17:19

#2 Post by caka »

Hello.

What version off Puppy do you have?. Maybe if you use the zdrv file, it would get running any wireless card.

The first that you must to do is to Know the chipset of your wireless cards. This web page could help you to know the chipset:

http://linux-wless.passys.nl/

Linux and Puppy have native drivers for a lot of wifi cards and in other case you must use ndiswraper.

If you don´t know the chipset see the output of the comand lspci in Puppy. And for the usb card use usbview.

Regards and sorry for my poor english

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#3 Post by shockwave »

Well it looks like the wireless card is using a Broadcom chipset according to that table, and is marked in yellow. meaning some of them are supported. How do i go about installing it. I have the windows driver, so should i try to install it through ndiswrapper? Where do i do that at? Thanks for all the help

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#4 Post by tempestuous »

bcm43xx Linux driver for Broadcom chipsets is here http://www.murga-linux.com/puppy/viewto ... 4670#84670
When Puppy 2.14 is released this driver will be included as standard http://www.puppyos.net/news/comments.ph ... 203-172026

Just install the dotpup, reboot, and run the Network Wizard.

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#5 Post by shockwave »

Great. Thank you very much. Is there a way i can dl it to usb and then load it. If not then I guess I will have to wait for a new release since i can't connect to the internet with that computer. Any word on when the next release is expected?

caka
Posts: 202
Joined: Thu 07 Dec 2006, 17:19

#6 Post by caka »

shockwave wrote:Is there a way i can dl it to usb and then load it.
Is very easy. You can download the file to your USB. Then start Puppy and insert the USB.

Now you must start the program "Media Utility tool" (you have a icon in the desktop) and click in the button "mount" for your USB.

After that you will mount the USB and inmediatly will appear a ROX window and then you can see the files onto your USB.

Good luck

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#7 Post by shockwave »

Ok I dl and installed the package. Now what do I do to get the card to work. Right now it has no lights at all. Thanks once again for all the help.

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#8 Post by shockwave »

I am not sure if it matters or not, but if I click on the gpccard pcmcia monitor nothing happens. I don't know exactly what that does so i don't know if it matters

caka
Posts: 202
Joined: Thu 07 Dec 2006, 17:19

#9 Post by caka »

Don´t worry if the lights are off.

You have to load the driver with te modprobe comand. Open a shell and write:

Code: Select all

modprobe bcm43xx
To see if the driver is loaded you can use the comand lsmod.

And for see if the card is running write:

Code: Select all

iwconfig
The card will appear like ethx or wlanx. I don´t use a broadcom chipset and I don´t know the name of the interface exactly.

Tell us if your wireless card appear and I tell you how to continue.

PD: did you read the readme file in the tempestuous Dotpup?. I have used some Dotpups made for tempestuous and always included a readme file with instructions and a model of script to conect.

Regards

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#10 Post by shockwave »

Than you for your help. I tried to put in the command, but got an error in return.
WARNING: Error inserting ieee80211softmac (lib/2.6.18.1/kernal/driver/net/wireless/bcm43xx.ko): Uknown symbol in module, or unkown parameter (see dmesg)
FATAL: Error inserting bcm43xx (/lib/modules/2.6.18.1/drivers/net/wireless/bcm43xx.ko): Unkown symbol in module or unknown parameter (see dmesg)


Any ideas?

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#11 Post by tempestuous »

In the forum thread where you got the bcm43xx driver, look further down.
http://www.murga-linux.com/puppy/viewto ... 5411#85411

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#12 Post by shockwave »

You mean the rest of the modprobe commands a few replies down right. Since I have no internet connection with that computer where ca I load those files onto usb?

I really appreciate all the help

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#13 Post by shockwave »

It says below that those are already part of Puppy? When I tried the first one it said there was no file......

caka
Posts: 202
Joined: Thu 07 Dec 2006, 17:19

#14 Post by caka »

Tempesteous say that you have to write this comands:

Code: Select all

modprobe firmware_class 
modprobe ieee80211 
modprobe ieee80211softmac 
modprobe bcm43xx 
[quote="shockwave"]It says below that those are already part of Puppy?[quote]

Yes that files are included in Pupyy; but, what version of Puppy are you running?.

[quote="shockwave"]When I tried the first one it said there was no file.[quote]

Which of them? modprobe firmware_class?.

What version of Puppy do you have?. Do you have the zdrv file?.

Regards.

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#15 Post by shockwave »

I am running 2.13. It says i don't have any of them. That it can't find the file. What is the zdrv file, and how do I check for it?

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#16 Post by shockwave »

Oh i thought I should mention that I dl the version with all of the drivers...If it matters.

caka
Posts: 202
Joined: Thu 07 Dec 2006, 17:19

#17 Post by caka »

Then you must have that file in:

/lib/modules/2.6.18.1/kernel/drivers/base/firmware_class.ko

and the first comand:

Code: Select all

modprobe firmware_class
have to run ok. :?: :?: :?:

See if you have that file in the mentioned route.

Regards.

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#18 Post by shockwave »

Caka, Thanks for your help.

I checked the file and I can find no base file. Is it possible that i had a bad download. I also noticed that it could not find the built in network cards on my other computers as well. Computers that ubuntu is running fine on. Should I try another dl? If so which is the best one to dl?

caka
Posts: 202
Joined: Thu 07 Dec 2006, 17:19

#19 Post by caka »

Try to download zdrv_213.sfs from here:

ftp://ibiblio.org/pub/linux/distributions/puppylinux/

That file include a lot of drivers and modules. You must put te zdrv file in the same directory that your file pup213 for being load when you boot Puppy.

Good luck and sorry for my poor english

shockwave
Posts: 52
Joined: Sat 03 Feb 2007, 15:17

#20 Post by shockwave »

Do i need to dl the zdrv file seperately? or is it included in the normal dl. Don't worry about the english. I live in Japan so I know what it's like to speek a second language. I am jsut glad for the help

Post Reply