Jump to content

sound problems [UNsolved]!


drhadidy
 Share

Recommended Posts

when i log in i get this message

 

Sound server informational message:

Error while initializing the sound driver:

device: default can't be opened for playback (Device or resource busy)

The sound server will continue, using the null output device.

 

and my device gets mute

it happened b4 but was resolved by itself after a couple of restarts....

now it doesnt

can anyone help plz

 

btw...im using MDK 2007.1 spring edetion

im on LG laptop model LS70 EXPRESS

thank you

Edited by drhadidy
Link to comment
Share on other sites

i tried the following but again nothing happened

was it rite??

 

 

[drhadidy@localhost Desktop]$ su

Password:

[root@localhost Desktop]# lspci | grep audio

[root@localhost Desktop]# lspci

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)

00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)

00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)

00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)

00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)

00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 04)

00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)

00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)

00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)

00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)

00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)

00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)

00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)

00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)

02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 10)

06:00.0 CardBus bridge: Texas Instruments PCI7420 CardBus Controller

06:00.2 FireWire (IEEE 1394): Texas Instruments PCI7x20 1394a-2000 OHCI Two-Port PHY/Link-Layer Controller

06:00.3 Mass storage controller: Texas Instruments PCI7420/7620 Combo CardBus, 1394a-2000 OHCI and SD/MS-Pro Controller

06:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)

[root@localhost Desktop]# grep audio

 

[root@localhost Desktop]# grep audio

Link to comment
Share on other sites

cat /etc/modprobe.conf

 

After add two line

 

options snd-card-0 enable=1 index=0 model=basic

options snd-hda-intel enable=1 index=0 model=intel

options snd-hda-intel position_fix=1

 

...Lex

Edited by Lexicon
Link to comment
Share on other sites

cat /etc/modprobe.conf

 

After add two line

 

options snd-card-0 enable=1 index=0 model=basic

options snd-hda-intel enable=1 index=0 model=intel

options snd-hda-intel position_fix=1

 

...Lex

 

i tried the following but it gave nothing...what did i do wrong?

 

[drhadidy@localhost Desktop]$ su

Password:

[root@localhost Desktop]# cat /etc/modprobe.conf

alias eth0 sky2

remove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intel

install snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }

remove tifm_7xx1 /sbin/modprobe -r mmc_block; /sbin/modprobe --first-time -r --ignore-remove tifm_7xx1

install tifm_7xx1 /sbin/modprobe --first-time --ignore-install tifm_7xx1 && { /sbin/modprobe mmc_block; /bin/true; }

install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true

alias eth1 eth1394

alias ieee1394-controller ohci1394

alias eth2 ipw2200

[root@localhost Desktop]#

[root@localhost Desktop]# options snd-card-0 enable=1 index=0 model=basic

bash: options: command not found

[root@localhost Desktop]# options snd-hda-intel enable=1 index=0 model=intel

bash: options: command not found

[root@localhost Desktop]# options snd-hda-intel position_fix=1

bash: options: command not found

[root@localhost Desktop]#

 

btw when i even tried to copy and paste the 3 lines together as one it didnt work also

and sorry what did u mean by sayin(and add after 2 lines?)

Link to comment
Share on other sites

Your modprobe.conf after add 3 lines

alias eth0 sky2

remove snd-hda-intel /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-hda-intel

install snd-hda-intel /sbin/modprobe --first-time --ignore-install snd-hda-intel && { /sbin/modprobe snd-pcm-oss; /bin/true; }

remove tifm_7xx1 /sbin/modprobe -r mmc_block; /sbin/modprobe --first-time -r --ignore-remove tifm_7xx1

install tifm_7xx1 /sbin/modprobe --first-time --ignore-install tifm_7xx1 && { /sbin/modprobe mmc_block; /bin/true; }

install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true

alias eth1 eth1394

alias ieee1394-controller ohci1394

alias eth2 ipw2200

options snd-card-0 enable=1 index=0 model=basic

options snd-hda-intel enable=1 index=0 model=intel

options snd-hda-intel position_fix=1

 

...Lex

Link to comment
Share on other sites

dear lex...after the sound problem was solved and sound worked great suddenly i lost it again!!!

after a reboot it came back but now again reboot doesnt change anything...the sound drivers are busy and couldnt be launched

how can i add those 3 lines u told about???

cant add them to console!!!

sorry for bothering

Link to comment
Share on other sites

Yes, or as root

 

mcedit /etc/modprobe.conf

 

how can i add those 3 lines u told about???

 

Shift + Insert (after copy 3 lines e.g. from kwrite select and CTRL+C)

 

....Lex

Edited by Lexicon
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...