System :: headphones



ok that didnt work either, and ye si installed those two things from mydsl, here is what i got next.

Code Sample
dsl@box:~$ sudo su
root@box:/home/dsl# rmmod snd-cs46xx
rmmod: module snd-cs46xx is not loaded
root@box:/home/dsl# modprobe snd-cs4232
/lib/modules/extra/alsa/snd-cs4232.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
     You may find more information in syslog or the output from dmesg
/lib/modules/extra/alsa/snd-cs4232.o: insmod /lib/modules/extra/alsa/snd-cs4232.o failed
/lib/modules/extra/alsa/snd-cs4232.o: insmod snd-cs4232 failed
root@box:/home/dsl# lsmod
Module                  Size  Used by    Not tainted
snd-pcm-oss            36996   0  (autoclean) (unused)
snd-mixer-oss          11280   0  (autoclean) [snd-pcm-oss]
snd-pcm                57472   0  (autoclean) [snd-pcm-oss]
snd-timer              15044   0  (autoclean) [snd-pcm]
snd-page-alloc          5584   0  (autoclean) [snd-pcm]
snd                    29988   0  (autoclean) [snd-pcm-oss snd-mixer-oss snd-pcm snd-timer]
soundcore               3428   0  (autoclean) [snd]
apm                     9736   1  (autoclean)
mousedev                3832   0  (unused)
hid                    22372   0  (unused)
input                   3168   0  [mousedev hid]
cloop                   8900   0  (unused)
af_packet              13544   0  (autoclean)
agpgart                42660   0  (unused)
serial                 52068   0  (autoclean)
usb-uhci               21836   0  (unused)
usbcore                57824   1  [hid usb-uhci]
orinoco_cs              4628   1
orinoco                35920   0  [orinoco_cs]
hermes                  5056   0  [orinoco_cs orinoco]
ds                      6536   2  [orinoco_cs]
yenta_socket            9504   2
pcmcia_core            39840   0  [orinoco_cs ds yenta_socket]
ide-cd                 28704   0
ide-scsi                9040   0
rtc                     7004   0  (autoclean)
root@box:/home/dsl#

Make sure your bios is set for PnP OS = NO.

Run "cat /proc/interrupts" command to check for IRQ conflicts.

i dont know how to make sure my bios are set for PnP OS = No

and i tried the thing to check IRQ conflicts and i got this:

Code Sample
dsl@box:~$ sudo su
root@box:/home/dsl# cat/proc/interrupts
bash: cat/proc/interrupts: No such file or directory
root@box:/home/dsl#


You wrote command: cat/proc/interrupts
When you must write: cat /proc/interrupts
Note there are a space after "cat".
Please, post the results.

Procedure to set PnP to NO or disabling:
Reboot your computer, hit DEL key before launch DSL. That open a BIOS configuration program.
You must browser through options using the keyboard until to find the option to disable (if enabled) something like to: "Plug and Play detection".
Next, exit from configuration program (escape key), saving your changes.
Your computer will reboot automatically.

Next, to try again if run commands:
root@box:/home/dsl# modprobe snd-cs46xx
or
root@box:/home/dsl# modprobe snd-cs4232

ok here are my results from the cat thing:

Code Sample
dsl@box:~$ sudo su
root@box:/home/dsl# cat /proc/interrupts
          CPU0      
 0:   10784844          XT-PIC  timer
 1:      27945          XT-PIC  keyboard
 2:          0          XT-PIC  cascade
 3:     310046          XT-PIC  orinoco_cs
 8:          1          XT-PIC  rtc
11:          0          XT-PIC  Texas Instruments PCI1251A, Texas Instruments PCI1251A (#2), usb-uhci
12:    1380425          XT-PIC  PS/2 Mouse
14:      74469          XT-PIC  ide0
15:       2202          XT-PIC  ide1
NMI:          0
LOC:          0
ERR:          0
MIS:          0
root@box:/home/dsl#


Next Page...
original here.