wireless networks not detected

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
RonB

wireless networks not detected

Post by RonB »

Hi. New to Mint and am having trouble getting wireless to work consistently/reliably. Toshiba laptop with Atheros AR5007EG wireless device. Running Mint 13 Mate.

Here is the result of running the command requested by the wireless forum:

ron@ron-Satellite-A215 ~ $ sudo /usr/lib/linuxmint/mintWifi/mintWifi.py
[sudo] password for ron:
-------------------------
* I. scanning WIFI PCI devices...
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
lo
no wireless extensions.
wlan0
eth0
IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
no wireless extensions.
-------------------------
* IV. querying ifconfig...
eth0
Link encap:Ethernet HWaddr 00:1b:38:13:8e:66
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:43 Base address:0x6000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1920 (1.9 KB) TX bytes:1920 (1.9 KB)
wlan0 Link encap:Ethernet HWaddr 00:1b:9e:25:40:a1
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
-------------------------
* V. querying DHCP...
-------------------------
* VI. querying nslookup google.com...
;; connection timed out; no servers could be reached
ron@ron-Satellite-A215 ~ $
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.
caf4926
Level 7
Level 7
Posts: 1916
Joined: Mon Mar 22, 2010 3:21 pm
Location: Argyll and Bute

Re: wireless networks not detected

Post by caf4926 »

Lets see

Code: Select all

lspci -nnk | grep -iA2 net
Linux Mint 21.1 Cinnamon
RonB

Re: wireless networks not detected

Post by RonB »

Here is the results of running: lspci -nnk | grep -A2 net as requested by caf4926.

ron@ron-Satellite-A215 ~ $ lspci -nnk | grep -iA2 net
0e:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
Subsystem: Toshiba America Info Systems Device [1179:ff00]
Kernel driver in use: r8169
--
14:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter (PCI-Express) [168c:001c] (rev 01)
Subsystem: Askey Computer Corp. WLL3141 (Toshiba PA3613U-1MPC) 802.11bg Wireless Mini PCIe Card [144f:7128]
Kernel driver in use: ath5k
ron@ron-Satellite-A215 ~ $
caf4926
Level 7
Level 7
Posts: 1916
Joined: Mon Mar 22, 2010 3:21 pm
Location: Argyll and Bute

Re: wireless networks not detected

Post by caf4926 »

I think you need to look at
http://madwifi-project.org/

ath5k will need blacklisting


You may need to check if you have HAL
As it has been dropped in some cases

Perhaps wait for other advices.
Linux Mint 21.1 Cinnamon
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: wireless networks not detected

Post by remoulder »

Try in a terminal

Code: Select all

sudo ifconfig wlan0 down
sudo rmmod -r ath5k
sudo modprobe ath5k nohwcrypt=1
sudo ifconfig wlan0 up
If that works then to make it permanent do

Code: Select all

echo "options ath5k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath5k.conf
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
RonB

Re: wireless networks not detected

Post by RonB »

Read some of the madwifi literature. not sure what I should do next though. sounds like linux has issues with my Atheros card, and no good solutions yet? If someone knows of a work around I can follow step by step instructions. Thanks, ronb.
RonB

Re: wireless networks not detected

Post by RonB »

wireless is operating as it should, at least for the moment. as soon as it fails to pick up wireless next time I will try the steps suggested by remoulder. it works in spurts with no rhyme or reason i can see.
Brahim Salem

Re: wireless networks not detected

Post by Brahim Salem »

caf4926 wrote:Lets see

Code: Select all

lspci -nnk | grep -iA2 net

I have the same problem and this command gave me:

Code: Select all

lspci -nnk | grep -iA2 net
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8723]
	Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:0723]
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05)
	Subsystem: Toshiba America Info Systems Device [1179:fb37]
	Kernel driver in use: r8169
Locked

Return to “Networking”