You are not logged in.
Pages: 1
A while ago, I was having a problem getting pcmcia-card wireless network adapter working on a legacy system. Mojo fixed it immediately for me with a small procedure that ended with:
modprobe -r b43legacy
modprobe b43legacy
... and all was well.
The problem is that after a hard reset or reboot, I lose the adapter completely and wind up typing
modprobe -r b43legacy
modprobe b43legacy
into a terminal as su and then everything works again.
How can I run these commands every time I boot the laptop, regardless of which user logs in? Bear in mind, I am a complete novice, but I can follow directions.
I am using Slitaz 4 and it is installed onto the hard drive, so I can have persistence.
Thanks in advance!
Matthew
Offline
oh, and then I have to restart the network, so if that could be added to the automation - awesome.
Offline
On a full install with firmware in place:
Open terminal,su, password: root
leafpad /etc/rcS.conf
Add [c]b43legacy[/c] to [c]LOAD_MODULES=[/c]
File/Save
File/Quit
Offline
I wish I had the time to tell you all the ways I attempted to accomplish this. Basically, if it ended in ".sh", then I tried to modify it today.
THANK YOU SO MUCH
Matthew
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]