Unsolved
This post is more than 5 years old
1 Message
0
100321
August 29th, 2003 03:00
truemobile 1300 in Linux
I have an Inspiron 5150 with a Dell TrueMobile 1300, but Linux will not recognize it. Does anyone know where to get a Linux driver for this device?
No Events found!


ryri
2 Intern
•
360 Posts
0
August 29th, 2003 13:00
this has been asked before- there were no responses to the previous posts, leading me to believe that no driver exists.
BigGulp
16 Posts
0
October 10th, 2003 17:00
Why does Dell use Broadcom? They are the most unsupportive company when it comes to wireless network cards in Linux... it is annoying as heck!
Frankieh
219 Posts
0
October 10th, 2003 18:00
All hope is not lost though, a bunch of intrepid code warriors at sourceforge are reverse engineering the windows drivers.
Hopefully we will have a working driver soon.
http://sourceforge.net/projects/linux-bcom4301/
I'd rather see broadcom help or go out of business though.
Be sure to sign the petition to broadcom :
http://www.petitiononline.com/BCM4301/petition.html
They will changee their tune fast enough if they get an idea of how many people hate them for it.
(or if Dell goes back to their past decision to support linux again.)
rgds
Franki
BigGulp
16 Posts
0
October 10th, 2003 20:00
Frankieh
219 Posts
0
October 10th, 2003 20:00
heck, if you could write device drivers in perl, I'd offer my help.. but my c coding skills are pretty sad..
I might join their list and offer any help I can..
can't hurt.
If enough people show an interest, it can have a big motivational benefit.. and also might make broadcom consider helping..
after all, if a bad linux driver is out there, it will hurt public opinion of them.
rgds
Franki
Frankieh
219 Posts
0
October 14th, 2003 15:00
Modem Driver:
http://65.70.147.202:8080/gromitkc/broadcom/bcm421x.html
True mobile wireless:
http://www.hardforum.com/showthread.php?s=&threadid=664153&highlight=%2Btruemobile+%2Blinux
Apparently it works...
hope that helps.
rgds
Franki
Joe_User
3 Posts
0
October 15th, 2003 14:00
Frankieh
219 Posts
0
October 15th, 2003 14:00
Yes I have a Dell Inspiron 5100 working under linux using Knoppix with a dell truemobile 1300 54G wireless card
True there are no support drivers cause of the broadcom chipset and they haven't supported it yet but my buddie came and got mine working tweaking the kernal
Just a bit of information for you
Broadcom BCM4306/BCM2050 chipset is the chipset to the wireless card if you want your lan card to work if you haven't got that working
Download and install the kernel-source-2.4.20 package.
Download the driver sources from the ASUS web site or leo.org.
Unpack, go into the directory where the Linux sources are and give the command 'make', which builds the driver.
Copy bcm4400.o into /lib/modules/2.4.20-8/kernel/drivers/net
Give the command insmod bcm4400, and lo and behold, it worked!
Edited /etc/modules.conf to make it load on boot.
And:
Got it
You need following driver:
http://www.ee.surrey.ac.uk/Personal...00-2.0.0.tar.gz
Compile the module, and put it at the right place, in the kernel modules tree (e.g. /lib/modules/2.4.21/kernel/driver/net).
Then add the following line to your /etc/modules.conf:
-------/etc/modules.conf--
...
alias eth0 bcm4400
-------------------------------
Thus, the module gets loaded as you start the eth0 network interface ( use ifconfig )
Aparently they have gotten the TM1300 working....
One last option you have:
http://www.linuxant.com/company/press_dldr.php?PHPSESSID=f08c04d396b5354c36c06d56d62173c0
This one seems to be a module that uses the windows driver to get it working in linux..
good luck
rgds
Franki
Joe_User
3 Posts
0
October 15th, 2003 14:00
In that driver there is nothing about wireles cards, you can read the sources if you don't trust me. But, please don't point people to install that driver for wireless support.
The only option to enable the TM1300 card under Linux rigth now is the linuxant.com solution.
ashlock4
16 Posts
0
October 28th, 2003 20:00
cccemper
3 Posts
0
November 22nd, 2003 14:00
BigGulp
16 Posts
0
November 22nd, 2003 16:00
We don't want to see your spam... just goto www.linuxant.com
Of course, its not even worth it now... cuz you have to pay $19.99 to get a license for the software after the trial ends... your best bet is to see how the NDISWrapper project comes along... I hear it already works but there are some bugs. You can check that out at http://ndiswrapper.sourceforge.net/
beartek
26 Posts
0
December 22nd, 2003 03:00
DLink DI 624 2.4 gz 802.11g router and i don't know where to put the
encryption key. Anyone have any luck? I'm feeling naked and exposed!
Frankieh
219 Posts
0
December 22nd, 2003 04:00
I'm using full WEP, and also Mac address filtering and no card that doesn't already know the SID is allowed on either..
I just added the WEP/MAC/SSID details the same way you do for any natively supported linux wireless driver, and it worked fine for me.
rgds
Franki
beartek
26 Posts
0
December 22nd, 2003 05:00