Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 |
0a:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) |
Quellcode |
|
1 2 3 4 |
avalarion-laptop avalarion # lsmod Module Size Used by ndiswrapper 126400 0 sky2 39160 0 |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
avalarion-laptop avalarion # iwconfig lo no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11bg ESSID:"" Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated Tx-Power=27 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 sit0 no wireless extensions. eth0 no wireless extensions. |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Die folgende Zeile nicht ändern, sonst wird nichts funktionieren ctrl_interface=/var/run/wpa_supplicant # Sicherstellen, dass nur root die WPA Konfiguration lesen kann ctrl_interface_group=0 # wpa_supplicant soll sich um scannen und AP Auswahl kümmern ap_scan=1 network={ ssid="Google" psk="Mein PW" # Je höher die Priorität, desto schneller werden wir verknüpft priority=9 scan_ssid=1 } /etc/wpa_supplicant/wpa_supplicant.conf lines 1-17/17 (END) |
Quellcode |
|
1 2 3 4 5 6 |
essid_wlan0='Google' mode_wlan0='auto' channel_wlan0='3' key_Google='Mein_PW' config_Google=('dhcp') dhcpd_Google='-t 5' |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 |
# This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). ###config_eth0=( "dhcp" ) # wpa_supplicant gegen<C3><BC>ber wireless-tools bevorzugen modules=( "wpa_supplicant" ) config_eth0=( "192.168.1.79 netmask 255.255.255.0 brd 192.168.1.255" ) routes_eth0=( "default via 192.168.1.1" ) |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Avalarion« (25.10.2009, 15:57)
Nicht viel. iwconfig tastet ALLE interfaces ab und guckt nach einer wireless extension. Die findet es bei eth0 ohnehin nicht. Ist alles korrekt.Zitat
wlan0 ist nicht verbunden. Und was macht eth0 unter meinen Wlan Karten?
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
avalarion-laptop ~ # /etc/init.d/net.wlan0 restart * Stopping wlan0 * /etc/conf.d/wireless is deprecated * Please put all settings in /etc/conf.d/net * /etc/conf.d/wireless is deprecated * Please put all settings in /etc/conf.d/net * Bringing down wlan0 * Shutting down wlan0 ... [ ok ] * Starting wlan0 * /etc/conf.d/wireless is deprecated * Please put all settings in /etc/conf.d/net * /etc/conf.d/wireless is deprecated * Please put all settings in /etc/conf.d/net * Starting wpa_supplicant on wlan0 ... [ ok ] * Starting wpa_cli on wlan0 ... [ ok ] * Backgrounding ... avalarion-laptop ~ # iwlist scanning lo Interface doesn't support scanning. wmaster0 Interface doesn't support scanning. wlan0 No scan results sit0 Interface doesn't support scanning. eth0 Interface doesn't support scanning. avalarion-laptop ~ # iwconfig lo no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11bg ESSID:"Google" Mode:Managed Frequency:2.447 GHz Access Point: Not-Associated Tx-Power=27 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 sit0 no wireless extensions. eth0 no wireless extensions. avalarion-laptop ~ # more /etc/conf.d/net # This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). ###config_eth0=( "dhcp" ) # wpa_supplicant gegenüber wireless-tools bevorzugen modules=( "wpa_supplicant" ) wpa_supplicant_wlan0="-Dwext" config_eth0=( "192.168.1.79 netmask 255.255.255.0 brd 192.168.1.255" ) routes_eth0=( "default via 192.168.1.1" ) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Avalarion« (25.10.2009, 15:57)
Quellcode |
|
1 |
$ wpa_gui |
Quellcode |
|
1 |
update_config=1 |
Quellcode |
|
1 2 3 |
Module Size Used by ndiswrapper 126400 0 sky2 39160 0 |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
avalarion-laptop ~ # more /etc/wpa_supplicant/wpa_supplicant.conf # Die folgende Zeile nicht ändern, sonst wird nichts funktionieren ctrl_interface=/var/run/wpa_supplicant # Sicherstellen, dass nur root die WPA Konfiguration lesen kann ctrl_interface_group=0 update_config=1 # wpa_supplicant soll sich um scannen und AP Auswahl kümmern ap_scan=1 #DRIVERS="-Dwext" network={ ssid="Google" psk="PW" # Je höher die Priorität, desto schneller werden wir verknüpft priority=9 scan_ssid=1 } |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
2009/08/25 14:22:01 :: --------------------------- 2009/08/25 14:22:01 :: wicd initializing... 2009/08/25 14:22:01 :: --------------------------- 2009/08/25 14:22:01 :: Automatically detected wireless interface wlan0 2009/08/25 14:22:01 :: found wireless_interface in configuration wlan0 2009/08/25 14:22:01 :: setting wireless interface wlan0 2009/08/25 14:22:01 :: automatically detected wired interface eth0 2009/08/25 14:22:01 :: found wired_interface in configuration eth0 2009/08/25 14:22:01 :: setting wired interface eth0 2009/08/25 14:22:01 :: found wpa_driver in configuration ndiswrapper 2009/08/25 14:22:01 :: setting wpa driver ndiswrapper 2009/08/25 14:22:01 :: found always_show_wired_interface in configuration False 2009/08/25 14:22:01 :: found use_global_dns in configuration False 2009/08/25 14:22:01 :: setting use global dns to False 2009/08/25 14:22:01 :: setting use global dns to boolean False 2009/08/25 14:22:01 :: found global_dns_1 in configuration None 2009/08/25 14:22:01 :: found global_dns_2 in configuration None 2009/08/25 14:22:01 :: found global_dns_3 in configuration None 2009/08/25 14:22:01 :: setting global dns 2009/08/25 14:22:01 :: global dns servers are None None None 2009/08/25 14:22:01 :: found auto_reconnect in configuration True 2009/08/25 14:22:01 :: setting automatically reconnect when connection drops 2009/08/25 14:22:01 :: found debug_mode in configuration 0 2009/08/25 14:22:01 :: found wired_connect_mode in configuration 1 2009/08/25 14:22:01 :: found signal_display_type in configuration 0 2009/08/25 14:22:01 :: found dhcp_client in configuration 0 2009/08/25 14:22:01 :: Setting dhcp client to 0 2009/08/25 14:22:01 :: found link_detect_tool in configuration 0 2009/08/25 14:22:01 :: found flush_tool in configuration 0 2009/08/25 14:22:01 :: Wireless configuration file found... 2009/08/25 14:22:01 :: Wired configuration file found... 2009/08/25 14:22:01 :: chmoding configuration files 0600... 2009/08/25 14:22:01 :: chowning configuration files root:root... 2009/08/25 14:22:01 :: Using wired interface...eth0 2009/08/25 14:22:01 :: Using wireless interface...wlan0 2009/08/25 14:22:01 :: autoconnecting... wlan0 2009/08/25 14:22:03 :: Putting interface down 2009/08/25 14:22:03 :: Attempting to autoconnect with wired interface... 2009/08/25 14:22:03 :: Releasing DHCP leases... 2009/08/25 14:22:03 :: Setting false IP... 2009/08/25 14:22:03 :: Stopping wpa_supplicant and any DHCP clients 2009/08/25 14:22:03 :: Flushing the routing table... 2009/08/25 14:22:03 :: Putting interface up... 2009/08/25 14:22:03 :: Running DHCP 2009/08/25 14:22:03 :: eth0: dhcpcd 4.0.13 starting 2009/08/25 14:22:03 :: 2009/08/25 14:22:04 :: eth0: waiting for carrier 2009/08/25 14:22:04 :: 2009/08/25 14:22:04 :: eth0: carrier acquired 2009/08/25 14:22:04 :: 2009/08/25 14:22:04 :: eth0: broadcasting for a lease 2009/08/25 14:22:04 :: 2009/08/25 14:22:07 :: eth0: carrier lost 2009/08/25 14:22:07 :: 2009/08/25 14:22:09 :: eth0: carrier acquired 2009/08/25 14:22:09 :: 2009/08/25 14:22:09 :: eth0: broadcasting for a lease 2009/08/25 14:22:09 :: 2009/08/25 14:22:10 :: eth0: offered 192.168.1.101 from 192.168.1.1 2009/08/25 14:22:10 :: 2009/08/25 14:22:10 :: eth0: acknowledged 192.168.1.101 from 192.168.1.1 2009/08/25 14:22:10 :: 2009/08/25 14:22:10 :: eth0: checking 192.168.1.101 is available on attached networks 2009/08/25 14:22:10 :: 2009/08/25 14:22:15 :: eth0: leased 192.168.1.101 for 86400 seconds 2009/08/25 14:22:15 :: 2009/08/25 14:22:15 :: 2009/08/25 14:22:15 :: DHCP connection successful 2009/08/25 14:22:15 :: Connecting thread exiting. 2009/08/25 14:25:47 :: Connecting to wireless network Google 2009/08/25 14:25:47 :: Putting interface down 2009/08/25 14:25:47 :: Releasing DHCP leases... 2009/08/25 14:25:47 :: Setting false IP... 2009/08/25 14:25:47 :: Stopping wpa_supplicant and any DHCP clients 2009/08/25 14:25:47 :: Flushing the routing table... 2009/08/25 14:25:47 :: Generating psk... 2009/08/25 14:25:47 :: Attempting to authenticate... 2009/08/25 14:25:47 :: Putting interface up... 2009/08/25 14:26:27 :: wpa_supplicant authentication may have failed. 2009/08/25 14:26:27 :: exiting connection thread 2009/08/25 14:26:30 :: Putting interface down 2009/08/25 14:26:30 :: Attempting to autoconnect with wired interface... 2009/08/25 14:26:30 :: Releasing DHCP leases... 2009/08/25 14:26:30 :: Setting false IP... 2009/08/25 14:26:30 :: Stopping wpa_supplicant and any DHCP clients 2009/08/25 14:26:30 :: Flushing the routing table... 2009/08/25 14:26:30 :: Putting interface up... 2009/08/25 14:26:30 :: Running DHCP 2009/08/25 14:26:30 :: eth0: dhcpcd 4.0.13 starting 2009/08/25 14:26:30 :: 2009/08/25 14:26:30 :: eth0: waiting for carrier 2009/08/25 14:26:30 :: 2009/08/25 14:26:31 :: eth0: carrier acquired 2009/08/25 14:26:31 :: 2009/08/25 14:26:31 :: eth0: broadcasting for a lease 2009/08/25 14:26:31 :: 2009/08/25 14:26:32 :: eth0: offered 192.168.1.101 from 192.168.1.1 2009/08/25 14:26:32 :: 2009/08/25 14:26:32 :: eth0: acknowledged 192.168.1.101 from 192.168.1.1 2009/08/25 14:26:32 :: 2009/08/25 14:26:32 :: eth0: checking 192.168.1.101 is available on attached networks 2009/08/25 14:26:32 :: 2009/08/25 14:26:37 :: eth0: leased 192.168.1.101 for 86400 seconds 2009/08/25 14:26:37 :: 2009/08/25 14:26:37 :: 2009/08/25 14:26:37 :: DHCP connection successful 2009/08/25 14:26:37 :: Connecting thread exiting. |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Avalarion« (25.10.2009, 15:56)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
avalarion-laptop ~ # iwlist scanning lo Interface doesn't support scanning. wmaster0 Interface doesn't support scanning. wlan0 Scan completed : Cell 01 - Address: 00:15:0C:68:28:71 Channel:11 Frequency:2.462 GHz (Channel 11) Quality=49/70 Signal level=-61 dBm Encryption key:on ESSID:"Wieczorek" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Master Extra:tsf=0000000ba45faa48 Extra: Last beacon: 6290ms ago IE: Unknown: 0009576965637A6F72656B IE: Unknown: 010482848B96 IE: Unknown: 03010B IE: Unknown: 2A0104 IE: IEEE 802.11i/WPA2 Version 1 Group Cipher : CCMP Pairwise Ciphers (1) : CCMP Authentication Suites (1) : PSK IE: Unknown: 32080C1218243048606C IE: Unknown: DD0A0800280101000200FF0F Cell 02 - Address: 00:15:0C:16:6C:F6 Channel:11 Frequency:2.462 GHz (Channel 11) Quality=49/70 Signal level=-61 dBm Encryption key:on ESSID:"Schumacher" Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 22 Mb/s Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s 36 Mb/s; 48 Mb/s; 54 Mb/s Mode:Master Extra:tsf=000001e3266b12e7 Extra: Last beacon: 6290ms ago IE: Unknown: 000A536368756D6163686572 IE: Unknown: 010582848B962C IE: Unknown: 03010B IE: Unknown: 2A0104 IE: Unknown: 32080C1218243048606C IE: WPA Version 1 Group Cipher : TKIP Pairwise Ciphers (1) : TKIP Authentication Suites (1) : PSK IE: Unknown: DD0A0800280101000200FF0F sit0 Interface doesn't support scanning. eth0 Interface doesn't support scanning. avalarion-laptop ~ # iwconfig lo no wireless extensions. wmaster0 no wireless extensions. wlan0 IEEE 802.11bg ESSID:"Google" Mode:Managed Frequency:2.447 GHz Access Point: Not-Associated Tx-Power=27 dBm Retry min limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 sit0 no wireless extensions. eth0 no wireless extensions. avalarion-laptop ~ # iwlist scanning lo Interface doesn't support scanning. wmaster0 Interface doesn't support scanning. wlan0 No scan results sit0 Interface doesn't support scanning. eth0 Interface doesn't support scanning. |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
[ 18.703297] sky2 eth0: enabling interface [ 18.703379] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 20.443198] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both [ 20.443198] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 22.460118] b43 ssb0:0: firmware: requesting b43/ucode5.fw [ 22.552196] b43 ssb0:0: firmware: requesting b43/pcm5.fw [ 22.566021] b43 ssb0:0: firmware: requesting b43/b0g0initvals5.fw [ 22.573522] b43 ssb0:0: firmware: requesting b43/b0g0bsinitvals5.fw [ 22.693110] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10) [ 22.710130] b43-phy0 debug: Chip initialized [ 22.710188] b43-phy0 debug: PIO initialized [ 22.719763] Registered led device: b43-phy0::tx [ 22.719789] Registered led device: b43-phy0::rx [ 22.719830] b43-phy0 debug: Wireless interface started [ 22.739199] b43-phy0 debug: Adding Interface type 2 [ 22.739492] b43-phy0: Radio turned on by software [ 22.743116] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 23.637373] wlan0: authenticate with AP 00:1e:e5:5a:f8:34 [ 23.639113] wlan0: authenticated [ 23.639117] wlan0: associate with AP 00:1e:e5:5a:f8:34 [ 23.641604] wlan0: RX AssocResp from 00:1e:e5:5a:f8:34 (capab=0x411 status=0 aid=4) [ 23.641609] wlan0: associated [ 23.642363] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 27.859831] sky2 eth0: disabling interface [ 27.949214] dhcpcd used greatest stack depth: 6304 bytes left [ 27.961925] sky2 eth0: enabling interface [ 27.962277] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 28.006499] wlan0: deauthenticating by local choice (reason=3) [ 28.215349] route used greatest stack depth: 5824 bytes left [ 29.007245] wlan0: deauthenticating by local choice (reason=3) [ 29.007276] b43-phy0 debug: Removing Interface type 2 [ 29.007426] b43-phy0 debug: Wireless interface stopped [ 29.645016] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both [ 29.645092] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 31.704035] sky2 eth0: hung mac 0:86 fifo 194 (2:196) [ 31.704040] sky2 eth0: receiver hang detected [ 31.704057] sky2 eth0: disabling interface [ 31.706962] sky2 eth0: enabling interface [ 33.390001] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both [ 40.094080] eth0: no IPv6 routers present [ 406.234102] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10) [ 406.251130] b43-phy0 debug: Chip initialized [ 406.251187] b43-phy0 debug: PIO initialized [ 406.260828] Registered led device: b43-phy0::tx [ 406.260851] Registered led device: b43-phy0::rx [ 406.260893] b43-phy0 debug: Wireless interface started [ 406.280196] b43-phy0 debug: Adding Interface type 2 [ 406.280460] b43-phy0: Radio turned off by software [ 406.280868] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 406.326702] b43-phy0: Radio turned on by software [ 407.124359] wlan0: authenticate with AP 00:1e:e5:5a:f8:34 [ 407.126099] wlan0: authenticated [ 407.126103] wlan0: associate with AP 00:1e:e5:5a:f8:34 [ 407.128655] wlan0: RX AssocResp from 00:1e:e5:5a:f8:34 (capab=0x411 status=0 aid=4) [ 407.128659] wlan0: associated [ 407.129411] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 407.138146] b43-phy0 debug: RX: Packet dropped [ 413.319165] wlan0: no probe response from AP 00:1e:e5:5a:f8:34 - disassociating [ 417.836093] wlan0: no IPv6 routers present |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
2009/08/25 15:19:20 :: Connecting to wireless network Google 2009/08/25 15:19:20 :: Putting interface down 2009/08/25 15:19:20 :: Releasing DHCP leases... 2009/08/25 15:19:20 :: Setting false IP... 2009/08/25 15:19:21 :: Stopping wpa_supplicant and any DHCP clients 2009/08/25 15:19:21 :: Flushing the routing table... 2009/08/25 15:19:21 :: Generating psk... 2009/08/25 15:19:21 :: Attempting to authenticate... 2009/08/25 15:19:21 :: Putting interface up... 2009/08/25 15:19:23 :: Failed to find status in wpa_cli result 'STATUS' command timed out. 2009/08/25 15:19:23 :: 2009/08/25 15:19:23 :: exiting connection thread 2009/08/25 15:19:26 :: Putting interface down Attempting to autoconnect with wired interface... 2009/08/25 15:19:26 :: 2009/08/25 15:19:26 :: Releasing DHCP leases... 2009/08/25 15:19:26 :: Setting false IP... 2009/08/25 15:19:26 :: Stopping wpa_supplicant and any DHCP clients 2009/08/25 15:19:26 :: Flushing the routing table... 2009/08/25 15:19:26 :: Putting interface up... 2009/08/25 15:19:26 :: Running DHCP 2009/08/25 15:19:26 :: eth0: dhcpcd 4.0.13 starting 2009/08/25 15:19:26 :: 2009/08/25 15:19:26 :: eth0: waiting for carrier 2009/08/25 15:19:26 :: 2009/08/25 15:19:28 :: eth0: carrier acquired 2009/08/25 15:19:28 :: 2009/08/25 15:19:28 :: eth0: broadcasting for a lease 2009/08/25 15:19:28 :: 2009/08/25 15:19:30 :: eth0: offered 192.168.1.101 from 192.168.1.1 2009/08/25 15:19:30 :: 2009/08/25 15:19:30 :: eth0: acknowledged 192.168.1.101 from 192.168.1.1 2009/08/25 15:19:30 :: 2009/08/25 15:19:30 :: eth0: checking 192.168.1.101 is available on attached networks 2009/08/25 15:19:30 :: 2009/08/25 15:19:35 :: eth0: leased 192.168.1.101 for 86400 seconds 2009/08/25 15:19:35 :: 2009/08/25 15:19:35 :: 2009/08/25 15:19:35 :: DHCP connection successful 2009/08/25 15:19:35 :: Connecting thread exiting. 2009/08/25 15:19:43 :: Connecting to wireless network Google 2009/08/25 15:19:43 :: Putting interface down 2009/08/25 15:19:43 :: Releasing DHCP leases... 2009/08/25 15:19:43 :: Setting false IP... 2009/08/25 15:19:44 :: Stopping wpa_supplicant and any DHCP clients 2009/08/25 15:19:44 :: Flushing the routing table... 2009/08/25 15:19:44 :: Generating psk... 2009/08/25 15:19:44 :: Attempting to authenticate... 2009/08/25 15:19:44 :: Putting interface up... 2009/08/25 15:19:49 :: wpa_supplicant rescan forced... 2009/08/25 15:20:29 :: wpa_supplicant authentication may have failed. 2009/08/25 15:20:29 :: exiting connection thread 2009/08/25 15:20:34 :: Putting interface down 2009/08/25 15:20:34 :: Attempting to autoconnect with wired interface... 2009/08/25 15:20:34 :: Releasing DHCP leases... 2009/08/25 15:20:34 :: Setting false IP... 2009/08/25 15:20:34 :: Stopping wpa_supplicant and any DHCP clients 2009/08/25 15:20:34 :: Flushing the routing table... 2009/08/25 15:20:34 :: Putting interface up... 2009/08/25 15:20:34 :: Running DHCP 2009/08/25 15:20:34 :: eth0: dhcpcd 4.0.13 starting 2009/08/25 15:20:34 :: 2009/08/25 15:20:34 :: eth0: waiting for carrier 2009/08/25 15:20:34 :: 2009/08/25 15:20:35 :: eth0: carrier acquired 2009/08/25 15:20:35 :: 2009/08/25 15:20:35 :: eth0: broadcasting for a lease 2009/08/25 15:20:35 :: 2009/08/25 15:20:36 :: eth0: offered 192.168.1.101 from 192.168.1.1 2009/08/25 15:20:36 :: 2009/08/25 15:20:36 :: eth0: acknowledged 192.168.1.101 from 192.168.1.1 2009/08/25 15:20:36 :: 2009/08/25 15:20:36 :: eth0: checking 192.168.1.101 is available on attached networks 2009/08/25 15:20:36 :: 2009/08/25 15:20:42 :: eth0: leased 192.168.1.101 for 86400 seconds 2009/08/25 15:20:42 :: 2009/08/25 15:20:42 :: 2009/08/25 15:20:42 :: DHCP connection successful 2009/08/25 15:20:42 :: Connecting thread exiting. 2009/08/25 15:20:44 :: Putting interface down 2009/08/25 15:20:44 :: Releasing DHCP leases... 2009/08/25 15:20:44 :: Setting false IP... 2009/08/25 15:20:44 :: Stopping wpa_supplicant and any DHCP clients 2009/08/25 15:20:44 :: Flushing the routing table... 2009/08/25 15:20:44 :: Putting interface up... 2009/08/25 15:20:44 :: Running DHCP 2009/08/25 15:20:44 :: eth0: dhcpcd 4.0.13 starting 2009/08/25 15:20:44 :: 2009/08/25 15:20:44 :: eth0: broadcasting for a lease 2009/08/25 15:20:44 :: 2009/08/25 15:20:45 :: eth0: carrier lost 2009/08/25 15:20:45 :: 2009/08/25 15:20:46 :: eth0: carrier acquired 2009/08/25 15:20:46 :: 2009/08/25 15:20:46 :: eth0: broadcasting for a lease 2009/08/25 15:20:46 :: 2009/08/25 15:20:47 :: eth0: offered 192.168.1.101 from 192.168.1.1 2009/08/25 15:20:47 :: 2009/08/25 15:20:47 :: eth0: acknowledged 192.168.1.101 from 192.168.1.1 2009/08/25 15:20:47 :: 2009/08/25 15:20:47 :: eth0: checking 192.168.1.101 is available on attached networks 2009/08/25 15:20:47 :: 2009/08/25 15:20:51 :: eth0: leased 192.168.1.101 for 86400 seconds 2009/08/25 15:20:51 :: 2009/08/25 15:20:51 :: 2009/08/25 15:20:51 :: DHCP connection successful 2009/08/25 15:20:51 :: Connecting thread exiting. |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
avalarion-laptop ~ # more /etc/conf.d/net # This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). ###config_eth0=( "dhcp" ) # wpa_supplicant gegenüber wireless-tools bevorzugen modules=( "wpa_supplicant" ) config_wlan0=( "192.168.1.80 netmask 255.255.255.0 brd 192.168.1.255" ) routes_wlan0=( "default via 192.168.1.1" ) wpa_supplicant_wlan0="-Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf" config_eth0=( "192.168.1.79 netmask 255.255.255.0 brd 192.168.1.255" ) routes_eth0=( "default via 192.168.1.1" ) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Avalarion« (25.10.2009, 15:56)
Obwohl es hier wohl nicht am Treiber liegt, aber, diesen Treiber kannst du doch ebenso unter Gentoo nutzen, der Kernel ist doch bei beiden Linux..Ok, unter Ubuntu hab ich nen anderen Mod geladen: b43
Ignorieren wir den, ich suche weiter nach den Einstellungen unter Gentoo.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 |
Symbol: B43LEGACY [=n] │ │ Prompt: Broadcom 43xx-legacy wireless support (mac80211 stack) │ │ Defined at drivers/net/wireless/b43legacy/Kconfig:1 │ │ Depends on: NETDEVICES && !S390 && SSB_POSSIBLE && MAC80211 && WLAN_80211 && HAS_DMA │ │ Location: │ │ -> Device Drivers │ │ -> Network device support (NETDEVICES [=y]) │ │ -> Wireless LAN │ │ -> Wireless LAN (IEEE 802.11) (WLAN_80211 [=n]) │ │ Selects: SSB && FW_LOADER && HW_RANDOM |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »josef.95« (25.08.2009, 22:44)
Ne Idee wo ich den Treiber dann einschreibe und anspreche, damit das besser klappt?
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Avalarion« (27.08.2009, 01:40)