[Ubuntu 8.10] Atheros wifi card not working


Recommended Posts

Ok, here goes...

I'm trying to install Ubuntu 8.10 on my laptop, everything is supported right out of the box, except my wireless card. I found a "solution" online for it, but it requires you to be in Ubuntu, and to download a package.

sudo apt-get install linux-backports-modules-intrepid-generic

Am I missing someone? How are you supposed to download a driver package when you can't connect to the internet in the first place?

Any enlightenment would be greatly appreciated.

use ethernet port?

connect directly to modem via usb?

I don't have access to a direct connection, I can only get on the internet through wifi, thus my problem.

Can't you just download the package and throw it on a USB drive and trasnfer it over? I wouldn't mind doing that.

Are you sure you have the 2.6.27 kernel? *use uname -a in terminal te check). If you do, it should work, click on network manager applet in the systray to see if you can use any wireless spot.

The old madwifi driver have been removed and replaced with 2 brand new driver (ath5k and 9k) directly in the kernel. No more propiatary HAL, no more x86_64 hell. But those are new and not very good, their range is very limited and the connection is unstable. I am upgradign the kernel at every rc (2.6.28rc6 actually) to get the new patch, but for me Ubuntu 8.10 work fine with my (ath9k) card. What card do you use? (sudo lspci to check)

If it really dont work, try loading the module manually and restarting nm:

sudo modprobe ath_pci
sudo /est/init.d/network-manager restart
killall nm-applet && nm-applet &

What is /est/? (I see that Elv13 mis-typed it above)

It is /etc/ as in "etcetera".

If you type the first few letters, and hit [TAB], it will auto-complete for you.

P.S. Nice wall!

You can indeed download a package and copy it over from a USB drive.

The package you're looking for is here

http://packages.ubuntu.com/intrepid/linux-...ntrepid-generic

To install a .deb do sudo dpkg -i linux-backports-modules-intrepid-generic_2.6.27.7.11_i386.deb

Any package from the official repositories can be download from http://packages.ubuntu.com/

you have to download madwifi drivers. there are plenty of guides for it on the ubuntu forums. im disappointed with 8.10 it was suppose to support atheros out of the box and it does not. this is why i stuck with 8.04, as a matter a fact im going to be installing ubuntu x64 this weekend so i will need that madwifi guide myself for x64.

You should not have to install madwifi, and if you do, then it will conflict with the existing dirver and will not work anyway (both have the same name (ath_pci)). If you click on the little network icon on the top of you screen, are you sure that you don't see your network?

If you don't, copy you home directory to your windows partition or an usb stick then do as smooth3006 say, install 8.04. I don't have your problem and most people don't, you should post a bug report on launchpad (ubuntu bug site), it should have work out of the box. When you will have 8.04, copy your home folder back. Be sure to copy the home folder and not its content, if you do, you will keep your customisation and settings.

Ok, I've tried everything. My wireless card isn't supported and won't work, either on 8.10 or 8.04, so I'm just going to give up and stick with Windows. I know it's not the developers' fault, but I can't use an OS if I can't get on the internet.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Hello police? I'd like to report a murder.
    • Ventoy 1.1.15 is out.
    • Win11Debloat 06.24.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.24.2026 changelog: With this release, the legacy app list generator and CustomAppsList file support is removed. This only affects users using legacy command-line methods. More info here: #664 Features & Improvements Clean up styling to better match Windows fluent design guidelines by @Raphire in #638 Add GPO override warning alert and WhatIf dry-run previews by @HetCreep in #611 Disable telemetry-related scheduled tasks under Microsoft\Windows by @HetCreep in #615 Guard against loading, saving & executing undefined features by @Raphire in #665 Simplify Window management & update minimum window sizes by @Raphire in #671 Update start menu backup/restore with timestamped filenames by @Raphire in #672 Clean up feature execution logic for readability by @Raphire in #641 Clean up & improve app removal methods, remove legacy CLI app removal methods by @Raphire in #662 Remove support for CustomAppsList file format, including -RemoveAppsCustom and -RunAppsListGenerator parameters Update CLI app removal to use newer app removal methods Drop support for sunset apps (Fitbit, Shazam, Twitter, Viber, Wunderlist, XING) and Plex Fix removal of Microsoft Copilot Fixes Fix: Replace P/Invoke dynamic DLL imports with WPF native methods to fix temp DLL access-denied errors by @Raphire in #661 Fix Start Menu apps not being set correctly for all users when running script for other user by @Raphire in #637 Fix store suggestions not getting disabled correctly for all users when running as other user by @Raphire in #642 Fix: Respect Feature min/max version for comboboxes by @Raphire in #639 Fix: Don't treat AllUsers/CurrentUser as a username at startup by @HetCreep in #647 Fix: treat dismissed unsafe-removal confirmation as decline by @HetCreep in #651 Fix: Surface runspace errors instead of swallowing them in GUI mode by @HetCreep in #655 Fix: Correct sub-key path matching in backup allow-list validation by @HetCreep in #645* Fix: Detect WinGet uninstall failures by exit code, not English text by @HetCreep in #658 Fix: Detect installed OneDrive in the "Only show installed" filter by @HetCreep in #656 Download: Win11Debloat 06.24.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Age of Empires Mobile PC Version The Band The Show The Movie
  • Recent Achievements

    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      416
    2. 2
      +Edouard
      173
    3. 3
      PsYcHoKiLLa
      125
    4. 4
      Michael Scrip
      77
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!