[Bug 395347] New: Wifi card gets IP but network doesn't work
https://bugzilla.novell.com/show_bug.cgi?id=395347 Summary: Wifi card gets IP but network doesn't work Product: openSUSE 11.0 Version: Beta 3 Platform: x86 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: michal@ownlog.com QAContact: qa@suse.de Found By: Beta-Customer Created an attachment (id=218827) --> (https://bugzilla.novell.com/attachment.cgi?id=218827) Dmesg output I use Linksys WUSB54gc (rt73usb chipset, installed ralink-firmware). When I try to connect via "iwconfig wlan0 essid em key s:pass..." (because KNetworkManager doesn't work at all) system gets IP address, but when I try to ping AP I get "Destination Host Unreachable". I use dhcpd to get IP address. I checked in Router and Computer is shown as connected. In attachment dmesg output. If I can help anyway, please write. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=395347 User rvojcik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395347#c1 Robert Vojcik <rvojcik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rvojcik@novell.com Status|NEW |NEEDINFO Info Provider| |michal@ownlog.com --- Comment #1 from Robert Vojcik <rvojcik@novell.com> 2008-05-29 09:34:25 MDT --- Did you try configure your wireless via YaST2 ? However when you get IP address please send me output of "ip addr" "ip route" "iptables -L" Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=395347 User michal@ownlog.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395347#c2 Michal Borek <michal@ownlog.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|michal@ownlog.com | --- Comment #2 from Michal Borek <michal@ownlog.com> 2008-05-29 09:58:58 MDT --- I tried configuring with Yast2. Now I have strange situation. I can ping my router (and connect to it via http) but nothing else. In any other ping (with other IP address) I get "destination host unreachable". ip addr: 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:e0:4d:48:c1:1c brd ff:ff:ff:ff:ff:ff 3: wmaster0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc ieee80211 qlen 1000 link/ieee802.11 00:1d:7e:0e:89:b9 brd ff:ff:ff:ff:ff:ff 4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:1d:7e:0e:89:b9 brd ff:ff:ff:ff:ff:ff inet 192.168.2.114/24 brd 192.168.2.255 scope global wlan0 inet6 fe80::21d:7eff:fe0e:89b9/64 scope link valid_lft forever preferred_lft forever ip route: 192.168.2.0/24 dev wlan0 proto kernel scope link src 192.168.2.114 169.254.0.0/16 dev wlan0 scope link 127.0.0.0/8 dev lo scope link iptables -L: Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=395347 User rvojcik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395347#c3 --- Comment #3 from Robert Vojcik <rvojcik@novell.com> 2008-05-29 10:10:04 MDT --- it looks like you don't have correct default route. try "ip route add default via 192.168.2.1 dev wlan0" if 192.168.2.1 is your router. It can be bug in your router DHCP configuration, then your router DHCP server doesn't give you correct route or It can be bug in yast module. When you try other OS, does it work with your router ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=395347 User michal@ownlog.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395347#c4 --- Comment #4 from Michal Borek <michal@ownlog.com> 2008-05-29 10:16:56 MDT --- Yes it works. I added default route and I can ping other IP addresses. I think it should resolve my problem ( I just have to do something with DNS). Tell me if it is could be repaired in final version of 11.0 or not? I don't know if it is a bug or just I don't know how to configure such devices. Anyway thank you for help i I wish it wouldn't be necessary to do this in final version of Opensuse :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=395347 User michal@ownlog.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395347#c5 --- Comment #5 from Michal Borek <michal@ownlog.com> 2008-05-29 10:31:14 MDT --- Hm. I've just noticed that I had ifup instead of KnetworkManager. With KnetworkManager everything is fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=395347 User kmachalkova@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=395347#c7 Katarina Machalkova <kmachalkova@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #7 from Katarina Machalkova <kmachalkova@novell.com> 2008-06-05 05:56:45 MDT --- The next victim ... *** This bug has been marked as a duplicate of bug 391362 *** https://bugzilla.novell.com/show_bug.cgi?id=391362 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com