amilo-forum.com

Everything you need to know about Amilo and Lifebook laptops by Fujitsu

linux on amilo li 1718

Everything around Linux and Unix-like operating systems.

Re: linux on amilo li 1718

Postby roadrash » Mon Oct 06, 2008 3:18 pm

to fix audio try this:

open a shell & type sudo echo "options snd-hda-intel index=0 model=toshiba" >> /etc/modprobe.d/alsa-base

try this.
User #386576 with the Linux Counter, http://counter.li.org
roadrash
 
Posts: 72
Joined: Mon Sep 03, 2007 10:37 am

Re: linux on amilo li 1718

Postby Ubuntu810 » Mon Oct 06, 2008 3:26 pm

permission denied :?:
edit: do i have to add that line? in the alsa-base?

& i've reset my snd-hda-intel to model=auto... => oss is working back :wink:
but still no alsa & no youtube soundz :cry:
amilo Li 1718
ubuntu karmic koala & win7
User avatar
Ubuntu810
 
Posts: 24
Joined: Mon Oct 06, 2008 9:28 am

Re: linux on amilo li 1718

Postby roadrash » Mon Oct 06, 2008 10:44 pm

edit: do i have to add that line? in the alsa-base?


try this:

sudo chmod 777 /etc/modprobe.d/alsa-base
sudo echo "options snd-hda-intel index=0 model=toshiba" >> /etc/modprobe.d/alsa-base
User #386576 with the Linux Counter, http://counter.li.org
roadrash
 
Posts: 72
Joined: Mon Sep 03, 2007 10:37 am

Re: linux on amilo li 1718

Postby Ubuntu810 » Mon Oct 06, 2008 11:40 pm

nope
still the same :(
but the line did appear in the alsa-base :)
only oss ... still no alsa or video sounds in a browser...
thx for the help... the other forums didn't reply yet
amilo Li 1718
ubuntu karmic koala & win7
User avatar
Ubuntu810
 
Posts: 24
Joined: Mon Oct 06, 2008 9:28 am

Re: linux on amilo li 1718

Postby hikaru » Tue Oct 07, 2008 7:27 am

Can you edit alsa-base with vi? It shouldn't make any difference but I have seen strange effects in combination with permission-rules on other systems.
User avatar
hikaru
Moderator
 
Posts: 1153
Joined: Thu Oct 25, 2007 9:23 am
Notebook:
  • Amilo Si 1520
  • Desktop
  • Asus EEE 901

Re: linux on amilo li 1718

Postby Ubuntu810 » Tue Oct 07, 2008 8:17 am

vi? I don't see the difference but yeah... :)
what line(s) should I add?
what line(s) should I remove?
How should my alsa-base in the end look like?
In the 8.0.4 all sounds worked fine... (maybe an important note that I forgot ot mention...)
so many questions... :?
:lol:
amilo Li 1718
ubuntu karmic koala & win7
User avatar
Ubuntu810
 
Posts: 24
Joined: Mon Oct 06, 2008 9:28 am

Re: linux on amilo li 1718

Postby hikaru » Tue Oct 07, 2008 9:03 am

roadrash wrote:open a shell & type sudo echo "options snd-hda-intel index=0 model=toshiba" >> /etc/modprobe.d/alsa-base
If I use this as an example, then call
Code: Select all
sudo vi /etc/modprobe.d/alsa-base
use the cursor to go to the end of the file, switch to editor mode by typing
Code: Select all
i
add this line (the best would be to copy it)
Code: Select all
options snd-hda-intel index=0 model=toshiba
leave the editor mode by pressing
Code: Select all
Esc
and write the file with
Code: Select all
:w!
Maybe you will have to confirm an override-question. Then leave vi with
Code: Select all
:q

Basically it does the same like the statement roadrash wrote. He surely can describe better, what it does.

How did you make the sound in 8.04 work (with alsa)?

btw: For security reasons you should restore the alsa-base permissions to 644 again.
User avatar
hikaru
Moderator
 
Posts: 1153
Joined: Thu Oct 25, 2007 9:23 am
Notebook:
  • Amilo Si 1520
  • Desktop
  • Asus EEE 901

Re: linux on amilo li 1718

Postby Ubuntu810 » Tue Oct 07, 2008 9:13 am

8.0.4 was autodetect for sound... all worked well then
what do you mean by:
"btw: For security reasons you should restore the alsa-base permissions to 644 again."
i'm a newbie...you know :wink:
I'll try the shell this evening
edit: or should i reinstall 8.0.4 & look at the alsa-base in order to solve this issue?
& where should i look at then
amilo Li 1718
ubuntu karmic koala & win7
User avatar
Ubuntu810
 
Posts: 24
Joined: Mon Oct 06, 2008 9:28 am

Re: linux on amilo li 1718

Postby hikaru » Tue Oct 07, 2008 9:24 am

roadrash wrote:sudo chmod 777 /etc/modprobe.d/alsa-base
If you did this your alsa-base will be fully accessible to everyone who has access to your notebook. This might be helpful for troubleshooting but should not be left this way.

You can check this with:
Code: Select all
sudo ls -l /etc/modprobe.d/alsa-base

If you see the 777 there you should restore it to the default settings which means to type:
Code: Select all
sudo chmod 644 /etc/modprobe.d/alsa-base
User avatar
hikaru
Moderator
 
Posts: 1153
Joined: Thu Oct 25, 2007 9:23 am
Notebook:
  • Amilo Si 1520
  • Desktop
  • Asus EEE 901

Re: linux on amilo li 1718

Postby Ubuntu810 » Tue Oct 07, 2008 9:35 am

hikaru wrote:If you see the 777 there you should restore it to the default settings which means to type:
Code: Select all
sudo chmod 644 /etc/modprobe.d/alsa-base

ok thanks... no-one else has access to my laptop, but it's good to save me from myself... :lol:
amilo Li 1718
ubuntu karmic koala & win7
User avatar
Ubuntu810
 
Posts: 24
Joined: Mon Oct 06, 2008 9:28 am

Re: linux on amilo li 1718

Postby roadrash » Tue Oct 07, 2008 5:19 pm

Ok to get alsa working give this a try.

open a shell and type: sudo alsaconf

it should start a alsa configuration program its very straightforward.

tell me what happens
User #386576 with the Linux Counter, http://counter.li.org
roadrash
 
Posts: 72
Joined: Mon Sep 03, 2007 10:37 am

Re: linux on amilo li 1718

Postby Ubuntu810 » Tue Oct 07, 2008 6:37 pm

roadrash wrote:Ok to get alsa working give this a try.

open a shell and type: sudo alsaconf

it should start a alsa configuration program its very straightforward.

tell me what happens

nothing.... :| command not found
amilo Li 1718
ubuntu karmic koala & win7
User avatar
Ubuntu810
 
Posts: 24
Joined: Mon Oct 06, 2008 9:28 am

Re: linux on amilo li 1718

Postby roadrash » Tue Oct 07, 2008 8:40 pm

Ok save this file http://homepage.ntlworld.com/roadrash/alsaconf to your home folder then open a shell and type sudo cp alsaconf /usr/sbin/ then try again.
User #386576 with the Linux Counter, http://counter.li.org
roadrash
 
Posts: 72
Joined: Mon Sep 03, 2007 10:37 am

Re: linux on amilo li 1718

Postby Ubuntu810 » Tue Oct 07, 2008 9:59 pm

roadrash wrote:Ok save this file http://homepage.ntlworld.com/roadrash/alsaconf to your home folder then open a shell and type sudo cp alsaconf /usr/sbin/ then try again.

that file wasn't found.... :s
amilo Li 1718
ubuntu karmic koala & win7
User avatar
Ubuntu810
 
Posts: 24
Joined: Mon Oct 06, 2008 9:28 am

Re: linux on amilo li 1718

Postby roadrash » Tue Oct 07, 2008 10:48 pm

that file wasn't found.... :s


Ok sorry my mistake its fixed now. You might have to right click the link and select "save as" or it may display as a text message in your browser.
User #386576 with the Linux Counter, http://counter.li.org
roadrash
 
Posts: 72
Joined: Mon Sep 03, 2007 10:37 am

PreviousNext

Return to Linux / Unix / BSD