hp 6735s hda-intel alsa driver
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
hp 6735s hda-intel alsa driver
ciao a tutti....
uso la distro 9.04, e sono molto imbranato :-[
qualcuno vuole essere cosi' gentile da dirmi in quali "files" inserire questi parametri?
Tratto da lshw
configuration: driver=HDA Intel latency=64 module=snd_hda_intel
in particolare:
configuration: driver=HDA Intel
latency=64
module=snd_hda_intel
molte grazzie in anticipo.
uso la distro 9.04, e sono molto imbranato :-[
qualcuno vuole essere cosi' gentile da dirmi in quali "files" inserire questi parametri?
Tratto da lshw
configuration: driver=HDA Intel latency=64 module=snd_hda_intel
in particolare:
configuration: driver=HDA Intel
latency=64
module=snd_hda_intel
molte grazzie in anticipo.
- steff
- Moderatore Globale

- Messaggi: 40370
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: hp 6735s hda-intel alsa driver
Cosa vuoi fare? Non hai l'audio? Basta aggiungere una riga in alsa-base.conf credo.
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
Re: hp 6735s hda-intel alsa driver
no, e' che non mi va il microfono su gnome sound record, come ingresso usa solo "cattura", e non mi da gli altri ( micro, linea, cd,) per tanto penso sia una questione di "parametri" e seguendo tutte le altre discussioni, non sono venuto a capo di nulla.... :'(
nonostante abbia modificato sia l'alsa-base.conf, sia il /etc/modules.
pertanto finche' non vedo gli ingressi in gnome sound recorder, non mi fido ad intallare skype.
nonostante abbia modificato sia l'alsa-base.conf, sia il /etc/modules.
pertanto finche' non vedo gli ingressi in gnome sound recorder, non mi fido ad intallare skype.
- steff
- Moderatore Globale

- Messaggi: 40370
- Iscrizione: domenica 18 febbraio 2007, 19:48
- Desktop: LXQt+labwc
- Distribuzione: Arch; Debian; Ubuntu Server
- Sesso: Maschile
- Località: Toscana
- Contatti:
Re: hp 6735s hda-intel alsa driver
cosa hai messo in alsa-base.conf? Il mic interno?
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
Re: hp 6735s hda-intel alsa driver
HP 6735s notebook - problemi audio
sudo gedit /etc/modprobe.d/alsa-base.conf
aggiungere in fondo
options snd-hda-intel model=laptop
installare gnome alsa mixer e controllare i volumi
sudo gedit /etc/modprobe.d/alsa-base.conf
aggiungere in fondo
options snd-hda-intel model=laptop
installare gnome alsa mixer e controllare i volumi
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
Re: hp 6735s hda-intel alsa driver
Puo' andare bene anche per il mio portatile?patel ha scritto: HP 6735s notebook - problemi audio
sudo gedit /etc/modprobe.d/alsa-base.conf
aggiungere in fondo
options snd-hda-intel model=laptop
installare gnome alsa mixer e controllare i volumi
Codice: Seleziona tutto
lspci |grep -i audio 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)Re: hp 6735s hda-intel alsa driver
perché ? ti sembra diverso dal mio ?
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
Re: hp 6735s hda-intel alsa driver
allora questo e' alsa-base.conf: (/etc/modprobe.d/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=laptop
e' diverso dal Vostro?
e questo e' : /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
lp
snd-hda-intel
non ho detto che non ho l'audio, ma che non funziona il micro come registratore!
# 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=laptop
e' diverso dal Vostro?
e questo e' : /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
lp
snd-hda-intel
non ho detto che non ho l'audio, ma che non funziona il micro come registratore!
Re: hp 6735s hda-intel alsa driver
fai una ricerca nella sezione portatili, c'è la soluzione per il tuo.
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
Re: hp 6735s hda-intel alsa driver
Il mio portatile è un HP Compaq nx9030.patel ha scritto: perché ? ti sembra diverso dal mio ?
Io l'audio lo sento... è che rimbomba/gracchia quando alzo il volume.
Il problema sta nel fatto che cio', fino a hardy, non mi era mai accaduto. Ed ora sono costretto a non spingere PCM oltre il 50-60% delle sue capacità... >:(
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
Re: hp 6735s hda-intel alsa driver
forse non hai letto bene l'inizio?patel ha scritto: fai una ricerca nella sezione portatili, c'è la soluzione per il tuo.
ho fatto tutte le modifiche che mi hanno proposto, ma senza risultati.
una risposta (seria) alla mia domanda?
P.S. HP non acer!
Re: hp 6735s hda-intel alsa driver
da registratore di suoni hai controllato le impostazioni di File, apri regolazione volume ?
Ultima modifica di patel il sabato 20 giugno 2009, 21:05, modificato 1 volta in totale.
Un titolo ben azzeccato attira l'attenzione degli esperti in quel campo, fa risparmiare tempo a voi, aumenta la probabilità di successo.
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
Re: hp 6735s hda-intel alsa driver
si!
se mi dici come si fa metto l'immagine anch'io
se mi dici come si fa metto l'immagine anch'io
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
Re: hp 6735s hda-intel alsa driver
[img]http://[/file:///home/max/Scrivania/Schermata-Regolazione%20volume:%20HDA%20ATI%20SB%20(Alsa%20mixer).png
img]
file:///home/max/Scrivania/Schermata-Regolazione%20volume:%20HDA%20ATI%20SB%20(Alsa%20mixer)-1.png
img]
file:///home/max/Scrivania/Schermata-Regolazione%20volume:%20HDA%20ATI%20SB%20(Alsa%20mixer)-1.png
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
Re: hp 6735s hda-intel alsa driver
amixer:
Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 23 [74%] [-12.00dB] [on]
Front Right: Playback 23 [74%] [-12.00dB] [on]
Simple mixer control 'PCM',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 23
Mono:
Front Left: Playback 23 [100%] [0.00dB] [on]
Front Right: Playback 23 [100%] [0.00dB] [on]
Simple mixer control 'Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 23
Mono:
Front Left: Playback 17 [74%] [-9.00dB] [on]
Front Right: Playback 17 [74%] [-9.00dB] [on]
Simple mixer control 'Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 2 [67%]
Front Right: 2 [67%]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 54
Front Left: Capture 54 [100%] [22.50dB] [on]
Front Right: Capture 54 [100%] [22.50dB] [on]
Simple mixer control 'Capture',1
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 54
Front Left: Capture 54 [100%] [22.50dB] [on]
Front Right: Capture 54 [100%] [22.50dB] [on]
Simple mixer control 'Beep',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 15
Mono: Playback 8 [53%] [-21.00dB] [on]
Simple mixer control 'Digital',0
Capabilities: cvolume
Capture channels: Front Left - Front Right
Limits: Capture 0 - 120
Front Left: Capture 120 [100%] [30.00dB]
Front Right: Capture 120 [100%] [30.00dB]
Simple mixer control 'Dock',0
Capabilities: pswitch
Playback channels: Front Left - Front Right
Mono:
Front Left: Playback [on]
Front Right: Playback [on]
Simple mixer control 'Dock Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 23
Mono:
Front Left: Playback 15 [65%] [-12.00dB] [on]
Front Right: Playback 15 [65%] [-12.00dB] [on]
Simple mixer control 'Dock Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 3 [100%]
Front Right: 3 [100%]
Simple mixer control 'Input Source',0
Capabilities: cenum
Items: 'Mic' 'Internal Mic' 'Dock Mic' 'Mix'
Item0: 'Mic'
Simple mixer control 'Input Source',1
Capabilities: cenum
Items: 'Mic' 'Internal Mic' 'Dock Mic' 'Mix'
Item0: 'Mix'
Simple mixer control 'Internal Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 23
Mono:
Front Left: Playback 7 [30%] [-24.00dB] [on]
Front Right: Playback 7 [30%] [-24.00dB] [on]
Simple mixer control 'Internal Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 1 [33%]
Front Right: 1 [33%]
Simple mixer control 'Master',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 23 [74%] [-12.00dB] [on]
Front Right: Playback 23 [74%] [-12.00dB] [on]
Simple mixer control 'PCM',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 23
Mono:
Front Left: Playback 23 [100%] [0.00dB] [on]
Front Right: Playback 23 [100%] [0.00dB] [on]
Simple mixer control 'Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 23
Mono:
Front Left: Playback 17 [74%] [-9.00dB] [on]
Front Right: Playback 17 [74%] [-9.00dB] [on]
Simple mixer control 'Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 2 [67%]
Front Right: 2 [67%]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 54
Front Left: Capture 54 [100%] [22.50dB] [on]
Front Right: Capture 54 [100%] [22.50dB] [on]
Simple mixer control 'Capture',1
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 54
Front Left: Capture 54 [100%] [22.50dB] [on]
Front Right: Capture 54 [100%] [22.50dB] [on]
Simple mixer control 'Beep',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 15
Mono: Playback 8 [53%] [-21.00dB] [on]
Simple mixer control 'Digital',0
Capabilities: cvolume
Capture channels: Front Left - Front Right
Limits: Capture 0 - 120
Front Left: Capture 120 [100%] [30.00dB]
Front Right: Capture 120 [100%] [30.00dB]
Simple mixer control 'Dock',0
Capabilities: pswitch
Playback channels: Front Left - Front Right
Mono:
Front Left: Playback [on]
Front Right: Playback [on]
Simple mixer control 'Dock Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 23
Mono:
Front Left: Playback 15 [65%] [-12.00dB] [on]
Front Right: Playback 15 [65%] [-12.00dB] [on]
Simple mixer control 'Dock Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 3 [100%]
Front Right: 3 [100%]
Simple mixer control 'Input Source',0
Capabilities: cenum
Items: 'Mic' 'Internal Mic' 'Dock Mic' 'Mix'
Item0: 'Mic'
Simple mixer control 'Input Source',1
Capabilities: cenum
Items: 'Mic' 'Internal Mic' 'Dock Mic' 'Mix'
Item0: 'Mix'
Simple mixer control 'Internal Mic',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 23
Mono:
Front Left: Playback 7 [30%] [-24.00dB] [on]
Front Right: Playback 7 [30%] [-24.00dB] [on]
Simple mixer control 'Internal Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 1 [33%]
Front Right: 1 [33%]
- markurt30
- Entusiasta Emergente

- Messaggi: 1164
- Iscrizione: sabato 14 marzo 2009, 14:30
- Località: Montepulciano (siena)
- Contatti:
Re: hp 6735s hda-intel alsa driver
ho un 6730s magari funziona.....t posto sotto come ho risolto io
- Allegati
-
configurazione audio 6730s hp.doc- (9 KiB) Scaricato 16 volte
My BLOG: http://markurt30.blogspot.com/
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
Re: hp 6735s hda-intel alsa driver
risposta per martuk30:
le opzioni in alsa-base.con e in modules le ho utilizzate, ma su gnome sound recorder non e' visibile il mic , ma il boost, per cui non funziona cosi'! >:( >:( >:( >:(
ci deve essere dell'altro da fare. ???
le opzioni in alsa-base.con e in modules le ho utilizzate, ma su gnome sound recorder non e' visibile il mic , ma il boost, per cui non funziona cosi'! >:( >:( >:( >:(
ci deve essere dell'altro da fare. ???
- markurt30
- Entusiasta Emergente

- Messaggi: 1164
- Iscrizione: sabato 14 marzo 2009, 14:30
- Località: Montepulciano (siena)
- Contatti:
Re: hp 6735s hda-intel alsa driver
accidenti...fai cosi':
su terminale scrivi: alsamixer e dai invio
posta qua il disegno che appare, e' un grafico a colori. vediamo di capire cosa non va.
ah un'altra cosa: l'audio in avvio t funziona?
su terminale scrivi: alsamixer e dai invio
posta qua il disegno che appare, e' un grafico a colori. vediamo di capire cosa non va.
ah un'altra cosa: l'audio in avvio t funziona?
My BLOG: http://markurt30.blogspot.com/
-
neofita2008
- Prode Principiante
- Messaggi: 66
- Iscrizione: giovedì 14 maggio 2009, 19:56
Re: hp 6735s hda-intel alsa driver
se mi dici come si fa a metterla (l'immagine (rotfl))
ti accontento.
pero' non e' questione di non sentire il microfono o l'audio, ma di canali in registrazione.
ti accontento.
pero' non e' questione di non sentire il microfono o l'audio, ma di canali in registrazione.
- markurt30
- Entusiasta Emergente

- Messaggi: 1164
- Iscrizione: sabato 14 marzo 2009, 14:30
- Località: Montepulciano (siena)
- Contatti:
Re: hp 6735s hda-intel alsa driver
devi usare gimp...ma nn credo di poterti aiutare..
My BLOG: http://markurt30.blogspot.com/
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti
