Any internet connection wireless, ethernet, or wireless usb

Message
Author
User avatar
mark2
Posts: 104
Joined: Sun 20 Aug 2006, 19:35
Location: Bristol, UK
Contact:

#41 Post by mark2 »

you can add the following at the end of /etc/rc.d/rc.local

Code: Select all

modprobe firmware_class 
modprobe ieee80211 
modprobe ieee80211softmac 
modprobe bcm43xx 
Which loads the drivers ready for you to set up your connection.

If you have gone back a step securitywise and use WEP, add the following lines.

Code: Select all

modprobe ieee80211_crypt 
modprobe ieee80211_crypt_wep 
ifconfig eth1 up 
iwconfig eth1 essid "network" channel x mode managed key xxxxxxxx 
rm /etc/dhcpc/dhcpcd-eth1.cache 2>/dev/null #ditto 
rm /etc/dhcpc/dhcpcd-eth1.info 2>/dev/null #ditto 
dhcpcd eth1
This will have your network connected when you reach the desktop.

There is work ongoing with the network set up wizard regarding the remembering of network settings to the next boot.

See rarsa's posts http://www.murga-linux.com/puppy/viewtopic.php?t=15180
[img]http://www.markamos.pwp.blueyonder.co.uk/yxudnslbsx.png[/img]
www.crowncarcare.co.uk

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

#42 Post by shockwave »

Thank you very much. Well I can't go back yet as I am still trying to get wpa to work.

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

#43 Post by tempestuous »

shockwave, I don't think WPA will work for you. See my comments here http://www.murga-linux.com/puppy/viewto ... 6269#96269

Consider using WEP instead.

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

#44 Post by shockwave »

temptuous. I think youa re right. thank you very much for all the help. I am going to give up the wireless i dea for the computer, and try to get a lan going on it. If possible where can i get information on how to install and get working a pcmcia lan card. here are the specs

Logitec (yes this is the correct spelling, i believe it is a japanese company) fast ethernet PCMCIA Card
LAN-TX/PCM
DC5V 91mA(TYP)
MAC:00018E B3E71C

any help would be appreciated

thanks

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

#45 Post by shockwave »

anyone no where I might be able to find a driver that would work for this card?

Post Reply