LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-03-2007, 03:11 PM   #1
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Rep: Reputation: 16
Toshiba Satellite A105 - FC6 not recognising wireless card


Hey, I have a Toshiba Satellite A105-S4014. I just installed Fedora Core 6 on a fresh hard drive, and everything seems to be working fine, except that it is not picking up my wireless device. It worked just fine on the same computer when I was using Ubuntu 6.06/6.10. I tried adding a new wireless device from the Networking tool, but when it comes time to pick which wireless device I am using mine is not on the list. There are 3 or 4 Intel devices on there, which is what mine is per the Satellite user manual, but none of them are the right one, and I have tried each of them to no avail. Any advice?

Thanks,
Diomedes
 
Old 02-03-2007, 03:35 PM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Need to know what brand, model, and version it is.
Post output from /sbin/lspci command.
Might check out this site for help. http://www.linux-laptop.net/

Brian
 
Old 02-03-2007, 03:47 PM   #3
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
It tells me the device is an Intel Corporation PRO/Wireless 3945ABG. I dunno if this is quite what you are looking for... I apologise for my lack of understanding -- networking is the one thing I have never had to figure out on my own, every distro in the past has automated it.
 
Old 02-03-2007, 04:27 PM   #4
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
I found the source for the driver on Intel's website and I built it, and it said everything was fine, but it still doesn't recognise the actual hardware. I know I probably need to install something relating to the firmware, but that is where my knowledge stops.
 
Old 02-03-2007, 05:07 PM   #5
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I believe that module package is not installed as default FC6. Point us to the link you have for the driver and the info you used to install. This way we are all on the same page.

Brian
 
Old 02-03-2007, 11:52 PM   #6
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
http://www.intel.com/support/notebook/sb/cs-006408.htm
 
Old 02-04-2007, 12:33 AM   #7
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
Grr... alright, now I have yet another issue. I found the installation instructions in the package, but when I followed them I installed, per the instructions, the IEEEE 802.11 network stack. Apparently when I installed it it tore apart the references and such to the original version (as would make sense) but it didn't replace them with the new stuff, so now when I try to use any of the commands in the IEEEE set it gives me a "command not found", and I don't have any idea what to do...
 
Old 02-04-2007, 08:33 AM   #8
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I read the install and run the setup to the end with no problems. Not sure where you are at with the problem. Detail the steps you did and results from each step.

Brian
 
Old 02-06-2007, 01:43 PM   #9
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
Alright... I did everything per the instructions, and it went fine, I suppose, up until it said to check the existence of the device with
%iwconfig eth0
I did this and it gave back that iwconfig was not a recognised command, nor is modprobe or any others that are related. Am I missing something?
Also, I bought a wireless card, a Netgear WPN511 PC card, because I needed it for Windows anyway. It was not recognised in the list of wireless cards, and there was no Linux driver support, so I turned to madwifi. For some reason MadWifi won't build... it gives me an error, and says that it's missing "linux/header.h".
 
Old 02-06-2007, 02:16 PM   #10
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
The iwconfig, modprobe, and other similar commands are done with root privileges. You can do these ina terminal by using the "su" command or the "sudo" command.

So if you are running as your normal user inside a terminal or console, enter the following:

su
<You will be prompted for the root password>

enter the iwconfig, modprobe, etc.

When you are done enter:
exit

You will be returned to your normal user privileges.

As for the missing linux/header.h, that means that the madwifi build process is looking for the kernel source code files
 
Old 02-06-2007, 02:23 PM   #11
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
One more thing, just found a place to get the latest madwifi in .rpm format for FC6. Go to: http://rpm.livna.org/

That may help eliminate some problems !!
 
Old 02-06-2007, 03:21 PM   #12
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
I su'd and the same thing happened... it says the command was not found. Normally it would say that I do not have proper permissions, but it is telling me the command was not found.
Ah, of course... should I have pointed it at my source files with a flag of some sort?
I'll check out the RPM. Thank you very much.
 
Old 02-06-2007, 03:31 PM   #13
rje_NC
Member
 
Registered: Nov 2002
Location: Greensboro, NC
Posts: 182

Rep: Reputation: 30
Does your Linksys WPN511 card use the Atheros chipset? If is does not use the Atheros chipset the Madwifi drivers will not do you any good, as Madwifi is designed specifically to support the Atheros chipset devices.

Run /sbin/lspci from a terminal with the device installed (if it is a PCI device), and you should see an entry in the output listing with some information. You should see entries for both wired and wireless network cards if both are installed.

Once you determine the chipset your wireless card uses, you can research to determine which drive you need for that particular chipset. Before you do almost anything with wireless configuration, you need to know the wireless chipset if you are driving to get a wireless driver working.

Bob
 
Old 02-06-2007, 03:39 PM   #14
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
Oh, I know it uses the Atheros chipset. I know madwifi will work, it's just a matter of getting there.
*sigh* I am so confused... unless I'm missing something, Ubuntu was way better. Ok, to start with, rpm packages associate themselves with Archive Manager - for some reason they don't install when you dbl-click them, at least not now. I know they used to, or is that just a Gnome thing? I'm using KDE... I don't see why it would make a difference though.
Second, I tried to install it from the command line with "rpm -i kmod-madwifi-whatever.rpm" and it said it needed a different kernel... I found another rpm package for it elsewhere on the internet, and I tried to install that with the same command, and it said it needs dkms. In short, I have no idea what is going on.
 
Old 02-06-2007, 03:59 PM   #15
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
Alright, I installed the package with yum. It took some hunting, but I finally found out why I couldn't get the bugger in the first place - I didn't have the proper repository in my lists.
Now, the thing is, madwifi.org tells me to go with "modprobe ath_pci" but, as mentioned above, the command "modprobe" is "not found". What am I missing? Do I not have a certain package installed or something?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
toshiba satellite A105 S2051 pinksheep Linux - Laptop and Netbook 13 08-08-2007 01:50 PM
Problems installing Intel 3945 wireless NIC on Toshiba Satellite A105 kccrusher Linux - Hardware 2 11-10-2006 03:15 PM
Wifi on Toshiba Satellite A105 in Ubuntu Diomedes Linux - Laptop and Netbook 1 09-30-2006 11:43 AM
Toshiba Satellite A105-S2101 I need Help Odin5578 Linux - Laptop and Netbook 7 09-06-2006 01:16 PM
crash on toshiba satellite a105, gentoo afrodocter Linux - Hardware 2 07-20-2006 07:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration