Atheros 42T0825 ubuntu 10.4
Atheros 42T0825 ubuntu 10.4
I recently installed 10.4 on my t60 and I noticed I am not getting the best performance with my wifi. I am running into problems where I sporadically drop connections, the range isn't so great and at time it there is a delay connecting to websites. Is there any other drivers I could use to help this problem?
Re: Atheros 42T0825 ubuntu 10.4
A couple of options come to mind:
1) Check wireless power settings and try disabling power management:
2) Use the Windows driver with ndiswrapper.
1) Check wireless power settings and try disabling power management:
Code: Select all
> iwconfig wlan0
wlan0 IEEE 802.11abgn ESSID:"Neutrino"
Mode:Managed Frequency:2.462 GHz Access Point: XX:XX:XX:XX:XX:XX
Bit Rate=1 Mb/s Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=70/70 Signal level=-31 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
> iwconfig wlan0 power off
W510: i7-820QM / 8GB 1066 RAM/ 1 GB NVIDIA Quadro FX 880M / 500GB 7200rpm / 15.6" HD 1080 / Arch Linux
Re: Atheros 42T0825 ubuntu 10.4
I am sort of a newbie with ubuntu, do I run "iwconfig wlan0 power off" as a cmd in terminal? And what do you mean use windows driver for ndiswrapper?Superego wrote:A couple of options come to mind:
1) Check wireless power settings and try disabling power management:2) Use the Windows driver with ndiswrapper.Code: Select all
> iwconfig wlan0 wlan0 IEEE 802.11abgn ESSID:"Neutrino" Mode:Managed Frequency:2.462 GHz Access Point: XX:XX:XX:XX:XX:XX Bit Rate=1 Mb/s Tx-Power=15 dBm Retry long limit:7 RTS thr:off Fragment thr:off Power Management:on Link Quality=70/70 Signal level=-31 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 > iwconfig wlan0 power off
Re: Atheros 42T0825 ubuntu 10.4
Ndiswrapper is a program that allows you to use the Windows wireless driver in Linux. A lot of the wifi card makers have no support for Linux, which makes finding drivers for them tougher. Ndiswrapper is available in the ubuntu software center. You can probably shag a Thinkpad Intel wireless card on ebay for around $10 if you're inclined. Intel cards have excellent Linux support.
E7440
Re: Atheros 42T0825 ubuntu 10.4
I still have my old intel abg card, I swapped it out for the atheros. Should I just throw that back in there?
Re: Atheros 42T0825 ubuntu 10.4
Sorry about that...should have explained a little more.jp0213x wrote: I am sort of a newbie with ubuntu, do I run "iwconfig wlan0 power off" as a cmd in terminal? And what do you mean use windows driver for ndiswrapper?
Yes "iwconfig wlan0 power off" is a terminal command. Iwconfig list the current configuration for your wireless device (ifconfig will handle all of your network devices). If you run
Code: Select all
iwconfig -aCode: Select all
>iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:"Neutrino"
Mode:Managed Frequency:2.462 GHz Access Point: 68:7F:74:CA:BC:F0
Bit Rate=1 Mb/s Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=69/70 Signal level=-41 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Code: Select all
Power Management:onTo turn it off, and hopefully improve your signal, run this command (as root or sudo)
Code: Select all
iwconfig wlan0 power offThis may or may not help, but it might be a good start before trying different drivers or ndiswrapper. If you find that it does help you can add the "iwconfig wlan0 power off" command to wherever you have other startup commands....most likely /etc/rc.local
What driver are you using? I'm wondering if you're using an up-to-date driver.
W510: i7-820QM / 8GB 1066 RAM/ 1 GB NVIDIA Quadro FX 880M / 500GB 7200rpm / 15.6" HD 1080 / Arch Linux
Re: Atheros 42T0825 ubuntu 10.4
I would actually recommend *against* using NDISwrapper unless absolutely necessary. Although it's a lot better than it used to be, it still has a number of bugs and is frequently a source of stability issues.
Generally if your card has native Linux drivers available it's best to use those. Realtek cards are pretty much the only exception I've seen to that rule, and that's only because their closed-source native drivers suck ever-so-slightly more than their Windows drivers.
Power management shouldn't have anything to do with range. It will affect latency and (possibly) throughput, but range shouldn't be affected *unless* you screwed around with transmit power.
Generally if your card has native Linux drivers available it's best to use those. Realtek cards are pretty much the only exception I've seen to that rule, and that's only because their closed-source native drivers suck ever-so-slightly more than their Windows drivers.
Power management shouldn't have anything to do with range. It will affect latency and (possibly) throughput, but range shouldn't be affected *unless* you screwed around with transmit power.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Atheros 42T0825 ubuntu 10.4
How can I tell if I have the most up to date driver?
Re: Atheros 42T0825 ubuntu 10.4
You can try if you like. It won't hurt anything. Is it a Thinkpad card? If not, it most likely work without a BIOS hack.jp0213x wrote:I still have my old intel abg card, I swapped it out for the atheros. Should I just throw that back in there?
E7440
Re: Atheros 42T0825 ubuntu 10.4
Its a thinkpad card so no need for a bios hack. I swapped it out with my intel card.
Re: Atheros 42T0825 ubuntu 10.4
The driver is included with the kernel. Unless you really feel like messing about with your kernel (my advice: you shouldn't), just go with the stock Ubuntu one. It's relatively stable and fairly recent, so there's no need to worry about it.jp0213x wrote:How can I tell if I have the most up to date driver?
The "check if you have the most up-to-date driver" advice is usually more of a Windows tip than a Linux one -- on the Linux side of things you should probably leave it up to your distro to make sure that your hardware is supported properly.
(Disclaimer: if you know enough to know why my advice above isn't 100% accurate, you also know why I'm simplifying things a bit.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Atheros 42T0825 ubuntu 10.4
It appears power management is already off.
wlan0 IEEE 802.11abgn ESSID:"Heath St"
Mode:Managed Frequency:2.462 GHz Access Point: 00:1C:F0:EF:90:5A
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=-32 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
wlan0 IEEE 802.11abgn ESSID:"Heath St"
Mode:Managed Frequency:2.462 GHz Access Point: 00:1C:F0:EF:90:5A
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=-32 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Re: Atheros 42T0825 ubuntu 10.4
I'd wonder if it's not something with your access point.
You had performance/range problems with it a couple years ago, no? Since those issues were with an Intel card, and these issues are with an Atheros one, the only constant here is your AP.
You had performance/range problems with it a couple years ago, no? Since those issues were with an Intel card, and these issues are with an Atheros one, the only constant here is your AP.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Atheros 42T0825 ubuntu 10.4
I didn't have many problems with the intel card, I only got the atheros card because I was planning on building a hackintosh. That project got scrapped and decided to give ubuntu another try. I don't know if its a driver thing or my AP is picky with the cards. I've had experience where certain AP didn't didn't work well with certain wireless card. I have using a dlink dir-655 by the way, the range isn't the best but my apartment isn't that big. I should be able to maintain a good signal through out the apt. I noticed with my atheros card performance wasn't all that great at times in other parts of my apt where as the intel was fine.
Re: Atheros 42T0825 ubuntu 10.4
Well I'd suspect the AP. The fact that D-Link makes it gives me even more reason to be suspicious of it.jp0213x wrote:I didn't have many problems with the intel card, I only got the atheros card because I was planning on building a hackintosh. That project got scrapped and decided to give ubuntu another try. I don't know if its a driver thing or my AP is picky with the cards. I've had experience where certain AP didn't didn't work well with certain wireless card. I have using a dlink dir-655 by the way, the range isn't the best but my apartment isn't that big. I should be able to maintain a good signal through out the apt. I noticed with my atheros card performance wasn't all that great at times in other parts of my apt where as the intel was fine.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Atheros 42T0825 ubuntu 10.4
Are you not a fan of dlink? I had a similar problem with my linksys wrt54g way back when, that is one of the reasons I switched over.
Re: Atheros 42T0825 ubuntu 10.4
Not at all. In my experience they make horribly unreliable gear.jp0213x wrote:Are you not a fan of dlink? I had a similar problem with my linksys wrt54g way back when, that is one of the reasons I switched over.
It's too bad you switched from the WRT54G. While the stock firmware isn't all that hot, the early units and the WRT54GS are some of the best 802.11g APs out there when flashed with something like Tomato. Mine has been running Tomato for well over a year with absolutely no problems -- and that's with full QoS support, RADIUS authentication, a small web server, a SPI firewall, NAT support, a caching DNS server, and even OpenVPN for WAN security.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Atheros 42T0825 ubuntu 10.4
I still have my wrt54g, I stopped using it because some of the ports stopped working. I have one of the earlier aps, maybe I can put it back to use. Is tomato some kind of hacked firmware? I think I have a wrt54gv2
Re: Atheros 42T0825 ubuntu 10.4
It's not "hacked". It's simply another Linux-based firmware for the device.jp0213x wrote:I still have my wrt54g, I stopped using it because some of the ports stopped working. I have one of the earlier aps, maybe I can put it back to use. Is tomato some kind of hacked firmware? I think I have a wrt54gv2
The WRT54G v2 should work fine with it. You can grab a copy here.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Atheros 42T0825 ubuntu 10.4
So I was able to get the firmware loaded to my wrt54g. I set up up wireless bridge with my d link so I am going to test my atheros card.
-
Tasurinchi
- Senior ThinkPadder

- Posts: 2009
- Joined: Mon Aug 17, 2009 8:38 am
- Location: Zurich, Switzerland
Re: Atheros 42T0825 ubuntu 10.4
Slightly oot, but I'm using a wrt54gl with Tomato since 2006 and it works great! At the beginning I was using DD-WRT but was too complex for me
, so I switched to Tomato around 2008...
IBM Convertible 5140/L40SX/220/240/240X/2*340CSE/360PE/365XD/380D/380E/380XD/380Z/390/560E/560X/2*570/2*600/600E/750Cs/755C/760CD/760EL/760XD/770E
A20p/A22p/A31/i1600/G40/R50p/R61i/S30/SL510/2*T22/4*T4x/11*T6x/6*T40x/6*T5x0/3*W5x0/W700/3*X2x/4*X3x/3*X4x/5*X6x/3*X6xT/12*X2xx/4*X30x/Z60m/3*Z61x
A20p/A22p/A31/i1600/G40/R50p/R61i/S30/SL510/2*T22/4*T4x/11*T6x/6*T40x/6*T5x0/3*W5x0/W700/3*X2x/4*X3x/3*X4x/5*X6x/3*X6xT/12*X2xx/4*X30x/Z60m/3*Z61x
Re: Atheros 42T0825 ubuntu 10.4
In addition to being illegal (yes, DD-WRT includes numerous copyright and license violations and is in no way an "open source" firmware), I've found DD-WRT to be buggy, unstable, and insecure.Tasurinchi wrote:DD-WRT but was too complex for me, so I switched to Tomato around 2008...
Tomato doesn't support every last bell and whistle that DD-WRT does, but on the other hand I've never run into a situation where it was missing a feature that I needed.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: none-
Tasurinchi
- Senior ThinkPadder

- Posts: 2009
- Joined: Mon Aug 17, 2009 8:38 am
- Location: Zurich, Switzerland
Re: Atheros 42T0825 ubuntu 10.4
Oh dear... I'm then more glad that I moved to Tomato...ThinkRob wrote:In addition to being illegal
IBM Convertible 5140/L40SX/220/240/240X/2*340CSE/360PE/365XD/380D/380E/380XD/380Z/390/560E/560X/2*570/2*600/600E/750Cs/755C/760CD/760EL/760XD/770E
A20p/A22p/A31/i1600/G40/R50p/R61i/S30/SL510/2*T22/4*T4x/11*T6x/6*T40x/6*T5x0/3*W5x0/W700/3*X2x/4*X3x/3*X4x/5*X6x/3*X6xT/12*X2xx/4*X30x/Z60m/3*Z61x
A20p/A22p/A31/i1600/G40/R50p/R61i/S30/SL510/2*T22/4*T4x/11*T6x/6*T40x/6*T5x0/3*W5x0/W700/3*X2x/4*X3x/3*X4x/5*X6x/3*X6xT/12*X2xx/4*X30x/Z60m/3*Z61x
Re: Atheros 42T0825 ubuntu 10.4
I noticed this tomato firmware is limiting my bandwidth, I have 60mb connection, and I am only getting less then 2mb per sec. Is there any configure I need to fix?
Re: Atheros 42T0825 ubuntu 10.4
Megabit or megabyte?jp0213x wrote:I noticed this tomato firmware is limiting my bandwidth, I have 60mb connection, and I am only getting less then 2mb per sec. Is there any configure I need to fix?
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Atheros 42T0825 ubuntu 10.4
So I i get around 3.58 megabytes. Does this router have a hardware limitation on the wan port? If this is the case this firmware won't do me any good.
Re: Atheros 42T0825 ubuntu 10.4
That's about 28 megabits, which isn't too far from what I'd expect for real-world sustained throughput for a 802.11g network.jp0213x wrote:So I i get around 3.58 megabytes. Does this router have a hardware limitation on the wan port? If this is the case this firmware won't do me any good.
What sort of testing are you doing?
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Atheros 42T0825 ubuntu 10.4
I have 60/10 connection, I don't think my old 10/100 linksys can handle those kind of speeds because I max out around 3.50 megabytes via wan port not wireless. Sorry the topic has changed since I found out that I could load tomato firmware on my old wrt54g v2. I was so ready to put the dlink aside for a bit and use the linksys but I wasn't getting all of the bandwidth I pay for. I am thinking about using it as a bridge to run off the dlink.
As for the testing, I wanted to see if my atheros card would work any better with my old linksys using the tomato firmware. Unfortunately the wireless performance is the same as the dlink.
As for the testing, I wanted to see if my atheros card would work any better with my old linksys using the tomato firmware. Unfortunately the wireless performance is the same as the dlink.
Re: Atheros 42T0825 ubuntu 10.4
Well that rules out the AP then. Perhaps it's the card? I don't have any experience with that particular Atheros card, but I did have good experiences with an Atheros 802.11b/g card in my X61s -- I had no problem hitting close to max. throughput.jp0213x wrote: As for the testing, I wanted to see if my atheros card would work any better with my old linksys using the tomato firmware. Unfortunately the wireless performance is the same as the dlink.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: none-
- Similar Topics
- Replies
- Views
- Last post
-
-
The Newest GPD Pocket with Z8750 CPU Windows 10 System or Ubuntu 16.04
by laozhu » Thu Jan 12, 2017 5:02 am » in Off-Topic Stuff - 12 Replies
- 1430 Views
-
Last post by QWERTY Andreas
Wed Feb 15, 2017 3:52 am
-
-
-
How to improve audio on a Thinkpad T530 under Ubuntu?
by wrybread » Sun Mar 05, 2017 2:14 am » in Linux Questions - 1 Replies
- 1191 Views
-
Last post by wrybread
Fri Apr 07, 2017 5:38 pm
-
Who is online
Users browsing this forum: No registered users and 3 guests




