Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
OK, I know this is a laptop thread and that's it's way old, but it seems to be closest to describing my problem.
First, I'm a linux newbie, though I'm a DOS dinosaur, so I'm not afraid of a command prompt or ignorant of the fact that syntax must be precisely as specified.
I've got a Gateway Profile 6 - while this is a desktop PC, it's more "laptop-ish" in its hardware than a pure desktop.
I'm running Novell SLED 10 SP1 (just installed it yesterday), hoping that would fix my no audio problem, but it hasn't.
Also, I visually verified that I've got a Realtek ALC883 chip - the other numbers on it are as follows: 61355T2 G605A2
Per instructions, I'm including my lspci and uname output - no news there - the system "thinks" the audio is there, but still no sound! And, yes, I've gone into the GUI mixer as well as the alsamixer and pushed up the volume sliders to no avail.
And I'm dual booting, and the sound works fine on the Win-duhs side.
Well, this is only slightly helpful unfortunately. Since this thread started, a user on #alsa irc has been developing a script that will give me all the debugging info I need to help with. The script is located here. Just download and run it. It will create a web link with the info I need to help with.
Distribution: Mepis and Fedora, also Mandrake and SuSE PC-BSD Mint Solaris 11 express
Posts: 256
Rep:
Let me see. I think I got it.
RClinuxlaptop:/bin # cd /alsa-driver-1.0.12rc3
bash: cd: /alsa-driver-1.0.12rc3: No such file or directory
RClinuxlaptop:/bin # ./configure --with-cards=hda-intel --with-debug=detect ; make ; make install
bash: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
RClinuxlaptop:/bin # cd /alsa-driver-1.0.12rc3
bash: cd: /alsa-driver-1.0.12rc3: No such file or directory
RClinuxlaptop:/bin # cd ./alsa-driver-1.0.12rc3
RClinuxlaptop:/bin/alsa-driver-1.0.12rc3 # ./configure --with-cards=hda-intel --with-debug=detect ; make ; make install
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
make all-deps
make[1]: Entering directory `/bin/alsa-driver-1.0.12rc3'
make[1]: Nothing to be done for `all-deps'.
make[1]: Leaving directory `/bin/alsa-driver-1.0.12rc3'
Please, run the configure script as first...
rm -f /snd*.*o /persist.o /isapnp.o
make[1]: Entering directory `/bin/alsa-driver-1.0.12rc3/acore'
Makefile:6: /bin/alsa-driver-1.0.12rc3/Makefile.conf: No such file or directory
/bin/alsa-driver-1.0.12rc3/Rules.make:75: /Rules.make1: No such file or directory
make[1]: *** No rule to make target `/Rules.make1'. Stop.
make[1]: Leaving directory `/bin/alsa-driver-1.0.12rc3/acore'
make: *** [install-modules] Error 1
RClinuxlaptop:/bin/alsa-driver-1.0.12rc3 #
Somehow, it doesn't look good. It can't even find anything.
I'm in debt to the GrueMaster for his assistance! I'm going to modify various options to my sound to see if one of them will kick off and work like it's supposed to - will post results here for future reference.
There are lots and lots of Gateway Profiles ( 5.5 and 6 ) out there, and they share the same basic hardware, so this will be a very useful effort.
Distribution: Mepis and Fedora, also Mandrake and SuSE PC-BSD Mint Solaris 11 express
Posts: 256
Rep:
Alternate driver needed
I feel that another driver would probably solve the problem. Unfortunatly, I can't seem to force it to try and install something else. Without a functional driver to start with, even recompiling the kernel makes no sense. With a good driver, one just has to install it.
Its a shame too, it dual boots with Vista and seems to run all the other hardware perfectly for the Lenovo. Aside from not being to add more repositories to YaST and the lack of sound, I have no complaints. SuSE's site accurately described its behavior on my particular laptop. They have a good HCL.
A nice .rpm file that runs under YUM would fix the problem. Also, 10.3 is still in the alpha stages. I believe that they are updating the Alsa driver as well. Therefore, updating to SuSE 10.3 when it comes out should fix the issue. Burn ISO. Click Update.
Until then, I'll depend on Simply Mepis 6.5 on my old desktop to get things done with Linux. I have way more hard drive storage available anyway.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.