hi:
about the "alpha" antenna that was exactly were i saw it.that's not a bad price and with some effort is in my reach, but I still find it possible to connect the adapter I already have.
I did some more research and...i quote:
(the translation is done with the google translator wich is not very reliable.if you do not understand something, tell me, i'll translate in the context.)
Code:
Edict this topic for those who are a headache to install wireless modem
THOMSON TG123g recalling that the modem has a ship of realteck 8187b
1 - download the modem driver on this site> http://www.thomsonbroadbandpartner.com/ ... php? id = 166
Primero run packages
# Apt-get install build-essential
# Apt-get install linux-headers
second!
Create a folder on your home and unzip the ndiswrapper-1.29.tar.gz.
# Tar xvzf ndiswrapper-1.29.tar.gz
# Cd ndiswrapper-1.29
# Make distclean
# make
# Make install
In a few minutes the process is complete.
Make sure they are installed correctly by doing the following:
# Ndiswrapper-v
The message that should appear is this:
utils version: 1.9
driver version: 1.29
tercero
Whichever way you got the driver for Windows XP, copy it to a folder named folder name.
Enter the folder you created and copied the driver.
# Cd folder name
# Ndiswrapper-i net8187b.INF
During the installation appears something like this:
net8187b installing ...
Verify that the driver was installed correctly:
# Ndiswrapper-L
...
installed drivers:
net8187b driver installed, hardware (11AB: 1FAA) present
Verify that the files were created:
# Ls / etc / ndiswrapper
...
net8187b
Raising the installation:
# Depmod-a
# Modprobe ndiswrapper
If all went well everything is installed.
To put this mainly because I live in spain and here is this modem uses a lot!
in
HTML Code:
http://www.forumdebian.com.br/topico-dica-para-instalar-wireless-thomson-tg123g
here in portugal we used it a lot to, mainly because it's offered by internet service providers.
comparing the facilities:
Code:
root@bt:~# apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
root@bt:~# apt-get install linux-headers
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
root@bt:~# ndiswrapper -v
utils version: '1.9', utils version needed by module: '1.9'
module details:
filename: /lib/modules/2.6.38/misc/ndiswrapper.ko
version: 1.57rc1
vermagic: 2.6.38 SMP mod_unload ELAN
root@bt:~# ndiswrapper -l
net8187b : driver installed
root@bt:~# ndiswrapper -l
net8187b : driver installed
device (0BDA:8189) present (alternate driver: rtl8187)
root@bt:~# ls /etc/ndiswrapper
net8187b
root@bt:~# depmod -a
root@bt:~# modprobe ndiswrapper
root@bt:~#
did it and "more of the same".i've tried the thomson pen with a machine running fedora 14 and it was just like in ubuntu 10.04...automatically detected and functional without installing anything.
what i'm doing wrong?
rcc