castor91
Newbie
Karma: +0/-0
Scollegato
Messaggi: 42
|
 |
« Risposta #15 inserita:: Febbraio 25, 2010, 03:53:01 pm » |
|
niente di niente  comuqnue è un hp pavilion dv6 portatile logicamente  Niente da fare con i loro consigli ;(
|
|
|
|
|
Registrato
|
|
|
|
|
robs
|
 |
« Risposta #16 inserita:: Febbraio 25, 2010, 07:35:25 pm » |
|
cioè non ti funziona nemmeno con altri kernel? in questo caso il problema è probabile che sia hardware...
|
|
|
|
|
Registrato
|
|
|
|
|
michele.p
|
 |
« Risposta #17 inserita:: Febbraio 26, 2010, 12:53:49 am » |
|
...è quresto il tuo portatile? http://docs.google.com/View?id=ddp34xtk_65hbhr6pdkse si, come puoi vedere c'è un problema con la sezione audio e va seguita la guida riportata nei link. Se il portatile non è quello allora proveremo qualche altra strada. Ma prima si sentiva regolarmente? ...ora non emette nulla nemmeno dall'uscita cuffie? Bye 
|
|
|
|
|
Registrato
|
|
|
|
toonik
Newbie
Karma: +1/-0
Scollegato
Messaggi: 21
|
 |
« Risposta #18 inserita:: Febbraio 26, 2010, 01:44:45 am » |
|
Anch'io avevo capito che all'inizio si sentiva... Ragazzi, da qualche giorno non sento più niente con il mio portatile dove ho installato linux mint 7.... Prima è "partito" il microfono di skype, poi l'audio... aiutatemi  d'altronde l'informatica è una scienza che sconfina nel misticismo ;-)
|
|
|
|
|
Registrato
|
|
|
|
castor91
Newbie
Karma: +0/-0
Scollegato
Messaggi: 42
|
 |
« Risposta #19 inserita:: Febbraio 26, 2010, 05:37:35 pm » |
|
Si, è quello..provo a vedere se con il link funziona...allora, per otto mesi è funzionato tutto alla perfezione...poi più niente..ne dagli autoparlanti(sempre andati) che che dalle cuffie(mai andate).... Comuqnue, non è hardware perchè ho installato anceh windows su un'altra partizione e funziona perfettamente 
|
|
|
|
|
Registrato
|
|
|
|
|
michele.p
|
 |
« Risposta #20 inserita:: Febbraio 26, 2010, 06:35:47 pm » |
|
ALlora presumo che vadano passati alcuni opzioni al modulo del kernel anche per far funzionare le cuffie; di sicuro sappiamo che l'hardware ora funziona.  Che file hai in /etc/modprobe.d ? Bye 
|
|
|
|
|
Registrato
|
|
|
|
castor91
Newbie
Karma: +0/-0
Scollegato
Messaggi: 42
|
 |
« Risposta #21 inserita:: Febbraio 28, 2010, 06:59:49 pm » |
|
alsa-base.conf blacklist-firewire.conf dkms.conf alsa-base.conf~ blacklist-framebuffer.conf libpisock9.conf blacklist blacklist-modem.conf oss-compat blacklist-ath_pci.conf blacklist-oss.conf blacklist.conf blacklist-watchdog.conf questi 
|
|
|
|
|
Registrato
|
|
|
|
|
michele.p
|
 |
« Risposta #22 inserita:: Marzo 01, 2010, 12:35:55 am » |
|
...riporta il contenuto del file alsa-base.conf e alsa-base.conf~ ...quest'ultimo è un file di backup ma sempre di testo; se è stato fatto un file di backup è perché c'è stata una modifica...  Bye 
|
|
|
|
|
Registrato
|
|
|
|
castor91
Newbie
Karma: +0/-0
Scollegato
Messaggi: 42
|
 |
« Risposta #23 inserita:: Marzo 09, 2010, 04:17:08 pm » |
|
alsa-base.conf:
# Cause optional modules to be loaded above generic modules install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; } # # Workaround at bug #499695 (reverted in Ubuntu see LP #319505) install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; } # install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; } # Cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway) install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; } # Prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-us122l index=-2 options snd-usb-usx2y index=-2 options snd-usb-caiaq index=-2 # Ubuntu #62691, enable MPU for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # Keep snd-pcsp from beeing loaded as first soundcard options snd-pcsp index=-2 options snd-hda-intel model=hp-m4 enable_msi=1
alsa-base.conf~ # autoloader aliases install sound-slot-0 /sbin/modprobe snd-card-0 install sound-slot-1 /sbin/modprobe snd-card-1 install sound-slot-2 /sbin/modprobe snd-card-2 install sound-slot-3 /sbin/modprobe snd-card-3 install sound-slot-4 /sbin/modprobe snd-card-4 install sound-slot-5 /sbin/modprobe snd-card-5 install sound-slot-6 /sbin/modprobe snd-card-6 install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; } # # Workaround at bug #499695 (reverted in Ubuntu see LP #319505) install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; } install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; } install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; } # install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; } # Cause optional modules to be loaded above sound card driver modules install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; } install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway) install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; } # Prevent abnormal drivers from grabbing index 0 options bt87x index=-2 options cx88_alsa index=-2 options saa7134-alsa index=-2 options snd-atiixp-modem index=-2 options snd-intel8x0m index=-2 options snd-via82xx-modem index=-2 options snd-usb-audio index=-2 options snd-usb-us122l index=-2 options snd-usb-usx2y index=-2 options snd-usb-caiaq index=-2 # Ubuntu #62691, enable MPU for snd-cmipci options snd-cmipci mpu_port=0x330 fm_port=0x388 # Keep snd-pcsp from beeing loaded as first soundcard options snd-pcsp index=-2 options snd-hda-intel model=hp-m4
|
|
|
|
|
Registrato
|
|
|
|
|
michele.p
|
 |
« Risposta #24 inserita:: Marzo 10, 2010, 12:12:03 pm » |
|
Fai un backup dell'attuale alsa-base.conf e ripristina il vecchio backup e vedi se cambia qualcosa. Vi sono sostanziali modifiche tra i due. Cambia qualcosa? Bye 
|
|
|
|
|
Registrato
|
|
|
|
castor91
Newbie
Karma: +0/-0
Scollegato
Messaggi: 42
|
 |
« Risposta #25 inserita:: Marzo 10, 2010, 01:54:21 pm » |
|
Niente da fare..... sostituiti ma niente.... altre idee??
|
|
|
|
|
Registrato
|
|
|
|
|
michele.p
|
 |
« Risposta #26 inserita:: Marzo 10, 2010, 02:43:45 pm » |
|
...nemmeno le cuffie, proprio nulla?  Bye 
|
|
|
|
|
Registrato
|
|
|
|
castor91
Newbie
Karma: +0/-0
Scollegato
Messaggi: 42
|
 |
« Risposta #27 inserita:: Marzo 14, 2010, 12:08:46 pm » |
|
|
|
|
|
|
Registrato
|
|
|
|
|
michele.p
|
 |
« Risposta #28 inserita:: Marzo 18, 2010, 01:12:08 am » |
|
Avevo dimenticato questo post...  Nel frattempo è cambiato qualcosa? ...se non è cambiato nulla proviamo a passare qualche parametro al modulo dedicato. Bye 
|
|
|
|
|
Registrato
|
|
|
|
castor91
Newbie
Karma: +0/-0
Scollegato
Messaggi: 42
|
 |
« Risposta #29 inserita:: Marzo 19, 2010, 01:57:29 pm » |
|
Ancora tutto com'era..non funziona ancora...
|
|
|
|
|
Registrato
|
|
|
|
|