[tlinux-users:08811] Re: TOSHIBA L40 REALTEK 8187B WLAN USB2 problem
"Christopher George" <[email protected]> Thu, 24 Jan 2008 11:11:52 +0000
| Newsgroups | gmane.linux.hardware.toshiba |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_22853_14049062.1201173112421 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline okay problem is I can`t install ndiswrapper from other source than the package manager which only gives me v1.45. anyway just have a fresh installation of the cd version of ubuntu v7.10 and will try to fix the wlan again. On Jan 23, 2008 7:36 PM, Ekim Maurer-Engin <[email protected]> wrote: > you definatly need ndiswrapper 1.49 at least - 1.5x suggested > > I have no knowledge about ubuntu - but with me there are only the 3 > lines in /etc/modprobe.d/ndiswrapper i wrote in previous mail > On Mi, 2008-01-23 at 17:34 +0000, Christopher George wrote: > > guys i still have problems :( > > > > i did everything as ekim said and got a few error messages. > > > > e.g. > > tom@tom-laptop:~$ ndiswrapper -l > > WARNING: /etc/modprobe.d/ndiswrapper line 3: ignoring bad line > > starting with 'original' > > WARNING: /etc/modprobe.d/ndiswrapper line 6: ignoring bad line > > starting with 'modified' > > net8187b : driver installed > > device (0BDA:8197) present > > net8187b.net : invalid driver! > > tom@tom-laptop:~$ > > > > plus the version of ndiswrapper i can get through package manager is > > 1.45 > > > > tom@tom-laptop:~$ ndiswrapper -v > > utils version: 1.9 > > driver > > filename: > /lib/modules/2.6.22-14-generic/ubuntu/misc/ndiswrapper/ndiswrapper.ko > > version: 1.45 > > vermagic: 2.6.22-14-generic SMP mod_unload 586 > > tom@tom-laptop:~$ > > > > this is my lsusb: > > > > tom@tom-laptop:~$ lsusb > > Bus 007 Device 001: ID 0000:0000 > > Bus 006 Device 002: ID 0bda:8197 Realtek Semiconductor Corp. > > Bus 006 Device 001: ID 0000:0000 > > Bus 002 Device 001: ID 0000:0000 > > Bus 005 Device 001: ID 0000:0000 > > Bus 001 Device 001: ID 0000:0000 > > Bus 003 Device 001: ID 0000:0000 > > Bus 004 Device 001: ID 0000:0000 > > tom@tom-laptop:~$ > > > > > > so i cannot understand what can be wrong. i used the win98 driver for > > the rtl8187b wlan stick and still nothing. > > > > network manager shows that i can connect to my network but it doesn`t > > hand out any ip to the laptop :( although my wlan is assigned to > > wlan0 > > > > wireless roaming mode is enabled. > > > > help please. :) > > > > > > On Jan 23, 2008 5:14 PM, Thomas Lopes <[email protected]> wrote: > > In Ubuntu you won't need to download and make a ndiswrapper. > > You can download it with synaptic. But you need to configure > > it to use your driver, and blacklist the old ones (if > > there's). > > > > > > 2008/1/23, Ekim Maurer-Engin <[email protected]>: > > > > I am not sure how ubuntu handles it - therefore here a > > more global > > instruction. I made my card work with this (actually i > > am using it right > > now :P). > > > > you need ndiswrapper 1.50 or higher (I use 1.51) - > > obtainable via > > http://ndiswrapper.sourceforge.net/joomla/ > > or the direct link to the tar.gz: > > > http://sourceforge.net/project/downloading.php?group_id=3D93482&use_m= irror=3Dkent&filename=3Dndiswrapper-1.51.tar.gz&67160862 > > > > untar - configure - make - make install (or use the > > package manager of > > your choice if this packages are present for your > > Linux distribution. > > > > get the realtek 8187B drivers only > > ftp://202.65.194.212/cn/wlan/RTL8187B_driver_only.zip > > > > unzip this > > > > erease all ndiswrapper entries regarding card > > root@camelot:~> ndiswrapper -l > > net8187b : [somemassage] > > root@camelot:~> ndiswrapper -r net8187b > > > > reboot for a clean system (yes it can be done without > > - but no risk is > > better) > > > > talesin@camelot :~> lsusb > > > > search for the devicenumber of your WLAN card, most > > probably this will > > show so: > > > > Bus 003 Device 002: ID 0bda:8197 Realtek Semiconductor > > Corp. > > > > then get root and > > > > root@camelot:~> ndiswrapper -i > > <path_to_win98_drivers>/net8187b.inf > > > > root@camelot:~> ndiswrapper -a <device_id> net8187b > > In my case it was: > > root@camelot:~> ndiswrapper -a 0bda:8197 net8187b > > > > root@camelot:~> ndiswrapper -m > > root@camelot:~> modprobe ndiswrapper > > > > reboot (maybe it is possible without - but am just > > typing how i did it) > > > > during boot you should see this: > > ndiswrapper: driver net8187b (Realtek Semiconductor > > Corp.,07/18/2007,5.1097.0718.2007) loaded > > wlan0: ethernet device 00:16:44:1d:39:84 using NDIS > > driver: net8187b, > > version: 0x1, NDIS version: 0x500, vendor: 'NDIS > > Network Adapter', > > 0BDA:8197.F.conf > > wlan0: encryption modes supported: WEP; TKIP with WPA, > > WPA2, WPA2PSK; > > AES/CCMP with WPA, WPA2, WPA2PSK > > usbcore: registered new interface driver ndiswrapper > > > > when logged in again > > > > talesin@camelot:~> ndiswrapper -l > > net8187b : driver installed > > device (0BDA:8197) present (alternate driver: > > r8187) > > > > do the foloowing only if this does not show up: > > > > Look at your /etc/modprobe.d/ndiswrapper > > > > you will see a single line, > > clone this line and modify the structre as follows: > > > > original /etc/modprobe.d/ndiswrapper: > > alias usb:v0BDAp8187d*dc*dsc*dp*ic*isc*ip* ndiswrapper > > > > modified /etc/modprobe.d/ndiswrapper: > > alias usb:v0BDAp8187d*dc*dsc*dp*ic*isc*ip* ndiswrapper > > alias usb:v0BDAp8189d*dc*dsc*dp*ic*isc*ip* > > ndiswrapper > > alias usb:v0BDAp8197d*dc*dsc*dp*ic*isc*ip* ndiswrapper > > > > mainly you just clone and add the other known ids of > > the card which > > are 8187,8189,8197 > > > > now reboot again > > > > now you will see the ndismod -l output as it should > > be. > > > > With my experiance NetworkManager can handle the card > > (at least under > > KDE). > > > > Thereis a minor stability bug i encounter - the > > connection breaks up after a while of inactivity - I > > plainly run a ping <mygatewayip> >/dev/null in > > background > > system up for 24h without connectivity loss. > > > > if any further questions feel free to ask again ;-) > > > > Cheers > > Ekim > > -- > > Ekim Engin <mailto:[email protected] > > > > > Cell: +90 (532) 602 59 41 > > MSN: [email protected] | ICQ#: 198501695 > > > > QOTD: San Francisco isn't what it used to be, and it > > never was. > > -- Herb Caen > > > > > > > > > > > > -- > > > > > > Thomas Lopes - 1171110247 > > http://www.TRC-Design.com - "Sua presen=E7a na web =E9 da nossa > > conta" > > http://www.THLopes.com - ">> Escrever =3D Ociosidade_Atarefada;= " > > MSN: [email protected] > > > -- > Ekim Engin <mailto:[email protected]> > > Cell: +90 (532) 602 59 41 > MSN: [email protected] | ICQ#: 198501695 > > QOTD: "I've seen better heads on half a pint of beer." > > > ------=_Part_22853_14049062.1201173112421 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline okay problem is I can`t install ndiswrapper from other source than the pack= age manager which only gives me v1.45.<br><br>anyway just have a fresh inst= allation of the cd version of ubuntu v7.10 and will try to fix the wlan aga= in. <br><br><div class=3D"gmail_quote">On Jan 23, 2008 7:36 PM, Ekim Maurer-Eng= in <<a href=3D"mailto:[email protected]">[email protected]</a>>= wrote:<br><blockquote class=3D"gmail_quote" style=3D"border-left: 1px soli= d rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> you definatly need ndiswrapper 1.49 at least - 1.5x suggested<br><br>I have= no knowledge about ubuntu - but with me there are only the 3<br>lines in /= etc/modprobe.d/ndiswrapper i wrote in previous mail<br><div><div></div> <div class=3D"Wj3C7c">On Mi, 2008-01-23 at 17:34 +0000, Christopher George = wrote:<br>> guys i still have problems :(<br>><br>> i did everythi= ng as ekim said and got a few error messages.<br>><br>> e.g.<br>>= =20 tom@tom-laptop:~$ ndiswrapper -l<br>> WARNING: /etc/modprobe.d/ndiswrapp= er line 3: ignoring bad line<br>> starting with 'original'<br>&g= t; WARNING: /etc/modprobe.d/ndiswrapper line 6: ignoring bad line<br>> s= tarting with 'modified' <br>> net8187b : driver installed<br>> de= vice (0BDA:8197) present<br>> <a href=3D"http://net8187b.net" target=3D"= _blank">net8187b.net</a> : invalid driver!<br>> tom@tom-laptop:~$<br>>= ;<br>> plus the version of ndiswrapper i can get through package manager= is <br>> 1.45<br>><br>> tom@tom-laptop:~$ ndiswrapper -v<br>> util= s version: 1.9<br>> driver<br>> filename: /lib/m= odules/2.6.22-14-generic/ubuntu/misc/ndiswrapper/ndiswrapper.ko<br>> ver= sion: 1.45<br>> vermagic: 2.6.22-14-generic SMP mod_unloa= d 586<br>> tom@tom-laptop:~$<br>><br>> this is my lsusb:<br>><b= r>> tom@tom-laptop:~$ lsusb<br>> Bus 007 Device 001: ID 0000:0000<br>= > Bus 006 Device 002: ID 0bda:8197 Realtek Semiconductor Corp. <br>> Bus 006 Device 001: ID 0000:0000<br>> Bus 002 Device 001: ID 00= 00:0000<br>> Bus 005 Device 001: ID 0000:0000<br>> Bus 001 Device 001= : ID 0000:0000<br>> Bus 003 Device 001: ID 0000:0000<br>> Bus 004 Dev= ice 001: ID 0000:0000 <br>> tom@tom-laptop:~$<br>><br>><br>> so i cannot understand w= hat can be wrong. i used the win98 driver for<br>> the rtl8187b wlan sti= ck and still nothing.<br>><br>> network manager shows that i can conn= ect to my network but it doesn`t <br>> hand out any ip to the laptop :( although my wlan is assigned to<b= r>> wlan0<br>><br>> wireless roaming mode is enabled.<br>><br>&= gt; help please. :)<br>><br>><br>> On Jan 23, 2008 5:14 PM, Thomas= Lopes < <a href=3D"mailto:[email protected]">[email protected]</a>> wrote:<br>= > In Ubuntu you won't need to download a= nd make a ndiswrapper.<br>> You can download= it with synaptic. But you need to configure <br>> it to use your driver, and blacklist t= he old ones (if<br>> there's).<br>><b= r>><br>> 2008/1/23, Ekim Maurer-Engin <= ;<a href=3D"mailto:[email protected]">[email protected] </a>>:<br>><br>> = I am not sure how ubuntu handles it - therefore here a<br>>  = ; more global<br>> &nbs= p; instruction. I made my = card work with this (actually i<br>> = am using it right <br>> now :P).<b= r>><br>> you = need ndiswrapper 1.50 or higher (I use 1.51) -<br>> = obtainable via<br>> &n= bsp; <a href=3D"http://ndiswrapper.sourc= eforge.net/joomla/" target=3D"_blank"> http://ndiswrapper.sourceforge.net/joomla/</a><br>> = or the direct link to the tar.gz:<br></= div></div>> <a h= ref=3D"http://sourceforge.net/project/downloading.php?group_id=3D93482&= amp;use_mirror=3Dkent&amp;filename=3Dndiswrapper-1.51.tar.gz&amp;67= 160862" target=3D"_blank"> http://sourceforge.net/project/downloading.php?group_id=3D93482&amp;use= _mirror=3Dkent&amp;filename=3Dndiswrapper-1.51.tar.gz&amp;67160862<= /a><br><div><div></div><div class=3D"Wj3C7c">><br>> &nb= sp; untar - configure - make - make inst= all (or use the <br>> package ma= nager of<br>> yo= ur choice if this packages are present for your<br>>  = ; Linux distribution.<br>><br>> &n= bsp; get the realtek 8187B= drivers only <br>> <a href=3D= "ftp://202.65.194.212/cn/wlan/RTL8187B_driver_only.zip" target=3D"_blank">f= tp://202.65.194.212/cn/wlan/RTL8187B_driver_only.zip</a><br>><br>> &n= bsp; unzip this<br>><br= >> erease all nd= iswrapper entries regarding card <br>> root@camel= ot:~> ndiswrapper -l<br>> &n= bsp; net8187b : [somemassage]<br>> &n= bsp; root@camelot:~> ndiswrapper -r ne= t8187b<br>><br>> &nb= sp; reboot for a clean system (yes it can be done without <br>> - but no r= isk is<br>> bett= er)<br>><br>> = talesin@camelot :~> lsusb<br>><br>> &= nbsp; search for the devicenumber of your WLAN card, m= ost<br> > probably this = will<br>> show s= o:<br>><br>> = Bus 003 Device 002: ID 0bda:8197 Realtek Semiconductor<br>>  = ; Corp.<br>><br>> &n= bsp; then get root and <br>><br>> ro= ot@camelot:~> ndiswrapper -i<br>> = <path_to_win98_drivers>/net8187b.inf<br>><br>= > root@camelot:~= > ndiswrapper -a <device_id> net8187b <br>> In my case= it was:<br>> ro= ot@camelot:~> ndiswrapper -a 0bda:8197 net8187b<br>><br>> &= nbsp; root@camelot:~> ndiswrap= per -m<br>> root= @camelot :~> modprobe ndiswrapper<br>><br>> &nb= sp; reboot (maybe it is possible without - but a= m just<br>> typi= ng how i did it)<br>><br>> = during boot you should see this: <br>> ndiswrappe= r: driver net8187b (Realtek Semiconductor<br>> &nbs= p; Corp.,07/18/2007,5.1097.0718.2007) loaded<br= >> wlan0: ethern= et device 00:16:44:1d:39:84 using NDIS<br> > driver: net818= 7b,<br>> version= : 0x1, NDIS version: 0x500, vendor: 'NDIS<br>> = Network Adapter',<br>> &nb= sp; 0BDA:8197.F.conf<br>> &nbs= p; wlan0: encryption modes= supported: WEP; TKIP with WPA, <br>> WPA2, WPA2= PSK;<br>> AES/CC= MP with WPA, WPA2, WPA2PSK<br>>  = ; usbcore: registered new interface driver ndiswrapper<br>>= ;<br>> when logg= ed in again <br>><br>> ta= lesin@camelot:~> ndiswrapper -l<br>> &nbs= p; net8187b : driver installed<br>> &= nbsp; device= (0BDA:8197) present (alternate driver:<br>> = r8187) <br>><br>> do= the foloowing only if this does not show up:<br>><br>> = Look at your /etc/modprobe.d/ndi= swrapper<br>><br>> &= nbsp; you will see a single line,<br>>  = ; clone this line and modify the structre as follows: <br>><br>> or= iginal /etc/modprobe.d/ndiswrapper:<br>> &nb= sp; alias usb:v0BDAp8187d*dc*dsc*dp*ic*isc*ip* ndiswra= pper<br>><br>>  = ; modified /etc/modprobe.d/ndiswrapper:<br> > alias usb:v0BD= Ap8187d*dc*dsc*dp*ic*isc*ip* ndiswrapper<br>>  = ; alias usb:v0BDAp8189d*dc*dsc*dp*ic*isc*ip*<br= >> ndiswrapper<b= r>> alias usb:v0= BDAp8197d*dc*dsc*dp*ic*isc*ip* ndiswrapper <br>><br>> ma= inly you just clone and add the other known ids of<br>> &n= bsp; the card which<br>>  = ; are 8187,8189,8197<br>><br>&= gt; now reboot agai= n<br>> <br>> now you wi= ll see the ndismod -l output as it should<br>> &nbs= p; be.<br>><br>> &nb= sp; With my experiance NetworkManager can handl= e the card<br>> = (at least under <br>> KDE).<br>&= gt;<br>> Thereis= a minor stability bug i encounter - the<br>>  = ; connection breaks up after a while of inactiv= ity - I<br>> pla= inly run a ping <mygatewayip> >/dev/null in <br>> background= <br>> system up = for 24h without connectivity loss.<br>><br>> &nb= sp; if any further questions feel free to ask a= gain ;-)<br>><br>> &= nbsp; Cheers <br>> Ekim<br>&g= t; --<br>>  = ; Ekim Engin <mailto:<a= href=3D"mailto:[email protected]">[email protected]</a> ><br>>= <br>> Cell: +90 = (532) 602 59 41 <br>> MSN: <a hr= ef=3D"mailto:[email protected]">[email protected]</a> | ICQ#: 1985016= 95<br>><br>> = QOTD: San Francisco isn't what it used to be, and it<br>> &nb= sp; never was. <br>> &nb= sp; -- Herb Caen<br>><br>><= br>><br>><br>><br>> --<br>><br>&= gt;<br>> Thomas Lopes - 1171110247<br>> &= nbsp; <a href=3D"http://www.TRC-Design.com" target=3D"= _blank"> http://www.TRC-Design.com</a> - "Sua presen=E7a na web =E9 da nossa<br= >> conta"<br>> = <a href=3D"http://www.THLopes.com" target=3D"_blank">http://www.THLo= pes.com</a> - ">> Escrever =3D Ociosidade_Atarefada;" <br>> MSN: <a href=3D"mailto:redcatmetal@gma= il.com">[email protected]</a><br>><br>--<br>Ekim Engin <mailto:<a= href=3D"mailto:[email protected]">[email protected]</a>><br><br>C= ell: +90 (532) 602 59 41 <br>MSN: <a href=3D"mailto:[email protected]">[email protected]</a> |= ICQ#: 198501695<br><br></div></div>QOTD: "I've seen better heads = on half a pint of beer."<br><br><br></blockquote></div><br> ------=_Part_22853_14049062.1201173112421--