LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-28-2012, 07:24 AM   #1
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Rep: Reputation: 16
Old Toshiba Satellite - Wireless Connection Trouble


I wiped the hard drive on my Toshiba Satellite A105-S4014 and installed the latest Arch. The process went smoothly - I like to think I have some idea of what I'm doing. However, when I got to wireless networking...

Here's the thing. I remember years ago (probably when I first joined this site) these laptops had issues with the onboard wireless. Something about Atheros drivers not being supported natively, and I had to use a madwifi driver, I think. Well, apparently it's supported, now. I think. See, when I was running off the live disc during install I had no trouble getting the network up via:
Code:
# ip link set wlan0 up
# wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
# dhcpcd wlan0
This worked fine for me during install. Obviously, I had to redirect my WPA passphrase:
Code:
# wpa_passphrase <SSID> "<phrase>" > /etc/wpa_supplicant/wpa_supplicant.conf
So when I had the install complete and I chrooted into the new /, I went to work setting up netcfg to autoconnect. That is, I configured a new network profile PTM, changed netcfg config, and added netcfg to the daemon array. When I rebooted not only did it not autoconnect, but my wlan0 interface was locked down - I could not bring it up, and if I tried to scan for networks it told me the interface was busy. So I took netcfg out of the daemon array and rebooted, and then the above manual method worked fine (ip link ..., wpa_supplicant ..., dhcpcd ...)
I started from scratch with configuring netcfg, and instead of putting it in the daemon array I tried calling it manually:
Code:
# netcfg <profile>
Output:
Code:
:: paleman up       BUSY
> WPA Authentication/Association Failed
I've checked over all of my WPA credentials and everything looks good. I've tried the WPA key as plaintext and hex. What's worse, now the manual method won't work either! The commands finish without errors or warnings, and I'll check iwconfig, which says it's associated wlan0 with the access point, but I can't connect at all. I can't really bring down WPA temporarily as there are several people on this access point, but I did try netcfg with a new profile connecting to my Android tether (no encryption, no access control, full root permissions):
Code:
:: android up       BUSY
> DHCP IP lease attempt failed.
I can't tell if this is related to the problem or something else entirely. But, a few thoughts:
- Do you think maybe the ath5k/ath9k driver is still necessary? I hadn't thought it was, since I could connect once in a while, and the system obviously recognises the hardware, and as far as I can tell no firmware is ever called that wasn't found.
- Why would I suddenly just not be able to connect the same way I did before? It doesn't make any sense. I've retraced my steps and can't find anything I did differently, or did that I hadn't undone, in the process. I haven't touched wpa_supplicant.conf since the first reboot, and I've verified that it still contains the appropriate info.
- Also noteworthy to me, probably since the last time I even used this laptop was when I was trying to manually install madwifi with no internet connection, is that my wireless interface is recognised as wlan0, whereas it was before ath0.

Has anyone else had this problem, or happen to know what's going on?
 
Old 08-28-2012, 09:20 AM   #2
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
UPDATE: I thought perhaps network and netcfg were arguing, so I took network out of rc.conf. Results are exactly the same, but at least there were no extra problems.
 
Old 08-29-2012, 07:37 AM   #3
Diomedes
Member
 
Registered: Dec 2004
Distribution: Slackware 13
Posts: 113

Original Poster
Rep: Reputation: 16
UPDATE #2: I'm certain it's the onboard. I changed nothing and connected a USB wireless card and tried the manual method. It's working just fine. I'm happy with this solution, but I would still like very much to figure out what happened. I don't like my system being broken.
 
Old 09-02-2012, 08:45 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Atheros, usually behave themselves eventually.
Mention your device exactly - the line from lsusb/lspci and the kernel module. Check this out
http://www.linuxwireless.org/en/users/Drivers

Grep the kernel config and see if you have all the settings you want. Let me illustrate. My broadcom (b43) device wouldn't work. I grepped for B43 in the config and found it in ssb - the Sonics Silicon Backplane! Some small driver code (CONFIG_SSB_B43_PCI_BRIDGE) to make it appear on the pci bus. CONFIG_SSB_B43_PCI_BRIDGE didn't show in 'make menuconfig', but was configured by other stuff.
 
  


Reply

Tags
ath, satellite, toshiba, wireless



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
[SOLVED] Trouble installing madwifi on Toshiba Satellite C655 running Linux Mint 10 nine9nine Linux - Software 8 01-27-2011 03:02 PM
trouble installing Linux on Toshiba Satellite 110CT molan Linux - Laptop and Netbook 2 09-06-2010 03:33 PM
Cannot get wireless to work on Toshiba Satellite L350-170 (Wireless card: RTL8187B) anon095 Linux - Laptop and Netbook 5 01-07-2009 06:33 PM
Toshiba Satellite Trouble BinghamtonReview Linux - Hardware 2 01-09-2008 11:22 AM
Trouble installing Linux on Toshiba Satellite Pro M40 Tianabhaig Linux - Laptop and Netbook 2 04-25-2006 12:21 PM

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

All times are GMT -5. The time now is 07:51 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