LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 01-22-2006, 06:54 AM   #1
gabriel79
LQ Newbie
 
Registered: Apr 2005
Posts: 6

Rep: Reputation: 0
Wireless Network Adaptor - Linksys WMP54G ver 2


Hello everybody.
I have a problem installing Linksys WMP54G ver 2. In the box i want to install it i have an eth0 too and i want to use as access point the dsl/router Linksys WAG354G.
# lspci |grep -i wireless
Code:
02:04.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)

So i have used ndiswrapper to install win drivers and work.My wlan is recognized.
Code:
 # ndiswrapper -l
Installed ndis drivers:
bcmwl5  driver present, hardware present
but at #dmesg | grep wlan

Code:
wlan0: ndiswrapper ethernet device 00:0f:66:f1:a5:e0 using driver bcmwl5, configuration file 14E4:4320:1737:0013.5.conf
wlan0: encryption modes supported: WEP, WPA with TKIP, WPA with AES/CCMP
wlan0 (WE) : Driver using old /proc/net/wireless support, please fix driver !
# cat /proc/net/wireless
Code:
Inter-| sta-|   Quality        |   Discarded packets               | Missed | WE
 face | tus | link level noise |  nwid  crypt   frag  retry   misc | beacon | 19
 wlan0: 0000  100   199     0        0      0      0      0      0        0
# ifconfig -a

Code:
eth0      Link encap:Ethernet  HWaddr 00:80:48:34:15:98
          inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:12627 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9908 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:16202543 (15.4 Mb)  TX bytes:995343 (972.0 Kb)
          Interrupt:11 Base address:0xc800

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:106 errors:0 dropped:0 overruns:0 frame:0
          TX packets:106 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:7524 (7.3 Kb)  TX bytes:7524 (7.3 Kb)

wlan0     Link encap:Ethernet  HWaddr 00:0F:66:F1:A5:E0
          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING 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)
          Memory:df000000-df001fff

#iwconfig
Code:
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11g  ESSID:"test1"
          Mode:Auto  Frequency:2.462 GHz  Access Point: 56:67:A2:57:EF:5D
          Bit Rate=54 Mb/s   Tx-Power:24 dBm
          RTS thr=2347 B   Fragment thr=2346 B
          Encryption key:off
          Power Management:off
          Link Quality:100/100  Signal level:-57 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
The graffical interface of the configuration of the dsl/router is the simpliest i would can do.

WIRELESS->Basic Wireless Settings
->wireless network mode ---->MIXED
->wireless network ---->test1
->wireless channel ---->11-2.462GHz
->wireless ssid broadcast ----> enable

->Wireless Security
->Sevurity Mode ---->Disable

->Wireless Accesss
->Allow All

->Advanced Wireless Settings
Authentication -->AUTO(default)
Control TX Rate -->AUTO(default)
Beacon Interval -->100(default:100,milliseconds,range 1-65535)
DTIM Interval --> 1 (default 1 , rane 1-255)
Fragmentation Threshold-->2346(default,range 256-4096)
RTS Threshold -->2347(default,range 0-4096)


At Security section all security options are disabled.


I haven't set up right the /etc/conf.d/wireless so at boot up the init script fails.And the netmount fails also.
I do the cofigurations manually with ifconfig and iwconfig till get them work.

#rc-status boot
Code:
Runlevel: boot
 urandom   [ started ]
 net.lo        [ started ]
 keymaps   [ started ]
 coldplug    [ started ]
 domainname[started ] 
checkfs       [ started ]
 clock        [ started ]
 rmnologin  [ started ] 
checkroot   [ started ] 
consolefont  [ started ]
 localmount [ started ]
 bootmisc   [ started ]
 modules    [ started ] 
alsasound   [started]
#rc-status default
Code:
Runlevel: default
netmount      [   off ] 
local             [ started ] 
domainname [ started ] 
cupsd           [ started ]
 hotplug        [ started ] 
net.wlan0      [   off ]
So i can't establish a connection between wlan0 and wireless router.....
Any help will be helpfull.Thanks in advance.
 
Old 01-31-2006, 10:07 AM   #2
GAVollink
Member
 
Registered: Apr 2002
Location: Bronx, NY
Distribution: Ubuntu
Posts: 371

Rep: Reputation: 34
Hi... you listed everyting except your distribution.

I say this because -- Under Debian, Ubuntu and Kubuntu, I can probably help. Under anything else, probably not.

Basically, though, your wireless card is functional, it has associated with your Access Point, and you've got a perfect link. The only thing missing is a method to get dhclient (dhcp) to request an IP address from your AP. The question you are asking, though, will end up with a distribution specific answer.
 
  


Reply



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
Linksys WMP54G wireless network drivers for Linux SUSE 9.2 rishulshah Linux - Wireless Networking 6 03-01-2005 08:36 AM
Linksys 802.11b Wireless USB adaptor (ver. 2.6) doesn't work Bad_Bob Linux - Hardware 5 07-01-2004 10:54 AM
WUSB11 ver. 2.6 Wireless linksys network card not working leeman_s Slackware 2 08-13-2003 11:28 AM
Linksys wireless USB network adapter ver 2.5 niyaah Linux - Hardware 3 10-15-2002 10:19 PM
Linksys USB Wireless adaptor Undergamer Linux - Wireless Networking 2 03-27-2002 03:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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