Page 2 of 3
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:04
by nshiell
My mistake, I thought I included it in one of my previous replies. I did the Full install.
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:07
by nshiell
This maybe some useful information! I did not install Lilo. I am using GRUB2.0. Sorry I probably should have mentioned that. Does that make a huge difference?
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:13
by gapan
It probably doesn't, but are you sure you have set up grub to use the right kernel? Maybe it's using a same version kernel from another distribution?
And did you install the kernel-source package? If you need to compile any extra kernel modules, you'll need that, but the ath9k module is already included anyway.
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:18
by nshiell
I am fairly certain GRUB is loading the correct kernal, there is only on that partition. It is using: /boot/vmlinuz-huge-2.6.37.6 is that correct?
I am not sure if I installed the kernal-source, how do I check?
Also thanks A LOT for your help!
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:29
by nshiell
I just tried the command 'modprobe -l | grep "ath9k" and got:
kernal/drivers/net/wireless/ath/ath9l/ath9k.ko
kernal/drivers/net/wireless/ath/ath9l/ath9k_hw.ko
kernal/drivers/net/wireless/ath/ath9l/ath9k_common.ko
kernal/drivers/net/wireless/ath/ath9l/ath9k_htc.ko
so thats good news!
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:32
by mimosa
#slapt-get --search kernel-source
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:35
by nshiell
slapt-get --search kernel-source
gives:
Failed to open package_data
package_data: No such file or directory
Perhaps you want to run --update?
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:40
by mimosa
Looks like you didn't install it, or anything else
#slapt-get -u # long form is --update
#slapt-get --upgrade #you may want to update all packages
Re: Trouble with setting my Wireless Card
Posted: 14. Dec 2011, 21:45
by nshiell
Will do! I am about to leave for home (currently at school). So I will pick this stuff up when I get back tomorrow. Thanks a lot for everyones help!
I was wondering, could anyone recommend me a book about linux? I am interested not so much in the fancy tools and tricks. More in the nuts and bolts of it all. Any suggestions?
Re: Trouble with setting my Wireless Card
Posted: 15. Dec 2011, 09:57
by mimosa
Have a look at the first post (or maybe it's the second) in the Documentation board, which has links to some online resources.
http://www.linuxcommand.org might be a good place to start, depending on your interests. Also see the official Slackware documentation (the "Slackbook") for reference relating specifically to this distro (Salix is basically Slackware).
http://www.tuxfiles.com has some basic stuff that's pretty digestible.
EDIT
Also, have you had a look at the User Guide, available from the Salix homepage?