Well, then, dump the entire output of
lspci
and
lsusb
and post them here.
Announcement
Collapse
No announcement yet.
Wireless dies?
Collapse
This topic is closed.
X
X
-
Originally posted by Snowhog View PostHas to. Are you typing the command correctly? The | isn't a lower case L, it's the pipe symbol. If you just copy and paste what GG showed into the console, you should get a result.
jeremy@jeremy-GA-990FXA-UD3:~$ lspci | grep Network
jeremy@jeremy-GA-990FXA-UD3:~$
- Top
- Bottom
Leave a comment:
-
Originally posted by Jeremy_Ray View PostSadly that one doesn't give an output either.
- Top
- Bottom
Leave a comment:
-
Originally posted by GreyGeek View PostYou could use
lspci | grep Network
Originally posted by GreyGeek View Post
[/B]Set options for the mac80211 module in /etc/modprobe.d/modprobe.conf:
alsa-base.conf blacklist.conf blacklist-framebuffer.conf blacklist-oss.conf blacklist-watchdog.conf
blacklist-ath_pci.conf blacklist-firewire.conf blacklist-modem.conf blacklist-rare-network.conf dkms.conf
- Top
- Bottom
Leave a comment:
-
You could use
lspci | grep Network
~$ modinfo rt2x00usbfilename: /lib/modules/3.2.0-23-generic/kernel/drivers/net/wireless/rt2x00/rt2x00usb.ko
license: GPL
description: rt2x00 usb library
version: 2.3.0
author: http://rt2x00.serialmonkey.com
srcversion: A9B4713979C3716DFDBBDBC
depends: rt2x00lib,mac80211
intree: Y
vermagic: 3.2.0-23-generic SMP mod_unload modversions
~$ modinfo rt2x00lib
filename: /lib/modules/3.2.0-23-generic/kernel/drivers/net/wireless/rt2x00/rt2x00lib.ko
license: GPL
description: rt2x00 library
version: 2.3.0
author: http://rt2x00.serialmonkey.com
srcversion: B3AB82C0C3D679C86EC4A17
depends: mac80211,cfg80211
intree: Y
vermagic: 3.2.0-23-generic SMP mod_unload modversions
~$ modinfo -p mac80211
parm: ieee80211_default_rc_algoefault rate control algorithm for mac80211 to use (charp)
parm: max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
parm: max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
parm: probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
~$ modinfo -p cfg80211
parm: ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm: cfg80211_disable_40mhz_24ghzisable 40MHz support in the 2.4GHz band (bool)
The three most likely to help are max_nullfunc_tries, max_probe_tries and probe_wait_ms.
Set options for the mac80211 module in /etc/modprobe.d/modprobe.conf:Code:[FONT=courier new]options mac80211 max_nullfunc_tries=60 max_probe_tries=60 probe_wait_ms=3600000[/FONT]
- Top
- Bottom
Leave a comment:
-
Originally posted by GreyGeek View Post
lspci | grep 802
Originally posted by GreyGeek View Postand what is your driver?
lsmod | grep 802
mac80211 506816 3 rt2800lib,rt2x00usb,rt2x00lib
cfg80211 205544 2 rt2x00lib,mac80211
- Top
- Bottom
Leave a comment:
-
What's your wireless chip?
lspci | grep 802
and what is your driver?
lsmod | grep 802
- Top
- Bottom
Leave a comment:
-
Wireless dies?
This is on my desktop -
AMD 8-core FX-8120 3.1g 16M R
Gigabyte GA-990FXA-UD3 AM3+ R motherboard
16 gigs GSKILL F3-14900CL9D-8GBSR
Radeon HD6870
Internet is still up, and I can access it through the wireless router with my laptop.
In the Network managment settings dialogue, it shows the connection and says it's connected, when the connection has been broken. After disconnecting and reconnecting through Network Management, wireless works again.
The problem doesn't appear through regular internet surfing. It only appears when using Muon or Apt through the terminal.Tags: None
- Top
- Bottom
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.
Leave a comment: