Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wireless networking in KDE-4.2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sun Mar 15, 2009 2:30 am    Post subject: Wireless networking in KDE-4.2 Reply with quote

The "System Settings/Network Settings" doesn't show any "Available Network Interfaces".
I expected to see at least eth0
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sun Mar 15, 2009 2:34 am    Post subject: Reply with quote

Hi, open konsole and post this :

Code:

# ifconfig -a


Also, do you use knetworkmanager or the manual way, like /etc/init.d/net.eth0
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sun Mar 15, 2009 3:06 am    Post subject: Reply with quote

$ sudo ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:19:66:13:f2:66
inet addr:192.168.61.2 Bcast:192.168.61.255 Mask:255.255.255.0
inet6 addr: fe80::219:66ff:fe13:f266/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:383615 errors:0 dropped:0 overruns:0 frame:0
TX packets:439624 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:60085433 (57.3 MiB) TX bytes:35672846 (34.0 MiB)
Interrupt:59 Base address:0x2000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:22 errors:0 dropped:0 overruns:0 frame:0
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1056 (1.0 KiB) TX bytes:1056 (1.0 KiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wlan0 Link encap:Ethernet HWaddr 00:0d:88:81:8a:04
UP BROADCAST 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)

wmaster0 Link encap:UNSPEC HWaddr 00-0D-88-81-8A-04-00-00-00-00-00-00-00-00-00-00
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)


$ sudo /etc/init.d/net.wlan0 start
* WARNING: net.wlan0 has already started, but is inactive

I can't use knetworkmanager because it depends on KDE-3.5.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sun Mar 15, 2009 3:23 am    Post subject: Reply with quote

Hi, for what I see, you have a working eth0, so you need to unplug your wired connection and then you need to run this :

Code:

# /etc/init.d/net.wlan0 restart
# ifconfig -a
# iwconfig
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sun Mar 15, 2009 3:23 am    Post subject: Reply with quote

Also, can you post this :

Code:

# lspci
# cat /etc/conf.d/net
# cat /etc/wpa_supplicant/wpa_supplicant.conf
# rc-update show
Back to top
View user's profile Send private message
Flarkis
Apprentice
Apprentice


Joined: 06 Aug 2008
Posts: 198
Location: Tallinn, Estonia

PostPosted: Sun Mar 15, 2009 6:52 am    Post subject: Reply with quote

Do you have the network manager flag enabled? I needed that before it showed my interfaces. Other wise there is no network abstraction layer.
_________________
Veni, Vidi, Vici
[I came, I saw, I conquered]
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sun Mar 15, 2009 2:23 pm    Post subject: Reply with quote

In fact, can you post this :

Code:

# emerge -pv knetworkmanager
# emerge --info
Back to top
View user's profile Send private message
Flarkis
Apprentice
Apprentice


Joined: 06 Aug 2008
Posts: 198
Location: Tallinn, Estonia

PostPosted: Sun Mar 15, 2009 6:05 pm    Post subject: Reply with quote

@d2_racing
I thought knetworkmanager was KDE 3.x only?
_________________
Veni, Vidi, Vici
[I came, I saw, I conquered]
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sun Mar 15, 2009 8:23 pm    Post subject: Reply with quote

I think that there's a version for Kde 4.x.
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sun Mar 15, 2009 10:07 pm    Post subject: Reply with quote

# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:19:66:13:f2:66
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:9781095 errors:0 dropped:0 overruns:0 frame:0
TX packets:11261719 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1334024246 (1.2 GiB) TX bytes:901296061 (859.5 MiB)
Interrupt:59 Base address:0x2000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2847 errors:0 dropped:0 overruns:0 frame:0
TX packets:2847 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1877025 (1.7 MiB) TX bytes:1877025 (1.7 MiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wlan0 Link encap:Ethernet HWaddr 00:0d:88:81:8a:04
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1208 (1.1 KiB)

wmaster0 Link encap:UNSPEC HWaddr 00-0D-88-81-8A-04-00-00-00-00-00-00-00-00-00-00
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)

# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11bg ESSID:"Belkin_N_Wireless_ECDF23"
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Tx-Power=-1 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
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.

lspci
00:00.0 RAM memory: nVidia Corporation MCP65 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP65 LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP65 SMBus (rev a1)
00:01.2 RAM memory: nVidia Corporation MCP65 Memory Controller (rev a1)
00:02.0 USB Controller: nVidia Corporation MCP65 USB Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation MCP65 USB Controller (rev a1)
00:07.0 Audio device: nVidia Corporation MCP65 High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP65 PCI bridge (rev a1)
00:09.0 IDE interface: nVidia Corporation MCP65 IDE (rev a1)
00:0a.0 IDE interface: nVidia Corporation MCP65 SATA Controller (rev a1)
00:0b.0 PCI bridge: nVidia Corporation Device 045b (rev a1)
00:0c.0 PCI bridge: nVidia Corporation MCP65 PCI Express bridge (rev a1)
00:0d.0 PCI bridge: nVidia Corporation MCP65 PCI Express bridge (rev a1)
00:0e.0 PCI bridge: nVidia Corporation MCP65 PCI Express bridge (rev a1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] AddressMap
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
02:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
02:08.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01)
02:09.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
02:09.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
04:00.0 VGA compatible controller: nVidia Corporation GeForce 8800 GT (rev a2)


# cat /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 :]!).

# cat /etc/wpa_supplicant/wpa_supplicant.conf
# This is a network block that connects to any unsecured access point.
# We give it a low priority so any defined blocks are preferred.
network={
key_mgmt=NONE
priority=-9999999
}

# rc-update show
^[[D local | default nonetwork
fsck | boot
dmesg | sysinit
cupsd | default
alsasound | default
sysctl | boot
keymaps | boot
netmount | default
devfs | sysinit
savecache | shutdown
root | boot
vboxdrv | default
swap | boot
modules | boot
localmount | boot
killprocs | shutdown
hald | default
mtab | boot
dbus | default
procfs | boot
hostname | boot
urandom | boot
hwclock | boot
udev | sysinit
consolefont | boot
bootmisc | boot
net.lo | boot
mount-ro | shutdown
termencoding | boot

# emerge -pv knetworkmanager

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "=kde-base/kdelibs-3.5*" have been masked.
!!! One of the following masked packages is required to complete your request:
- kde-base/kdelibs-3.5.10-r2 (masked by: package.mask)
- kde-base/kdelibs-3.5.10-r1 (masked by: package.mask)
- kde-base/kdelibs-3.5.9-r4 (masked by: package.mask)
- kde-base/kdelibs-3.5.9-r3 (masked by: package.mask)
- kde-base/kdelibs-3.5.9-r2 (masked by: package.mask)
- kde-base/kdelibs-3.5.9-r1 (masked by: package.mask)
- kde-base/kdelibs-3.5.9 (masked by: package.mask)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
(dependency required by "kde-misc/knetworkmanager-0.2.2_p20080528" [ebuild])
(dependency required by "knetworkmanager" [argument])

I have the networkmanage USE flag.
knetworkmanager seems to only be for KDE-3.x
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Mon Mar 16, 2009 1:16 am    Post subject: Reply with quote

For the record, your /etc/conf.d/net should be like this :

Code:

#WPA_SUPPLICANT
modules=( "wpa_supplicant" )
wpa_supplicant_wlan0="-Dwext"
config_wlan0=( "dhcp" )


Also, can you post this plz :

Code:

# lsmod
# iwlist scan
# cd /etc/init.d/ && ls -la
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Mon Mar 16, 2009 1:57 am    Post subject: Reply with quote

# lsmod
Module Size Used by
nvidia 8107400 36


# iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 Scan completed :
Cell 01 - Address: 00:1B:D4:A7:5F:02
ESSID:""
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=9/100 Signal level:-75 dBm Noise level=-81 dBm
Encryption key:on
IE: Unknown: 000100
IE: Unknown: 010882848B0C12961824
IE: Unknown: 030106
IE: Unknown: 050700010004000000
IE: Unknown: 0706434120010B1A
IE: Unknown: 2A0102
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: 851E09008F000F00FF0359004B494E475F414E445F484553532D4D0000000030
IE: Unknown: 9606004096001A00
IE: Unknown: DD06004096010104
IE: Unknown: DD050040960305
IE: Unknown: DD050040960B09
IE: Unknown: DD050040961401
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s
Extra:tsf=0000000c64d7a98c
Extra: Last beacon: 542ms ago
Cell 02 - Address: 00:18:3F:B6:7D:69
ESSID:"2WIRE262"
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=76/100 Signal level:-31 dBm Noise level=-80 dBm
Encryption key:on
IE: Unknown: 00083257495245323632
IE: Unknown: 010882848B960C121824
IE: Unknown: 030106
IE: Unknown: 0706555320010B14
IE: Unknown: 2A0102
IE: Unknown: 32043048606C
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=0000000818cd8181
Extra: Last beacon: 331ms ago
Cell 03 - Address: 00:0F:B5:12:F5:EA
ESSID:"notbell"
Mode:Master
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=85/100 Signal level:-27 dBm Noise level=-82 dBm
Encryption key:on
IE: Unknown: 00076E6F7462656C6C
IE: Unknown: 010482848B96
IE: Unknown: 03010B
IE: Unknown: 2A0100
IE: Unknown: 32088C129824B048606C
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=00000014606cb122
Extra: Last beacon: 62ms ago
Cell 04 - Address: 00:22:A4:15:98:F1
ESSID:"Henry"
Mode:Master
Channel:9
Frequency:2.452 GHz (Channel 9)
Quality=46/100 Signal level:-50 dBm Noise level=-80 dBm
Encryption key:on
IE: Unknown: 000548656E7279
IE: Unknown: 010882848B0C12961824
IE: Unknown: 030109
IE: Unknown: 0706555320010B1B
IE: Unknown: 2A0102
IE: Unknown: 32043048606C
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=0000009dd924a181
Extra: Last beacon: 232ms ago
Cell 05 - Address: 00:21:7C:1D:F3:69
ESSID:"BELL184"
Mode:Master
Channel:10
Frequency:2.457 GHz (Channel 10)
Quality=32/100 Signal level:-61 dBm Noise level=-82 dBm
Encryption key:on
IE: Unknown: 000742454C4C313834
IE: Unknown: 010882848B0C12961824
IE: Unknown: 03010A
IE: Unknown: 0706555320010B1B
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=000000666b867181
Extra: Last beacon: 43ms ago
Cell 06 - Address: 00:1B:11:E6:86:6D
ESSID:"Chihiro ^v^"
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=10/100 Signal level:-75 dBm Noise level=-82 dBm
Encryption key:on
IE: Unknown: 000B4368696869726F205E765E
IE: Unknown: 010882848B960C183048
IE: Unknown: 030106
IE: Unknown: 2A0102
IE: Unknown: 32041224606C
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Preauthentication Supported
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD0900037F0101001FFF7F
IE: Unknown: DD0C00037F020101000002A34000
IE: Unknown: DD1A00037F0301000000001B11E6866D021B11E6866D64002C011F08
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
12 Mb/s; 24 Mb/s; 36 Mb/s; 9 Mb/s; 18 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=00000011ef876356
Extra: Last beacon: 1574ms ago
Cell 07 - Address: 00:17:3F:BD:90:56
ESSID:"belkin54g"
Mode:Master
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=4/100 Signal level:-79 dBm Noise level=-82 dBm
Encryption key:on
IE: Unknown: 000962656C6B696E353467
IE: Unknown: 010482848B96
IE: Unknown: 03010B
IE: Unknown: 0406000200000000
IE: Unknown: 2A0100
IE: Unknown: 32080C1218243048606C
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=000005c516eb1420
Extra: Last beacon: 35ms ago
Cell 08 - Address: 00:1B:D4:A8:66:04
ESSID:""
Mode:Master
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=15/100 Signal level:-72 dBm Noise level=-82 dBm
Encryption key:on
IE: Unknown: 000100
IE: Unknown: 010882848B0C12961824
IE: Unknown: 03010B
IE: Unknown: 050400010000
IE: Unknown: 0706434120010B1A
IE: Unknown: 0B0502006C8D5B
IE: Unknown: 2A0102
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: Unknown: 851E09008F000F00FF0359004150303031622E643461382E3636300002000030
IE: Unknown: 9606004096001A00
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD06004096010104
IE: Unknown: DD050040960305
IE: Unknown: DD050040960B09
IE: Unknown: DD050040961401
IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s
Extra:tsf=0000000c64d9ea46
Extra: Last beacon: 76ms ago
Cell 09 - Address: 00:1B:D4:A8:66:02
ESSID:""
Mode:Master
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=12/100 Signal level:-73 dBm Noise level=-81 dBm
Encryption key:on
IE: Unknown: 000100
IE: Unknown: 010882848B0C12961824
IE: Unknown: 03010B
IE: Unknown: 050400010000
IE: Unknown: 0706434120010B1A
IE: Unknown: 2A0102
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
IE: Unknown: 851E09008F000F00FF0359004150303031622E643461382E3636300002000030
IE: Unknown: 9606004096001A00
IE: Unknown: DD06004096010104
IE: Unknown: DD050040960305
IE: Unknown: DD050040960B09
IE: Unknown: DD050040961401
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s
Extra:tsf=0000000c64ca1618
Extra: Last beacon: 1102ms ago
Cell 10 - Address: 00:1C:F0:4F:56:0C
ESSID:"ismail"
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=10/100 Signal level:-74 dBm Noise level=-81 dBm
Encryption key:on
IE: Unknown: 000669736D61696C
IE: Unknown: 010882848B0C12961824
IE: Unknown: 030106
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
IE: Unknown: DD0900037F01010020FF7F
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=000000000335e181
Extra: Last beacon: 512ms ago
Cell 11 - Address: 00:1C:DF:EC:DF:23
ESSID:"Belkin_N_Wireless_ECDF23"
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=7/100 Signal level:-77 dBm Noise level=-82 dBm
Encryption key:off
IE: Unknown: 001842656C6B696E5F4E5F576972656C6573735F454344463233
IE: Unknown: 010882848B961224486C
IE: Unknown: 030106
IE: Unknown: 2A0104
IE: Unknown: 32040C183060
IE: Unknown: 2D1AEC0117FFFF0000000000000000000000000000000C0000000000
IE: Unknown: 3D1606000100000000000000000000000000000000000000
IE: Unknown: 3E0100
IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
IE: Unknown: 7F0101
IE: Unknown: DDA50050F204104A00011010440001011041000100103B0001031047001000000000000000011000001CDFECDF231021001242656C6B696E20436F72706F726174696F6E102300114E20576972656C65737320526F7574657210240007332E30312E31301042000E31323833333832333330353336301054000800060050F20400011011001B42656C6B696E20576972656C65737320526F757465722857464129100800020004
IE: Unknown: DD07000C4304000000
IE: Unknown: 0706555320010B10
IE: Unknown: DD1E00904C33EC0117FFFF0000000000000000000000000000000C0000000000
IE: Unknown: DD1A00904C3406000100000000000000000000000000000000000000
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
18 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 12 Mb/s
24 Mb/s; 48 Mb/s
Extra:tsf=0000029e4b14d020
Extra: Last beacon: 1574ms ago

sit0 Interface doesn't support scanning.

'notbell' is mine.


# ls -la /etc/init.d/
total 372
drwxr-xr-x 2 root root 4096 Mar 14 19:39 .
drwxr-xr-x 68 root root 4096 Mar 15 19:03 ..
-rwxr-xr-x 1 root root 673 Mar 14 19:38 NetworkManager
-rwxr-xr-x 1 root root 746 Mar 14 19:38 NetworkManagerDispatcher
-rwxr-xr-x 1 root root 811 Oct 30 21:10 acpid
-rwxr-xr-x 1 root root 6868 Feb 24 13:33 alsasound
-rwxr-xr-x 1 root root 3577 Feb 13 23:19 bootmisc
-rwxr-xr-x 1 root root 1767 Feb 13 23:19 consolefont
-rwxr-xr-x 1 root root 540 Feb 19 01:53 consolekit
-rwxr-xr-x 1 root root 1729 Feb 12 16:04 crypto-loop
-rwxr-xr-x 1 root root 286 Dec 4 20:32 cupsd
-rwxr-xr-x 1 root root 1152 Oct 30 15:12 dbus
lrwxrwxrwx 1 root root 21 Oct 27 17:05 depscan.sh -> ../../sbin/depscan.sh
-rwxr-xr-x 1 root root 817 Feb 13 23:19 devfs
-rwxr-xr-x 1 root root 628 Dec 19 00:00 device-mapper
-rwxr-xr-x 1 root root 458 Dec 19 00:00 dhcdbd
-rwxr-xr-x 1 root root 1989 Dec 18 23:58 dhcpd
-rwxr-xr-x 1 root root 736 Dec 18 23:58 dhcrelay
-rwxr-xr-x 1 root root 660 Dec 19 00:01 dmcrypt
-rwxr-xr-x 1 root root 320 Feb 13 23:19 dmesg
-rwxr-xr-x 1 root root 547 Dec 19 00:00 dmeventd
-rwxr-xr-x 1 root root 998 Oct 29 05:54 dnsextd
-rwxr-xr-x 1 root root 2168 Feb 13 23:19 fsck
lrwxrwxrwx 1 root root 26 Feb 13 23:19 functions.sh -> //lib64/rc/sh/functions.sh
-rwxr-xr-x 1 root root 741 Feb 3 00:14 git-daemon
-rwxr-xr-x 1 root root 951 Feb 17 19:18 gpm
-rwxr-xr-x 1 root root 1111 Mar 8 21:40 hald
-rwxr-xr-x 1 root root 377 Feb 13 23:19 hostname
-rwxr-xr-x 1 root root 464 Feb 10 12:32 hsqldb
-rwxr-xr-x 1 root root 2730 Feb 13 23:19 hwclock
-rwxr-xr-x 1 root root 808 Mar 1 20:45 irexec
-rwxr-xr-x 1 root root 1813 Feb 13 23:19 keymaps
-rwxr-xr-x 1 root root 389 Feb 13 23:19 killprocs
-rwxr-xr-x 1 root root 581 Mar 1 20:45 lircd
-rwxr-xr-x 1 root root 466 Mar 1 20:45 lircmd
-rwxr-xr-x 1 root root 693 Feb 13 23:19 local
-rwxr-xr-x 1 root root 1951 Feb 13 23:19 localmount
-rwxr-xr-x 1 root root 1247 Oct 29 05:54 mDNSResponderPosix
-rwxr-xr-x 1 root root 845 Oct 29 05:54 mdnsd
-rwxr-xr-x 1 root root 1018 Feb 2 04:20 metalog
-rwxr-xr-x 1 root root 1536 Feb 13 23:19 modules
-rwxr-xr-x 1 root root 1013 Feb 13 23:19 mount-ro
-rwxr-xr-x 1 root root 739 Feb 13 23:19 mtab
-rwxr-xr-x 1 root root 10661 Feb 2 13:36 mysql
-rwxr-xr-x 1 root root 6632 Feb 2 13:36 mysqlmanager
lrwxrwxrwx 1 root root 6 Oct 27 17:05 net.eth0 -> net.lo
-rwxr-xr-x 1 root root 15179 Feb 13 23:19 net.lo
lrwxrwxrwx 1 root root 6 Dec 20 23:56 net.wlan0 -> net.lo
-rwxr-xr-x 1 root root 14682 Oct 27 20:13 net.wlan0.openrc.bak
-rwxr-xr-x 1 root root 2074 Feb 13 23:19 netmount
-rwxr-xr-x 1 root root 1566 Feb 17 19:42 nscd
-rwxr-xr-x 1 root root 833 Jan 10 16:07 ntp-client
-rwxr-xr-x 1 root root 827 Jan 10 16:07 ntpd
-rwxr-xr-x 1 root root 723 Feb 13 23:19 numlock
-rwxr-xr-x 1 root root 1871 Feb 3 20:56 pciparm
-rwxr-xr-x 1 root root 1919 Feb 13 23:19 procfs
-rwxr-xr-x 1 root root 538 Oct 29 05:55 pwcheck
-rwxr-xr-x 1 root root 569 Jun 16 2008 pydoc-2.4
-rwxr-xr-x 1 root root 666 Jan 25 23:38 pydoc-2.5
-rwxr-xr-x 1 root root 304 Dec 17 18:52 reboot.sh
-rwxr-xr-x 1 root root 592 Feb 13 23:19 root
-rwxr-xr-x 1 root root 558 Dec 29 19:39 rsyncd
lrwxrwxrwx 1 root root 23 Oct 27 17:05 runscript.sh -> ../../sbin/runscript.sh
-rwxr-xr-x 1 root root 525 Oct 29 05:55 saslauthd
-rwxr-xr-x 1 root root 804 Feb 13 23:19 savecache
-rwxr-xr-x 1 root root 385 Dec 17 18:52 shutdown.sh
-rwxr-xr-x 1 root root 2309 Feb 6 22:07 slpd
-rwxr-xr-x 1 root root 2114 Feb 27 00:52 sshd
-rwxr-xr-x 1 root root 601 Feb 13 23:19 swap
-rwxr-xr-x 1 root root 376 Feb 13 23:19 sysctl
-rwxr-xr-x 1 root root 1301 Feb 13 23:19 sysfs
-rwxr-xr-x 1 root root 765 Feb 13 23:19 termencoding
-rwxr-xr-x 1 root root 5792 Mar 14 15:37 udev
-rwxr-xr-x 1 root root 2585 Mar 14 15:37 udev-dev-tarball
-rwxr-xr-x 1 root root 2686 Mar 14 15:37 udev-mount
-rwxr-xr-x 1 root root 685 Mar 14 15:37 udev-postmount
-rwxr-xr-x 1 root root 947 Feb 13 23:19 urandom
-rwxr-xr-x 1 root root 9573 Feb 18 21:18 vboxdrv
-rwxr-xr-x 1 root root 10668 Dec 4 23:21 vboxnet
-rwxr-xr-x 1 root root 530 Oct 29 05:56 vixie-cron
-rwxr-xr-x 1 root root 5210 Feb 19 01:54 xdm
-rwxr-xr-x 1 root root 868 Oct 29 05:40 xinetd
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Mon Mar 16, 2009 2:28 am    Post subject: Reply with quote

Ok, great news, your wifi is working.

So, can you test that :

Code:

# /etc/init.d/net.wlan0 start
#ifconfig -a
# iwconfig
# ping www.google.com
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Mon Mar 16, 2009 10:55 pm    Post subject: Reply with quote

# /etc/init.d/net.wlan0 start
* Bringing up interface wlan0
* Starting wpa_supplicant on wlan0... [ ok ]
* Starting wpa_cli on wlan0... [ ok ]
* Backgrounding ......
* WARNING: net.wlan0 has started, but is inactive

How do I specify the access point and the WEP key?
Back to top
View user's profile Send private message
coolsnowmen
Veteran
Veteran


Joined: 30 Jun 2004
Posts: 1479
Location: No.VA

PostPosted: Tue Mar 17, 2009 1:13 am    Post subject: Reply with quote

Have your read this?
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=4#doc_chap2
_________________
emerge: there are no ebuilds to satisfy "moo"
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Tue Mar 17, 2009 3:24 am    Post subject: Reply with quote

I did now. :-)

It tries to associate with the right AP but it fails.
It is not very verbose on why it failed, it just times out.

wlan0: direct probe to AP 00:0f:b5:12:f5:ea try 1
wlan0: direct probe to AP 00:0f:b5:12:f5:ea try 1
wlan0: direct probe to AP 00:0f:b5:12:f5:ea try 2
wlan0: direct probe to AP 00:0f:b5:12:f5:ea try 3
wlan0: direct probe to AP 00:0f:b5:12:f5:ea timed out
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Tue Mar 17, 2009 11:09 am    Post subject: Reply with quote

Hi, can you post your /etc/wpa_supplicant/wpa_supplicant.conf plz ?
Back to top
View user's profile Send private message
gmtongar
Apprentice
Apprentice


Joined: 21 Mar 2004
Posts: 224
Location: Kristiansand, Norway

PostPosted: Tue Mar 17, 2009 1:08 pm    Post subject: Reply with quote

Quote:

I think that there's a version for Kde 4.x.


which depends on kdelibs-4.2.1 ? Knetworkmanager pulls in kdelibs-3.5.9, is there a way around this?

gmtongar
_________________
"Did you understand the music, Yoko. Or was it all in vain" - r.waters
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Tue Mar 17, 2009 3:37 pm    Post subject: Reply with quote

# more /etc/wpa_supplicant/wpa_supplicant.conf
# This is a network block that connects to any unsecured access point.
# We give it a low priority so any defined blocks are preferred.

# The below line not be changed otherwise we refuse to work
ctrl_interface=/var/run/wpa_supplicant

# Ensure that only root can read the WPA configuration
ctrl_interface_group=0

# Let wpa_supplicant take care of scanning and AP selection
ap_scan=1

network={
ssid="notbell"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="12345678901234t"
priority=1
}
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Tue Mar 17, 2009 7:25 pm    Post subject: Reply with quote

Hi, you seems to have a good wpa_supplicant.conf

Can you post your /etc/conf.d/net
Back to top
View user's profile Send private message
Flarkis
Apprentice
Apprentice


Joined: 06 Aug 2008
Posts: 198
Location: Tallinn, Estonia

PostPosted: Tue Mar 17, 2009 8:16 pm    Post subject: Reply with quote

The one for kde is not released yet. it is only avaliable as a like ebuild from the kde-testing overlay. But in my opinion in is stable enough.
_________________
Veni, Vidi, Vici
[I came, I saw, I conquered]
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Tue Mar 17, 2009 10:52 pm    Post subject: Reply with quote

$ 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 :]!).

#WPA_SUPPLICANT
modules=( "wpa_supplicant" )
wpa_supplicant_wlan0="-Dwext"
config_wlan0=( "dhcp" )
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Tue Mar 17, 2009 11:56 pm    Post subject: Reply with quote

Well, that's good too.
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Wed Mar 18, 2009 12:13 am    Post subject: Reply with quote

I am sure it is not accepting my psk.

Is
# iwlist wlan0 wpakeys
wlan0 2 key sizes : 40, 104bits
4 keys available :
Error reading wpa keys (SIOCGIWENCODEEXT): Operation not supported

supposed to work?
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Mar 18, 2009 11:12 am    Post subject: Reply with quote

Hi, can you post your actual psk key, because maybe you use some wild characters.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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