Wireless dissapears?

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Chasester

Wireless dissapears?

Post by Chasester »

Hey folks.

Compaq C751NR
01:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)


When I first installed Linux Mint about a month and half ago it found the wireless right off the bat, then every time I would get any updates I would reboot and wireless would not be an available option. Reboot several times and It would find it again. I got fed up with it one night and reinstalled Mint - did this a few times where the first couple attempts did not show wireless either.

This last time I had it working very sweet, went to put the laptop into suspended mode last night - came back this morning unlocked and wireless is not an option again.

In all of the above attempts, I"ve tried using the Atheros driver, and tried the ndiswrapper one as well. All attempts give the same result - wireless not an option. If I run iwconfig I receive this.

Code: Select all

lo        no wireless extensions.

eth0      no wireless extensions.

pan0      no wireless extensions
If I left click on the Network Manager it used to show the option to connect to a hidden wireless network (for some reason does not now). If I put in the same ssid as my wireless point it will not give me the connecting icon at all.

Would anybody have any suggestions on what to try?

Thank you
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Re: Wireless dissapears?

Post by pdc_2 »

we used this guide

http://www.ubuntugeek.com/how-to-get-at ... -ibex.html

to install the requisite drivers to a MoonOS on an ASUS: reason is the MoonOS is a light LXDE distro; but it did not have the atheros drivers; the install worked very well; (and we used it to install on to a couple of SD cards as well!)

I wonder if you check the blacklisting that needs to be done: ie check that those drivers that need to be blacklisted are still so;

(and I worry that ndiswrapper is lurking in the background too, but I am no wireless expert)
Chasester

Re: Wireless dissapears?

Post by Chasester »

Thanks pdc_2,

The solution was probably quite spot on. Although it didn't quite work. So to remove whatever i may have done was I did a full install (again). Wireless still did not work. So poking around more I found that that typing in a Terminal

Code: Select all

lshw -C Network
showed the wireless as "Unclaimed" Go figure that one. so I said the hell with it, Little more browsing around and found this over at Ubuntu - same basic resolution as you indicated.


Go to http://linuxwireless.org/download/compat-wireless-2.6/ and download the tar

Then.

Code: Select all

cd ~/Desktop
sudo apt-get install build-essential
tar -xjvf compat-wireless*
cd compat-wireless*
make
sudo make unload
sudo make load
sudo make install
echo ath9k | sudo tee -a /etc/modules
echo ath5k | sudo tee -a /etc/modules
echo ath_pci | sudo tee -a /etc/modules
And it worked.

Many thanks for the point.
Locked

Return to “Hardware Support”