Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wlan works not correctly...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
codein
Tux's lil' helper
Tux's lil' helper


Joined: 11 Apr 2005
Posts: 105
Location: Germany

PostPosted: Thu Oct 27, 2005 11:35 pm    Post subject: Wlan works not correctly... Reply with quote

Hi folks!

I have a problem with my smc2802W card. Everthing works... but not fine.. i have a Connection Speed of 1 MBit/s and i think usualy it must run with 54 MBit/s... When i configure the WLan with static ip's the ration is changing everytime between 1 and 54 MBit/s ang dies after a while...
The output of iwconfig changes from:
Code:

eth1      IEEE 802.11b/g  ESSID:"router"  Nickname:"router"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:01:E3:41:2C:D2
          Bit Rate:54 Mb/s   Tx-Power=31 dBm   Sensitivity=20/200
          Retry min limit:8   RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality:166/0  Signal level:-85 dBm  Noise level:-254 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0


over (or something like that):
Code:

eth1      IEEE 802.11b/g  ESSID:"router"  Nickname:"router"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:01:E3:41:2C:D2
          Bit Rate:36 Mb/s   Tx-Power=31 dBm   Sensitivity=20/200
          Retry min limit:8   RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality:183/0  Signal level:-84 dBm  Noise level:-242 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0


to:
Code:

eth1      IEEE 802.11b/g  Nickname:"router"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:00:00:00:00:00
          Bit Rate:0 Mb/s   Tx-Power=0 dBm   Sensitivity=0/0
          Retry min limit:8   RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality:143/0  Signal level:-86 dBm  Noise level:-255 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0



when i configure eth1 with dhcp it only looks like this:
Code:

eth1      IEEE 802.11b/g  ESSID:"router"  Nickname:"router"
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:01:E3:41:2C:D2
          Bit Rate:1 Mb/s   Tx-Power=31 dBm   Sensitivity=20/200
          Retry min limit:8   RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality=172/0  Signal level=-84 dBm  Noise level=-242 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0


this is what i get when i start net.eth1:
Code:

makana codein # /etc/init.d/net.eth1 restart
/etc/conf.d/net: line 2: net.*: command not found
 * Stopping eth1
 *   Bringing down eth1
 *     Stopping dhcpcd on eth1 ...                                        [ ok ]
 *     Shutting down eth1 ...                                              [ ok ]
 * Starting eth1
 *   Configuring wireless network for eth1
Warning: Driver for device eth1 has been compiled with version 18
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...

 *     eth1 connected to "router" at 00:01:E3:41:2C:D2
 *     in managed mode (WEP disabled)
 *   Bringing up eth1
 *     dhcp
 *       Running dhcpcd ...                                               [ ok ]
 *       eth1 received address 192.168.1.2

Mybe its this message? I thinked that when the driver has some features which are not supported of the programm cases no trouble, but i can be wrong... It is definitly not the problem of the router...

has somebody an idea?

codein

EDIT: i have relized that i can access just gentoo.org and kde-look.org... (that are websites i know that they where loaded) that is really crazy :? , or :?:
_________________
Gentoo GNU/Linux Stage1 on AMD Athlon64 3000+, MSI K8T800 NEO2 (S939), Kingston 1024MB RAM,
Maxtor 200GB SATAII, Geforce 6200 V+ (DDR2), LC Power 420W, Chieftec Dragon DX-01BL-D-U

(Avatar - pray for Gentoo GNU/Linux)
Back to top
View user's profile Send private message
_loki_
l33t
l33t


Joined: 18 Dec 2003
Posts: 680
Location: in the shell

PostPosted: Fri Oct 28, 2005 8:26 am    Post subject: Reply with quote

for the warning while starting the interface you can patch the kernel with version 18 of wireless extensions.. I think this is not related to your problme though, but here you can get the patch
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw_we18-5.diff
to apply it copy it in /usr/src/linux and run
Code:

cat iw_we18-5.diff | patch -p1

then recompile kernel and driver in order..
Back to top
View user's profile Send private message
codein
Tux's lil' helper
Tux's lil' helper


Joined: 11 Apr 2005
Posts: 105
Location: Germany

PostPosted: Sat Oct 29, 2005 6:15 am    Post subject: Reply with quote

don't fix it... exactly the same problem like before... :cry:
some other ideas?

here is once again the warning message...
Code:

makana codein # /etc/init.d/net.eth1 restart
 * Unmounting network filesystems ...                                     [ ok ]
 * Stopping eth1
 *   Bringing down eth1
 *     Stopping dhcpcd on eth1 ...                                        [ ok ]
 *     Shutting down eth1 ...                                             [ ok ]
 * Starting eth1
 *   Configuring wireless network for eth1
Warning: Driver for device eth1 has been compiled with version 18
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...

 *     eth1 connected to "router" at 00:01:E3:41:2C:D2
 *     in managed mode (WEP disabled)
 *   Bringing up eth1
 *     dhcp
 *       Running dhcpcd ...                                               [ ok ]
 *       eth1 received address 192.168.1.2
 * Mounting network filesystems ... 



codein
_________________
Gentoo GNU/Linux Stage1 on AMD Athlon64 3000+, MSI K8T800 NEO2 (S939), Kingston 1024MB RAM,
Maxtor 200GB SATAII, Geforce 6200 V+ (DDR2), LC Power 420W, Chieftec Dragon DX-01BL-D-U

(Avatar - pray for Gentoo GNU/Linux)
Back to top
View user's profile Send private message
_loki_
l33t
l33t


Joined: 18 Dec 2003
Posts: 680
Location: in the shell

PostPosted: Sat Oct 29, 2005 7:22 am    Post subject: Reply with quote

the warning message must disappera by applieng the patcg and recompile the kernel and the module! As I said, I don't really think it's the reason for your problem, but if you still get the error message while stating the interface something went wrong..
Back to top
View user's profile Send private message
jasm
Tux's lil' helper
Tux's lil' helper


Joined: 10 Sep 2003
Posts: 80
Location: Belgium

PostPosted: Sat Oct 29, 2005 8:04 am    Post subject: Reply with quote

Hi,

The messages tells you that the version in the driver is newer than the one of the userspace tools.
I've solved those messages by emerging a new version of the wireless-tools package. The version I'm currently using is net-wireless/wireless-tools-28_pre10. For this to happen, I had to add the package to /etc/portage/package.keywords. Whether this would solve your connection problems with your AP remains a question...

Jan
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum