Results 11 to 13 of 13
No wireless after my reboot. It seemed to be loading except for the last command.
I have an observation and a question if you may.
I noticed that there were ...
- 11-10-2009 #11
No wireless after my reboot. It seemed to be loading except for the last command.
I have an observation and a question if you may.
I noticed that there were some commands that say "(uname -r)" should I have placed `uname -r' , with backticks instead?
- 11-10-2009 #12
It can be $(uname -r) or `uname -r`
I'm not noticing anything obviously wrong with your commands vs the guide. I haven't run Debian for awhile so I'm not sure where the hangup is. I might gues the wl.ko module didn't get copied correctly.
Look in /lib/modules/$(uname -r)/extra/wl/ for the wl.ko file. Is it there? If not, check in /home/jun/hybrid_wl/ for the built module and copy it over, then run the commands from depmod -a -F /boot/System.map-$(uname -r) $(uname -r) on again.
- 11-10-2009 #13
Hi,
i have it already.
Code:jun@debian:~$ cat /lib/modules/$(uname -r)/extra/wl/ cat: /lib/modules/2.6.26-2-686/extra/wl/: Is a directory jun@debian:~$ ls /lib/modules/$(uname -r)/extra/wl/ wl.ko jun@debian:~$


Reply With Quote