Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
11-05-2009, 10:31 PM
#16
Member
Registered: Jul 2009
Distribution: OpenSuse 11.1
Posts: 291
Thanked: 15
[
Log in to
get rid of this advertisement]
Tell me please, do you use NetworkManager in Arch linux or "ifup"?
You have good wireless adapter, problems with script which can not detect them properly.
Do please under root "modinfo b43"
11-05-2009, 10:37 PM
#17
Member
Registered: Apr 2004
Location: queens , nyc
Distribution: Slackware , Ubuntu
Posts: 348
Thanked: 0
Original Poster
Quote:
Originally Posted by
nimnull22
Tell me please, do you use NetworkManager in Arch linux or "ifup"?
You have good wireless adapter, problems with script which can not detect them properly.
Do please under root "modinfo b43"
I dont have arch any more but when I was using it I was using wicd
Code:
anthony@leonidas:~$ sudo modinfo b43
[sudo] password for anthony:
filename: /lib/modules/2.6.31-14-generic/kernel/drivers/net/wireless/b43/b43.ko
firmware: FW13
license: GPL
author: Michael Buesch
author: Stefano Brivio
author: Martin Langer
description: Broadcom B43 wireless driver
srcversion: 56C3C0E5405605E451D365A
alias: ssb:v4243id0812rev10*
alias: ssb:v4243id0812rev0F*
alias: ssb:v4243id0812rev0D*
alias: ssb:v4243id0812rev0B*
alias: ssb:v4243id0812rev0A*
alias: ssb:v4243id0812rev09*
alias: ssb:v4243id0812rev07*
alias: ssb:v4243id0812rev06*
alias: ssb:v4243id0812rev05*
depends: mac80211,ssb,led-class,cfg80211
vermagic: 2.6.31-14-generic SMP mod_unload modversions
parm: bad_frames_preempt:enable(1) / disable(0) Bad Frames Preemption (int)
parm: fwpostfix:Postfix for the .fw files to load. (string)
parm: hwpctl:Enable hardware-side power control (default off) (int)
parm: nohwcrypt:Disable hardware encryption. (int)
parm: qos:Enable QOS support (default on) (int)
parm: btcoex:Enable Bluetooth coexistance (default on) (int)
parm: verbose:Log message verbosity: 0=error, 1=warn, 2=info(default), 3=debug (int)
and just incase lsmod
Code:
anthony@leonidas:~$ lsmod
Module Size Used by
binfmt_misc 10220 1
ppdev 8232 0
snd_hda_codec_atihdmi 4320 1
iptable_filter 3872 0
ip_tables 21200 1 iptable_filter
snd_hda_codec_idt 72976 1
x_tables 25832 1 ip_tables
snd_hda_intel 31880 4
snd_hda_codec 87584 3 snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
uvcvideo 65260 0
snd_seq_dummy 3460 0
snd_seq_oss 33440 0
snd_seq_midi 8192 0
snd_hwdep 9352 1 snd_hda_codec
videodev 43360 1 uvcvideo
snd_rawmidi 27360 1 snd_seq_midi
sdhci_pci 8928 0
lib80211_crypt_tkip 10016 0
snd_pcm_oss 44704 0
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
jmb38x_ms 11300 0
snd_seq 60608 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
joydev 13088 0
v4l1_compat 16804 2 uvcvideo,videodev
hp_accel 12480 0
amd64_edac_mod 26688 0
sdhci 20484 1 sdhci_pci
wl 1277380 0
snd_seq_device 8308 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd_mixer_oss 18976 1 snd_pcm_oss
v4l2_compat_ioctl32 13344 1 videodev
i2c_piix4 11728 0
lp 11908 0
lis3lv02d 9312 1 hp_accel
memstick 12528 1 jmb38x_ms
edac_core 48876 1 amd64_edac_mod
fglrx 2234552 33
lirc_ene0100 9444 0
snd_pcm 93160 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 26992 2 snd_seq,snd_pcm
shpchp 37756 0
lirc_dev 13928 1 lirc_ene0100
parport 40528 2 ppdev,lp
psmouse 57124 0
serio_raw 6596 0
snd 77096 19 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_hwdep,snd_rawmidi,snd_pcm_oss,snd_seq,snd_seq_device,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9088 1 snd
snd_page_alloc 10928 2 snd_hda_intel,snd_pcm
input_polldev 4720 1 lis3lv02d
led_class 5256 2 hp_accel,sdhci
lib80211 7812 2 lib80211_crypt_tkip,wl
r8169 38884 0
mii 6368 1 r8169
video 23612 0
output 3680 1 video
11-05-2009, 10:57 PM
#18
Member
Registered: Jul 2009
Distribution: OpenSuse 11.1
Posts: 291
Thanked: 15
The problem is, kernel chooses for wireless b43, but there is no b43. So do under root "modprobe b43", and then check /var/log/messages
Do "modinfo lib80211_crypt_tkip"
Do "hwinfo |grep RTL"
11-05-2009, 11:07 PM
#19
Member
Registered: Apr 2004
Location: queens , nyc
Distribution: Slackware , Ubuntu
Posts: 348
Thanked: 0
Original Poster
Quote:
Originally Posted by
nimnull22
The problem is, kernel chooses for wireless b43, but there is no b43. So do under root "modprobe b43", and then check /var/log/messages
Do "modinfo lib80211_crypt_tkip"
Do "hwinfo |grep RTL"
Code:
Nov 5 23:02:56 leonidas kernel: [11761.035463] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
]
Code:
anthony@leonidas:~$ modinfo lib80211_crypt_tkip
filename: /lib/modules/2.6.31-14-generic/kernel/net/wireless/lib80211_crypt_tkip.ko
license: GPL
description: lib80211 crypt: TKIP
author: Jouni Malinen
srcversion: DD53EC5EB39A8DCF6A634EB
depends: lib80211
vermagic: 2.6.31-14-generic SMP mod_unload modversions
Code:
anthony@leonidas:~$ hwinfo | grep RTL
info.product = 'RTL8101E/RTL8102E PCI Express Fast Ethernet controller'
pci.product = 'RTL8101E/RTL8102E PCI Express Fast Ethernet controller'
E: ID_MODEL_FROM_DATABASE=RTL8101E/RTL8102E PCI Express Fast Ethernet controller
Model: "Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
Device: pci 0x8136 "RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
anthony@leonidas:~$
the rtl is for my ethernet port
also if this helps
Code:
anthony@leonidas:~$ hwinfo | grep Broadcom
pci.vendor = 'Broadcom Corporation'
info.vendor = 'Broadcom Corporation'
<6>[ 5196.633945] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
<6>[11761.035463] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
Model: "Broadcom BCM4322 802.11a/b/g/n Wireless LAN Controller"
Vendor: pci 0x14e4 "Broadcom"
Last edited by speel; 11-05-2009 at 11:08 PM ..
11-05-2009, 11:15 PM
#20
Member
Registered: Jul 2009
Distribution: OpenSuse 11.1
Posts: 291
Thanked: 15
Now, please:
"lsmod |grep b43"
"hwinfo --netcard"
11-05-2009, 11:18 PM
#21
Member
Registered: Apr 2004
Location: queens , nyc
Distribution: Slackware , Ubuntu
Posts: 348
Thanked: 0
Original Poster
Quote:
Originally Posted by
nimnull22
Now, please:
"lsmod |grep b43"
"hwinfo --netcard"
Code:
anthony@leonidas:~$ lsmod | grep b43
b43 136552 0
ssb 40944 1 b43
mac80211 210104 1 b43
cfg80211 109144 2 b43,mac80211
led_class 5256 3 b43,hp_accel,sdhci
Code:
anthony@leonidas:~$ hwinfo --netcard
36: PCI 900.0: 0200 Ethernet controller
[Created at pci.318]
UDI: /org/freedesktop/Hal/devices/pci_14e4_432b
Unique ID: mY_N.xEdCKKl8S9C
Parent ID: H0_h.AQdh0Ungjl1
SysFS ID: /devices/pci0000:00/0000:00:06.0/0000:09:00.0
SysFS BusID: 0000:09:00.0
Hardware Class: network
Model: "Broadcom BCM4322 802.11a/b/g/n Wireless LAN Controller"
Vendor: pci 0x14e4 "Broadcom"
Device: pci 0x432b "BCM4322 802.11a/b/g/n Wireless LAN Controller"
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x137f
Revision: 0x01
Driver: "wl"
Driver Modules: "wl"
Device File: eth2
Memory Range: 0xd1100000-0xd1103fff (rw,non-prefetchable)
IRQ: 18 (1282915 events)
HW Address: 00:21:00:c4:45:79
Link detected: yes
Module Alias: "pci:v000014E4d0000432Bsv0000103Csd0000137Fbc02sc80i00"
Driver Info #0:
Driver Status: ssb is active
Driver Activation Cmd: "modprobe ssb"
Driver Info #1:
Driver Status: wl is active
Driver Activation Cmd: "modprobe wl"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #11 (PCI bridge)
37: PCI a00.0: 0200 Ethernet controller
[Created at pci.318]
UDI: /org/freedesktop/Hal/devices/pci_10ec_8136
Unique ID: rBUF.wffhbYyG7HA
Parent ID: M71A.hqZRV2vNF82
SysFS ID: /devices/pci0000:00/0000:00:07.0/0000:0a:00.0
SysFS BusID: 0000:0a:00.0
Hardware Class: network
Model: "Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
Device: pci 0x8136 "RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x30fb
Revision: 0x02
Driver: "r8169"
Driver Modules: "r8169"
Device File: eth0
I/O Ports: 0x2000-0x2fff (rw)
Memory Range: 0xd1010000-0xd1010fff (rw,prefetchable)
Memory Range: 0xd1000000-0xd100ffff (rw,prefetchable)
Memory Range: 0xd1020000-0xd103ffff (ro,prefetchable,disabled)
IRQ: 29 (no events)
HW Address: 00:23:5a:34:0f:55
Link detected: no
Module Alias: "pci:v000010ECd00008136sv0000103Csd000030FBbc02sc00i00"
Driver Info #0:
Driver Status: r8169 is active
Driver Activation Cmd: "modprobe r8169"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #12 (PCI bridge)
anthony@leonidas:~$
11-05-2009, 11:29 PM
#22
Member
Registered: Jul 2009
Distribution: OpenSuse 11.1
Posts: 291
Thanked: 15
Now
"modprobe -r lib80211_crypt_tkip"
"modprobe -r b43"
"modprobe b43"
And then "ifup eth2" and "iwconfig eth2". Check your internet connection.
11-05-2009, 11:47 PM
#23
Member
Registered: Apr 2004
Location: queens , nyc
Distribution: Slackware , Ubuntu
Posts: 348
Thanked: 0
Original Poster
Quote:
Originally Posted by
nimnull22
Now
"modprobe -r lib80211_crypt_tkip"
"modprobe -r b43"
"modprobe b43"
And then "ifup eth2" and "iwconfig eth2". Check your internet connection.
Alright I removed those drivers and put back the b43 driver and ifup and iwconfig give me the same output as earlier and yea connection is still off, have a ( legal ) torrent going it spikes up to 300kbps then drops to around 100kbps then 26 kbps then back up to 300 continuously.
11-05-2009, 11:47 PM
#24
Member
Registered: Jul 2009
Distribution: OpenSuse 11.1
Posts: 291
Thanked: 15
If "ifup eth2" and "iwconfig eth2" won't work, use NManager.
11-05-2009, 11:51 PM
#25
Member
Registered: Jul 2009
Distribution: OpenSuse 11.1
Posts: 291
Thanked: 15
"connection is still off" - but you can download with "300kbps then drops to around 100kbps then 26 kbps then back up to 300kbps continuously".
Any way "300kbps then drops to around 100kbps then 26 kbps then back up to 300kbps continuously" - it is good because of torrent.
11-05-2009, 11:53 PM
#26
Member
Registered: Apr 2004
Location: queens , nyc
Distribution: Slackware , Ubuntu
Posts: 348
Thanked: 0
Original Poster
Quote:
Originally Posted by
nimnull22
"connection is still off" - but you can download with "300kbps then drops to around 100kbps then 26 kbps then back up to 300kbps continuously".
Any way "300kbps then drops to around 100kbps then 26 kbps then back up to 300kbps continuously" - it is good because of torrent.
Well if I plug in my ethernet wire I get any where from 700kbps - almost a meg and it stays at that.
11-06-2009, 12:08 AM
#27
Member
Registered: Jul 2009
Distribution: OpenSuse 11.1
Posts: 291
Thanked: 15
From your first post: ..."The problem is the connection and/or packets drop dramaticly almost down to 56k speeds and then eventually the card will totally disconnect and try to reconnect to the network again."
Now, does your wireless card disconnect and try to reconnect to the network again?
11-06-2009, 12:59 AM
#28
Member
Registered: Apr 2004
Location: queens , nyc
Distribution: Slackware , Ubuntu
Posts: 348
Thanked: 0
Original Poster
Quote:
Originally Posted by
nimnull22
From your first post: ..."The problem is the connection and/or packets drop dramaticly almost down to 56k speeds and then eventually the card will totally disconnect and try to reconnect to the network again."
Now, does your wireless card disconnect and try to reconnect to the network again?
So far nope it hasn't
11-06-2009, 10:24 AM
#29
Member
Registered: Apr 2004
Location: queens , nyc
Distribution: Slackware , Ubuntu
Posts: 348
Thanked: 0
Original Poster
Yep happened again while skipping through a flash movie *sigh*, its almost as if it can't handle large amounts of data.
11-06-2009, 11:22 AM
#30
Member
Registered: Jul 2009
Distribution: OpenSuse 11.1
Posts: 291
Thanked: 15
OK. We found a problem any way. The driver is wrong.
But If you like Ubuntu and want to use it, I strongly suggest to post to their forum:
anthony@leonidas:~$ hwinfo --netcard
36: PCI 900.0: 0200 Ethernet controller
[Created at pci.318]
UDI: /org/freedesktop/Hal/devices/pci_14e4_432b
Unique ID: mY_N.xEdCKKl8S9C
Parent ID: H0_h.AQdh0Ungjl1
SysFS ID: /devices/pci0000:00/0000:00:06.0/0000:09:00.0
SysFS BusID: 0000:09:00.0
Hardware Class: network
Model: "Broadcom BCM4322 802.11a/b/g/n Wireless LAN Controller"
Vendor: pci 0x14e4 "Broadcom"
Device: pci 0x432b "BCM4322 802.11a/b/g/n Wireless LAN Controller"
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x137f
Revision: 0x01
Driver: "wl"
Driver Modules: "wl"
Device File: eth2
Memory Range: 0xd1100000-0xd1103fff (rw,non-prefetchable)
IRQ: 18 (1282915 events)
HW Address: 00:21:00:c4:45:79
Link detected: yes
Module Alias: "pci:v000014E4d0000432Bsv0000103Csd0000137Fbc02sc80i00"
Driver Info #0:
Driver Status: ssb is active
Driver Activation Cmd: "modprobe ssb"
Driver Info #1:
Driver Status: wl is active
Driver Activation Cmd: "modprobe wl"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #11 (PCI bridge)
37: PCI a00.0: 0200 Ethernet controller
[Created at pci.318]
UDI: /org/freedesktop/Hal/devices/pci_10ec_8136
Unique ID: rBUF.wffhbYyG7HA
Parent ID: M71A.hqZRV2vNF82
SysFS ID: /devices/pci0000:00/0000:00:07.0/0000:0a:00.0
SysFS BusID: 0000:0a:00.0
Hardware Class: network
Model: "Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
Device: pci 0x8136 "RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x30fb
Revision: 0x02
Driver: "r8169"
Driver Modules: "r8169"
Device File: eth0
I/O Ports: 0x2000-0x2fff (rw)
Memory Range: 0xd1010000-0xd1010fff (rw,prefetchable)
Memory Range: 0xd1000000-0xd100ffff (rw,prefetchable)
Memory Range: 0xd1020000-0xd103ffff (ro,prefetchable,disabled)
IRQ: 29 (no events)
HW Address: 00:23:5a:34:0f:55
Link detected: no
Module Alias: "pci:v000010ECd00008136sv0000103Csd000030FBbc02sc00i00"
Driver Info #0:
Driver Status: r8169 is active
Driver Activation Cmd: "modprobe r8169"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #12 (PCI bridge)
And ask: what the f****k is going on with Ubuntu 9.10. Why my wireless card is called "PCI 900.0: 0200 Ethernet controller".
When they fix it, you can manually configure your wireless card I believe it will work as it suppose to.
Developers have to fix this shit.
Write to their forum.
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 06:05 PM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News
LQ Podcast
LQ Radio