System :: headphones



Put alsa in /boot/grub/menu.lst in the line with all of the other options
how exactly do i do that?
I don't use grub myself but doobit means edit the file /boot/grub/menu.lst.

insert the word 'alsa' on the line where you see other
dsl options.

ok i am not sur eif what i am doing is right, i click the file menue.lst then a box comes up and i click and i click "enter a command to open with" then i type in alsa in the box and hit ok. then i look and it says command alsa not found. But i am not even sure if this is where i type it in to enter it into the boot thing.
Here with more detail that Doobit and Humpty say to you.

You must open menu.lst file with your favorite text editor (for example: Beaver). Edit it and save changes.
Note: Root Permission is required to save changes in menu.lst file  

Not problem, follow this procedure:

1) Launch Beaver with root permission so: Open Xterminal and write this two commands:

sudo su  

beaver  

2) Go to menu of Beaver and do File -> Open (click to File and next click to Open).
Browser to /boot/grub/ directory and look menu.lst file. Select it and do click OK.

3) Now you can read the menu.lst file and will see some lines like this:

kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal

You must insert "alsa" in each line so:

kernel /boot/linux24 root=/dev/hda2 quiet vga=normal noacpi noapm nodma noscsi frugal alsa

4) Save you changes (File -> Save)

5) Finish, reboot your computer.

Next Page...
original here.