wireless 300n dongle wil not start

i installed a wireless donge with 8129 chipset on it

compiled the driver giving me 8129eu.ko

installed the driver in in the wireless map in >lib>modules>3.19.0.-2-desktop > drivers >net >wireless

yast network-settings there is a new entry 802.11n nic

configered it as wlan0 at-boot time with wpa-psk password

when all this is done i get wireless connection to the router but not a singe program can reach the internet “cant find the server”

i have to do as root a ifup wlan0 in a terminal

then i have acces to the net on a steady 300 Mb/s

So what is going wrong with WICKED as it wont start my wireless

This occurs both on a large pc with lots of memory and 8 cores
and on a laptop with limmited memory and 2 cores

And the openSUSE version is???

opensuse version is Tumbelweed upgrade till yesterday

And when you, living in Voorburg, can read and understand Dutch, please read https://forums.opensuse.org/showthread.php/503845-Korte-uitleg-Netwerk-problemen-eerste-analyse and provide the output of the suggested commands.

linux-robert:/home/robert # ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:166 errors:0 dropped:0 overruns:0 frame:0
TX packets:166 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13604 (13.2 Kb) TX bytes:13604 (13.2 Kb)

wlan0 Link encap:Ethernet HWaddr 00:E0:4C:06:EF:0F
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14 errors:0 dropped:11 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1346 (1.3 Kb) TX bytes:288 (288.0 b)

So WLAN0 has no ip address no defautl gateway

ifup wlan0

linux-robert:/home/robert # ifconfig

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

wlan0 Link encap:Ethernet HWaddr 00:E0:4C:06:EF:0F
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:37 errors:0 dropped:25 overruns:0 frame:0
TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4151 (4.0 Kb) TX bytes:5458 (5.3 Kb)

now the pc has a ip address and default gateway
and works normal

internet comes from a cable ZIGGO
its only a router
thats connected to a Sitecom 2100 330n wifi router

Please post computer text between CODE tags. It is the # button in the tool bar of the post editor.

I see that first wlan0 has no IP address and is down. Then it has an IP address and is UP. But I do not see anything about a default gateway. So please, where is the netstat output to confirm your statements about a default gateway?

netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface

ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:854 errors:0 dropped:0 overruns:0 frame:0
TX packets:854 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:69588 (67.9 Kb) TX bytes:69588 (67.9 Kb)

wlan0 Link encap:Ethernet HWaddr 00:E0:4C:06:EF:0F
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:195 errors:0 dropped:182 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16230 (15.8 Kb) TX bytes:288 (288.0 b)

ifup wlan0
wlan0 up

netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0

ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:894 errors:0 dropped:0 overruns:0 frame:0
TX packets:894 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:73284 (71.5 Kb) TX bytes:73284 (71.5 Kb)

wlan0 Link encap:Ethernet HWaddr 00:E0:4C:06:EF:0F
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:251 errors:0 dropped:201 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:25195 (24.6 Kb) TX bytes:9726 (9.4 Kb)
[/QUOTE]

Why do you not post those computer outputs between CODE tags as I asked? I get a headache.

No need to repost tthose ifconfigs. The netstat shows that you have 192.168.0.1 as your default router.

Now if you have read and understood the Korte uitleg documentation I pointed to (you do not say so, thus I have to guess that). you know that the next step is

ping -c1 192.168.0.1

So please, take some initiative and do not waitt until I take you by the hand in following the documentation.


ping -c1 192.168.0.1PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=11.2 ms

— 192.168.0.1 ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 11.252/11.252/11.252/0.000 ms


The Sitecom WLR-2100 has dhcp
tne Ziggo box is a plain router all the funtions are disabled