LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-26-2008, 05:56 PM   #1
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Rep: Reputation: 30
wireless&sound not working on an acer aspire 5520


I'm running OpenSUSE 10.3 (64 bit version) on an acer aspire 5520, and I managed to get everything working except the wireless card and sound card. (kernel version 2.6.22.17-0.1-default)

Problems and what i did so far:

1) Wireless card

Reported by lspci as
Code:
05:00.0 Ethernet controller: Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01)
I tried playing with both madwifi and ndiswrapper modules...

The madwifi modules are present:
Code:
# lsmod | grep ath
ath_pci               111664  0
wlan                  218648  1 ath_pci
ath_hal               234864  1 ath_pci
But the device doesn't seem to be loaded by the kernel although the device is present:
Code:
# iwconfig
lo        no wireless extensions.

eth22     no wireless extensions.
Same interfaces with an ifconfig -a.

(interesting problem with the ethernet card too, it's driver number increases after every reboot, that's how it got to 22, but it's working fine besides that...)

In yast, it just says it's not connected and "Unable to configure the network card because the kernel device is not present".
Tried adding a new card from there, using the module ath_pci, but it is reported as not connected... (I did select load at boot time and rebooted after)

And with ndiswrapper, dmesg either reports unresolved symbols or that the card didn't respond as expected...


2) Sound

lspci:
Code:
00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)
Tested that:
- Sound is unmuted (with both kmix and alsamix)
- Modules are loaded (should work with snd_hda_intel)
- have run alsaconf, which ran without any errors... just no sound,...


So... any tips on what I should try next?
Thanks for reading. Any suggestions are welcomed.
 
Old 03-26-2008, 06:20 PM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Sound.. another LQ thread for completeness.

But I'd also make sure that card is the default.

http://forum.paldo.org/index.php?act...rds=a:0:%7B%7D
hda-intel driver confirmed.

http://ubuntuforums.org/showthread.php?t=583920
... for ubuntu - suggests you need a more recent kernel.

The only openSUSE ones I found were for different HW (same model laptop).

Wireless...
http://help.lockergnome.com/linux/Ma...ict488960.html
 
Old 03-26-2008, 06:38 PM   #3
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Original Poster
Rep: Reputation: 30
Thanks for your fast reply.

The sound card is the main card, and the only one:
Code:
 # cat /proc/asound/cards
 0 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xf0880000 irq 21
Alsamixer confirms this too.

I thought about compiling from source the most recent kernel version and see how that works out... Suse already has the latest rpm-kernel. If I can't find another qucik and easy fix, I'll add a second Linux (probably Slackware), compile everything from source and see how that works out... although my hopes aren't too high...
 
Old 03-26-2008, 07:12 PM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
asoundconf list

I've knows modems and cameras to end up set as the default soundcard. But that looks unlikely in your case.

BTW: what are you doing running as root?
 
Old 03-27-2008, 12:42 AM   #5
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Original Poster
Rep: Reputation: 30
Hmm seems I don't have asoundconf installed. I'll get the rpm later today and see what it says. Although I bet it reads it's info from /proc too...

Oh, and I just su'd in a user account, because I was playing around with loading/unloading modules as suggested by various tutorials found with google (of course none of them seem to work...)

What's most ironic is that this laptop theoretically came with a Linux pre-installed... it was called Linpus and had absolutely none of the main drivers installed, not even a graphical interface... and Acer offers no drivers for it...

Last edited by Valkyrie_of_valhalla; 03-27-2008 at 12:44 AM.
 
Old 03-27-2008, 10:22 PM   #6
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
What's most ironic is that this laptop theoretically came with a Linux pre-installed... it was called Linpus and had absolutely none of the main drivers installed, not even a graphical interface... and Acer offers no drivers for it...
Cute. We are having a similar issue in NZ over the Aspire 4315 + Gutsy on offer with some hardware non functional out of the box. Not this bad though.

In NZ there are saws against this. Perhaps you can just take the computer back to the store and get a more compatible one?
 
Old 03-28-2008, 03:04 PM   #7
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Original Poster
Rep: Reputation: 30
Well I don't think they would change it... it has no hardware problem, it does work ok with Vista... And a laptop this cheap and this good is hard to find...

Anyway, I'm a computer geek... I'll make it work even if I have to write my own kernel modules (will probably take a few years, but...)

Besides, I have a few ideas with ndiswrapper that I haven't tried yet... I'll play with it more in the next few days and I'll post how I did it here if it works...

Until then, if anybody has any more suggestions, I'm always willing to try out ideas
 
Old 03-28-2008, 08:33 PM   #8
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
Well I don't think they would change it... it has no hardware problem, it does work ok with Vista...
Doesn't matter that it works with Vista, they installed linuux without the required software to make it go. If they'd installed Vista without the restricted driver it needs, you could take that back right?

Vendor supplies it as working, it should be working.

[/quote] And a laptop this cheap and this good is hard to find...[/quote]
Second that.

For that reason, they can be a trap.
 
Old 03-29-2008, 09:40 AM   #9
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Simon Bridge View Post
Doesn't matter that it works with Vista, they installed linuux without the required software to make it go. If they'd installed Vista without the restricted driver it needs, you could take that back right?
I live in Romania... so no, I probably couldn't take it back...
And if I could, I probably should have done it before formatting it and reinstalling my own OSs.
 
Old 04-27-2008, 09:15 AM   #10
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Original Poster
Rep: Reputation: 30
FIXED!!! Wohooo I did it

Well, I still haven't found a fix for 64-bit OSs, but it should work on most 32-bit ones by installing this madwifi release: http://madwifi.org/ticket/1679 . (if anybody wants me to explain exactly how to install it, feel free to ask).

Also, the sound works out of the box in Ubuntu 8.04. (madwifi was also tested here).
 
Old 04-28-2008, 06:49 AM   #11
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
I had the same thing with my acer 4315 - most all problems went away with Hardy.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No wireless connection after installing Ubuntu on my Acer TravelMate 5520! Help! TommyGun Linux - Newbie 65 09-16-2011 06:34 PM
Wireless on Acer Aspire 5100 Cabeza de Huevo Linux - Laptop and Netbook 1 12-17-2006 02:59 PM
ACER Aspire 5100 Wireless taj SUSE / openSUSE 4 11-11-2006 09:26 PM
Getting sound working on an Acer Aspire 1640Z ronware Linux - Laptop and Netbook 16 09-08-2006 07:05 AM
FC3 & Acer Aspire 3002 karunesh Linux - Laptop and Netbook 4 05-07-2005 07:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration