Audio che non funziona bene e problema a montare partizioni ntfs

Riconoscimento, installazione e configurazione delle periferiche.
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

beh dal titolo si può capire che l'audio con vista va benissimo mentre se metto ubuntu si sente tutto disturbato!e se alzo la voce lo si sente ancora più disturbato!come mai? mi potete aiutare?
Ultima modifica di mago988 il venerdì 3 aprile 2009, 19:04, modificato 1 volta in totale.
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40367
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Audio che non funziona bene

Messaggio da steff »

Male. Penso che parli di un Pc, vero?

Senza informazioni sarà difficile  ;)
portatile? Se sì marca e modello, e  posta i due risultati di

Codice: Seleziona tutto

lspci |grep -i audio
e

Codice: Seleziona tutto

cat /dev/sndstat
(applicazioni > terminale)
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
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene

Messaggio da mago988 »

è un fisso le caratteristiche sono in firma!

lspci |grep -i audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)

cat /dev/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.17 emulation code)
Kernel: Linux giuseppe-desktop 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA Intel at 0xdfdf8000 irq 19

Audio devices:
0: AD198x Analog (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
31: system timer

Mixers:
0: Analog Devices AD1986A
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40367
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Audio che non funziona bene

Messaggio da steff »

Puoi provare inserendo opzioni, una solo alla volta, riavviare e testare, sostituirla con la prossima se non migliora. Apri

Codice: Seleziona tutto

sudo gedit /etc/modprobe.d/alsa-base
e inserisci in fondo su una riga nuova:
options snd-hda-intel model=XXX
con XXX uno di queste (basic,6stack,3stack ecc)

Codice: Seleziona tutto

AD1981
	  basic		3-jack (default)
	  hp		HP nx6320
	  thinkpad	Lenovo Thinkpad T60/X60/Z60

	AD1986A
	  6stack	6-jack, separate surrounds (default)
	  3stack	3-stack, shared surrounds
	  laptop	2-channel only (FSC V2060, Samsung M50)
	  laptop-eapd	2-channel with EAPD (Samsung R65, ASUS A6J)

	AD1988
	  6stack	6-jack
	  6stack-dig	ditto with SPDIF
	  3stack	3-jack
	  3stack-dig	ditto with SPDIF
	  laptop	3-jack with hp-jack automute
	  laptop-dig	ditto with SPDIF
	  auto		auto-config reading BIOS (default)
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
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene

Messaggio da mago988 »

steff ha scritto: Puoi provare inserendo opzioni, una solo alla volta, riavviare e testare, sostituirla con la prossima se non migliora. Apri

Codice: Seleziona tutto

sudo gedit /etc/modprobe.d/alsa-base
e inserisci in fondo su una riga nuova:
options snd-hda-intel model=XXX
con XXX uno di queste (basic,6stack,3stack ecc)

Codice: Seleziona tutto

AD1981
	  basic		3-jack (default)
	  hp		HP nx6320
	  thinkpad	Lenovo Thinkpad T60/X60/Z60

	AD1986A
	  6stack	6-jack, separate surrounds (default)
	  3stack	3-stack, shared surrounds
	  laptop	2-channel only (FSC V2060, Samsung M50)
	  laptop-eapd	2-channel with EAPD (Samsung R65, ASUS A6J)

	AD1988
	  6stack	6-jack
	  6stack-dig	ditto with SPDIF
	  3stack	3-jack
	  3stack-dig	ditto with SPDIF
	  laptop	3-jack with hp-jack automute
	  laptop-dig	ditto with SPDIF
	  auto		auto-config reading BIOS (default)
devo mettere solo options snd-hda-intel model=XXX

oppure anche quei pezzi di codice?se anche i pezzi di codice come?
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40367
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Audio che non funziona bene

Messaggio da steff »

options snd-hda-intel model=XXX
con XXX uno di queste (basic,6stack,3stack ecc)
significa per esempio  inserire la riga
options snd-hda-intel model=3stack
se non va provare la prossima opzione dalla lista
chiaro?
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
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene

Messaggio da mago988 »

aeee che casino....altro che migliorare...ora non mi fa più montare alcun volume.....ho riavviato e non mi appaiono piu i volumi ntfs come avevo impostato prima...c'è un modo per tornare alle impostazioni precendenti! ho gia provato a togliere la riga che mi hai consigliato di mettere....
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40367
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da steff »

Questo file riguarda solo l'audio/alsa, mi sembra impossibile che sia la causa del problema con il montaggio dei volumi. non hai mica toccato altri files?
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
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

no solo quello...mi dce impossibilie montare volumi...è possibile farlo solo da root....weeeeeeeeeeeeee
Ultima modifica di mago988 il venerdì 3 aprile 2009, 19:52, modificato 1 volta in totale.
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

una manooooooooooooooo
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

helppppppppp
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

uppppppppp
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

su su
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

è possibile che nessuno mi aiuti?????????
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40367
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da steff »

Ho paura di sì
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
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

wwwaaa che devo disinstallare tutto il sistema??????????
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

x piacere un aiuto!
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
Avatar utente
tyrchyus
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1289
Iscrizione: martedì 9 agosto 2005, 21:33
Località: Brescia

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da tyrchyus »

allora postami questi file

Codice: Seleziona tutto

cat /etc/fstab
cat /etc/pulse/daemon.conf
Esistono 10 tipi di persone: quelle che parlano binario e quelle che non lo parlano.
Immagine
mago988
Prode Principiante
Messaggi: 120
Iscrizione: mercoledì 18 marzo 2009, 19:34

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da mago988 »

# /etc/fstab: static file system information.
#
#              
proc            /proc           proc    defaults        0       0
# /dev/sdb7
UUID=79751200-be72-4ea0-a13b-6925297d0f62 /               ext3    relatime,errors=remount-ro 0       1
# /dev/sdb8
UUID=592fb50f-a47a-42e0-b22d-35de315863ed none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
/dev/sdb6  /media/Archivio ntfs rw,nosuid,nodev,allow_other,blksize=4096
/dev/sdb1  /media/disk     ntfs rw,nosuid,nodev,allow_other,blksize=4096

dove /dev/sdb1  /media/disk  e  /dev/sdb6  /media/Archivio sono le cartelle da montare!


# $Id: daemon.conf.in 2175 2008-03-27 23:39:10Z lennart $
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.

## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values a commented out.  Use either ; or # for
## commenting.

; daemonize = no
; fail = yes
; disallow-module-loading = no
; use-pid-file = yes
; system-instance = no
; disable-shm = no

; high-priority = yes
; nice-level = -11

; realtime-scheduling = no
; realtime-priority = 5

; exit-idle-time = -1
; module-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; default-script-file =

; log-target = auto
; log-level = notice

resample-method = speex-float-1
; disable-remixing = no

; no-cpu-limit = no

; rlimit-as = -1
; rlimit-core = -1
; rlimit-data = -1
; rlimit-fsize = -1
; rlimit-nofile = 256
; rlimit-stack = -1
; rlimit-nproc = -1
; rlimit-memlock = -1
; rlimit-nice = 31
; rlimit-rtprio = 9

; default-sample-format = s16le
; default-sample-rate = 44100
; default-sample-channels = 2

default-fragments = 8
default-fragment-size-msec = 10


edit : ho risolto il problema del mount ora rimane quello dell'audio
Ultima modifica di mago988 il martedì 7 aprile 2009, 21:08, modificato 1 volta in totale.
Intel Pentium D (3 Ghz doppio cuore); ATI Radeon Sapphire X1600, 256 MB (DDR3); Scheda madre Asus P5LD2-SE ; RAM 2GB; Monitor Philips 170S6FS; 1 hard disk con varie partizioni; Router ethernet Alice Gate 2 Plus WI-FI; Alimentatore 600W; Mouse Trust Predator USB; Boot multisistema con Grub: Windows Vista e Ubuntu 8.10!
Avatar utente
tyrchyus
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1289
Iscrizione: martedì 9 agosto 2005, 21:33
Località: Brescia

Re: Audio che non funziona bene e problema a montare partizioni ntfs

Messaggio da tyrchyus »

mago988 ha scritto: # /etc/fstab: static file system information.
#
#              
proc            /proc           proc    defaults        0       0
# /dev/sdb7
UUID=79751200-be72-4ea0-a13b-6925297d0f62 /               ext3    relatime,errors=remount-ro 0       1
# /dev/sdb8
UUID=592fb50f-a47a-42e0-b22d-35de315863ed none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
/dev/sdb6  /media/Archivio ntfs rw,nosuid,nodev,allow_other,blksize=4096
/dev/sdb1  /media/disk     ntfs rw,nosuid,nodev,allow_other,blksize=4096

dove /dev/sdb1  /media/disk  e  /dev/sdb6  /media/Archivio sono le cartelle da montare!
Scusami ma io i dischi ntfs non li monto così...e poi uso l'UUID per tutti i dischi guarda il mio fstab

Codice: Seleziona tutto

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

proc	/proc	proc	defaults	0	0

#Entry for /dev/sda1 :
UUID=39d29bef-f372-4048-9dca-47afc199df0a	/	ext3	relatime,errors=remount-ro	0	1

#Entry for /dev/sdc1 :
UUID=e7724b67-710f-4bcb-9866-b72887a5720d	/media/storage0	ext3	rw,defaults	0	0

#Entry for /dev/sdb1 :
UUID=5C456F287C628A04	/media/storage1	ntfs-3g	silent,umask=0,locale=it_IT.utf80	0

#Entry for /dev/sda5 :
UUID=9631ed14-0a38-4f0d-97e2-6f39a0c62b9b	none	swap	sw	0	0

#Entry for /dev/sdd1 :
UUID=0a63bdac-89b7-40fb-a099-ee16987438d5	/media/storage2	ext3	rw,defaults	0	0

/dev/scd0	/media/cdrom0	udf,iso9660	user,noauto,exec,utf8	0	0
mago988 ha scritto:

# $Id: daemon.conf.in 2175 2008-03-27 23:39:10Z lennart $
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.

## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values a commented out.  Use either ; or # for
## commenting.

; daemonize = no
; fail = yes
; disallow-module-loading = no
; use-pid-file = yes
; system-instance = no
; disable-shm = no

; high-priority = yes
; nice-level = -11

; realtime-scheduling = no
; realtime-priority = 5

; exit-idle-time = -1
; module-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; default-script-file =

; log-target = auto
; log-level = notice

resample-method = speex-float-1
; disable-remixing = no

; no-cpu-limit = no

; rlimit-as = -1
; rlimit-core = -1
; rlimit-data = -1
; rlimit-fsize = -1
; rlimit-nofile = 256
; rlimit-stack = -1
; rlimit-nproc = -1
; rlimit-memlock = -1
; rlimit-nice = 31
; rlimit-rtprio = 9

; default-sample-format = s16le
; default-sample-rate = 44100
; default-sample-channels = 2

default-fragments = 8
default-fragment-size-msec = 10


edit : ho risolto il problema del mount ora rimane quello dell'audio
Nel daemon.conf cambia questa riga:

Codice: Seleziona tutto

resample-method = speex-float-1
in questo modo:

Codice: Seleziona tutto

resample-method = speex-float-0
dovrebbe migliorare il suono.
Esistono 10 tipi di persone: quelle che parlano binario e quelle che non lo parlano.
Immagine
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 4 ospiti