SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a dell inspiron 1525 laptop. I'm trying to get the wireless card to "work". I'm running slackware 13 which I install today, and have install linux kernel 2.6.31.5. During installation I forgot to install the modules, and did this after the kernel was installed. I'm pretty sure that this is the cause of my problems, but i'll post everything else here anyway
I have no idea what sit0 is, but I think it might be the card, without the proper firmware installed. I have tried the instructions on the linux wireless website, to no avail.
i use ndiswrapper, for my wireless driver.
for that you have to follow this sequence, there are plenty of nice howtos available in the internet. still ...
install ndiswrapper, install windows driver, blacklist the kernel default module, load ndiswrapper module,
edit rc.modules to load the driver when the machine boots.. restart the network service.. install wicd, start wicd service.. run wicd-client
thanks easuter for the links. I installed the firmware and the driver and have managed to run the 'wl' module. But I still don't have a wireless interface when I run "iwconfig". It can't load ANY other kernel modules though, because modprobe can't find them. I'm stumped as to what to do now.
thanks easuter for the links. I installed the firmware and the driver and have managed to run the 'wl' module. But I still don't have a wireless interface when I run "iwconfig". It can't load ANY other kernel modules though, because modprobe can't find them. I'm stumped as to what to do now.
This is very odd. Did you install the firmware cutter, firmware and driver using the SlackBuild scripts, right? Did you do it in the order given?
Because I just built those packages (even though I don't have a broadcom device) and after they were installed I was able to modprobe the wl driver without any problems.
I can load the module without any problems, and have configured it to load a boot up. lsmod gives me:
Module Size Used by
wl 1269644 0
But iwconfig doesn't give me any wireless device. Just lo, eth0 and sit0. I think that the driver might not work.
Okay, lets try to find out what happens when you load the kernel module.
First remove it with
Code:
rmmod wl
Next, run this command (as root, and in a separate terminal):
Code:
tail -f /var/log/messages
This will allow you to see new messages as they are printed to the file.
Now reinsert the module and collect the output from the other terminal and past it here.
I know I should have asked this earlier , but please also post the output from lspci and
[ 744.502128] vim used greatest stack depth: 5788 bytes left
[ 4962.850574] libflashplayer.[3796]: segfault at 990020 ip b6dc81d6 sp bf800784 error 4 in libflashplayer.so[b6d99000+990000]
[ 4966.220596] libflashplayer.[3798]: segfault at 990020 ip b6e611d6 sp bfca1204 error 4 in libflashplayer.so[b6e32000+990000]
[ 5175.507363] firefox-bin used greatest stack depth: 5624 bytes left
[ 5175.585909] firefox-bin used greatest stack depth: 5376 bytes left
[ 5175.924922] firefox-bin used greatest stack depth: 5312 bytes left
[ 7298.031116] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 8696.065056] pdflush used greatest stack depth: 4768 bytes left
[14526.934108] Thunar used greatest stack depth: 4408 bytes left
[20125.221206] CE: hpet increasing min_delta_ns to 15000 nsec
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.