Hi, Finally i got my connection by following this page: http://ndiswrapper.sourceforge.net/mediawiki/index.php/Installation. Let's turn back to the real problem.
After every boot, i have to type "dhcpcd wlan0" as root.I just hate to do that every boot.Is there any solution ? When i write a script includes dhcpcd wlan0 and put it into directory "/etc/init.d", it doesn't work.Ithink this is because of the rights.(I also tried the absolute path, /sbin/dhcpcd wlan0) route -n: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 <http://192.168.1.0> 0.0.0.0 <http://0.0.0.0> 255.255.255.0<http://255.255.255.0>U 0 0 0 wlan0 127.0.0.0 <http://127.0.0.0> 0.0.0.0 <http://0.0.0.0> 255.0.0.0<http://255.0.0.0>U 0 0 0 lo 0.0.0.0 <http://0.0.0.0> 192.168.1.1 <http://192.168.1.1> 0.0.0.0<http://0.0.0.0>UG 0 0 0 wlan0 Also, i saw "you have to write the ndiswrapper module into /etc/modprobe.conf to get it loaded ever boot."But my system seems like loading it at every boot.Is there a problem with it ?? On 10/31/05, Reinhard Gimbel <[EMAIL PROTECTED]> wrote: > > > Hi ! > > Ilker wrote: > > > I use ndiswrapper, and it works great.The problem is although i can see > my > > network with iwlist, i cannot cannect to it.That's the problem.I wish it > has > > a solution... I'm going to reinstall my Suse 10.0 after combining 5cds > into > > a dvd, i wish it'll be better. > > I don't think that creating a DVD out of the 5 CD images will help to > solve your problem ... > > What exactly is your problem ? Can't you "see" the outside world i.e. > "ping www.google.com <http://www.google.com>" ? Can't you "see" other > devices connected to your > private network ? > > How about your routes ? What the command "route -n" is responding ? Is > there a line starting with "0.0.0.0 <http://0.0.0.0>" (i.e. a default > route) ? If not > that might be the problem. > -- > Never give up ! > > Best regards, > Reinhard. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
