Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Errori avvio gentoo [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Karhot87
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 137
Location: Poggio Murella (GR) ma studio a Roma

PostPosted: Thu Jun 28, 2007 8:11 am    Post subject: Errori avvio gentoo [RISOLTO] Reply with quote

All'inizio mi compaiono i seguenti errori:

WARNING: Error inserting soundcore (lib/modules-2.6.20-gentoo-r8/kernel/soundkore.ko)

e

Mounting local filesystem

mount: wrong fs type, bad option, bad superblock on /dev/hda2, missing codepage or other erro In some case use info is found in syslog -try dmesg|tail or so

Some local filesystem failed to mount.

Il risultato di dmesg ! tail è:

# dmesg | tail
device-mapper: ioctl: error adding target to table
Adding 506036k swap on /dev/hda3. Priority:-1 extents:1 across:506036k
soundcore: exports duplicate symbol unregister_sound_dsp (owned by kernel)
soundcore: exports duplicate symbol unregister_sound_dsp (owned by kernel)
soundcore: exports duplicate symbol unregister_sound_dsp (owned by kernel)
soundcore: exports duplicate symbol unregister_sound_dsp (owned by kernel)
soundcore: exports duplicate symbol unregister_sound_dsp (owned by kernel)
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: no IPv6 routers present
NTFS volume version 3.1.

/dev/hda2 nel mio caso è la partizione di boot.


Last edited by Karhot87 on Thu Jun 28, 2007 10:56 am; edited 1 time in total
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Thu Jun 28, 2007 8:17 am    Post subject: Reply with quote

posta il contenuto di
Code:
/etc/fstab



per il modulo dovresti verificare se realmente lo hai inserito come modulo nel kernel, e sopratutto se lo hai scritto bene in
Code:
/etc/modules.autoload.d/kernel-2.6
che cosi ad occhio mi sembra scritto sbagliato, però potrei tranquillamente sbagliarmi :cry:


ciauz
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Thu Jun 28, 2007 8:22 am    Post subject: Reply with quote

per il filesystem, molto probabilmente, se riesci a montarlo a manina hai sbagliato a scrivere la riga sull'fstab, inoltre se li dentro hai la /boot sarebbe il caso di mettergli un noauto in modo da evitare di tenerlo sempre montato. Altrimenti avresti anche potuto evitare di fare la partizione.
per quanto riguarda il modulo credo che non venga montato in quanto molto probabilmente hai fatto un po' di casino nel momento in cui hai creato i moduli. a quanto pare il kernel ha gia il supporto che vorresti aggiungere.
Code:
owned by kerne
Back to top
View user's profile Send private message
Karhot87
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 137
Location: Poggio Murella (GR) ma studio a Roma

PostPosted: Thu Jun 28, 2007 8:47 am    Post subject: Reply with quote

Questo è il mio fstab, non fate caso all disco hdb, ho gia diversi problemi con quello perche non riesco a montarlo


# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda2 /boot ext2 default,noatime 1 2
/dev/hda4 / ext3 noatime 0 1
/dev/hda3 none swap sw 0 0
/dev/cdrom /mnt/cdrom audo noauto,ro 0 0
#/dev/sda1 /mnt/NTFS ntfs-3g noatime,users 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
proc /proc proc nodev,nosuid,noexec 0 0
#/dev/hdb1 /mnt/windows ntfs default 0 0
#/dev/hdb1 /mnt/windows ntfs-3g defaults,nls=utf8,umask=007,gid=46 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0

Per quanto riguarda il modulo, sicuramente ho fatto qualche casino :D ! Il casino credo che l'ho fatto quando ho installato gli alsa driver, come vedo dove ho sbagliato?
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Thu Jun 28, 2007 9:01 am    Post subject: Reply with quote

ma a mano riesci a montare /boot?
L'hai formattato in ext2?
Back to top
View user's profile Send private message
Karhot87
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 137
Location: Poggio Murella (GR) ma studio a Roma

PostPosted: Thu Jun 28, 2007 9:21 am    Post subject: Reply with quote

si, manulmente la monto, con mount /dev/hda2 /boot, nella lista dei mount appare :

# mount /dev/hda2 /boot/
# mount
/dev/hda4 on / type ext3 (rw,noatime)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw,nosuid,noexec)
shm on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,devmode=0664,devgid=85)
/dev/hda1 on /media/disk type ntfs (rw,nosuid,nodev)
/dev/hda2 on /boot type ext2 (rw)

giusto?

Pero se lancio :

# mount /boot/
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Thu Jun 28, 2007 9:33 am    Post subject: Reply with quote

'opzione di mount non è defaults? io non ce l'ho, ma mi sembra che sia defaults, non default

edit: ho provato... default non monta, defaults si
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Thu Jun 28, 2007 9:36 am    Post subject: Reply with quote

Ic3M4n wrote:
'opzione di mount non è defaults? io non ce l'ho, ma mi sembra che sia defaults, non default

edit: ho provato... default non monta, defaults si


quoto la giusta scrittura è :
Code:
defaults


ma anche io come Ic3M4n, non ho quella opzione in fstab, questa è la mia riga:
Code:
/dev/sda1               /boot           xfs             noauto,noatime  1 1


se può servirti, ovviamente cambia FS, e partizione se vuoi utilizzare questa riga.

ciauz
Back to top
View user's profile Send private message
Karhot87
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 137
Location: Poggio Murella (GR) ma studio a Roma

PostPosted: Thu Jun 28, 2007 9:41 am    Post subject: Reply with quote

Aveva ragione Ic3M4n, l'opzione è defaults, adesso nn compare piu l'errore all'inizio, avevo sbagliato li, per quanto riguarda il modulo del kernel?
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Thu Jun 28, 2007 9:44 am    Post subject: Reply with quote

Karhot87 wrote:
Aveva ragione Ic3M4n, l'opzione è defaults, adesso nn compare piu l'errore all'inizio, avevo sbagliato li, per quanto riguarda il modulo del kernel?


a parte che per ogni problema dovresti aprire un post,,,,,,,, detto ciò comunque hai provato a guardare se in
Code:
/etc/modules.d/kernel-2.6
vi è qualcosa???

in quanto se non ricordo male questa riga segnala
Code:
WARNING: Error inserting soundcore (lib/modules-2.6.20-gentoo-r8/kernel/soundkore.ko)


ma il nome del modulo dovrebbe essere
Code:
soundcore


ciao
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Thu Jun 28, 2007 9:51 am    Post subject: Reply with quote

secondo me non te lo inserisce perchè hai messo il supporto sia builtin che modulare e cerchi di inserire un modulo che è già registrato nel kernel. puoi spiegare da dove arriva quel modulo e se c'è qualcosa di simile all'interno del kernel?
Code:
soundcore: exports duplicate symbol unregister_sound_dsp (owned by kernel)

questo errore secondo me può portare a quanto ho detto. duplicate symbol... ...owned by kernel...
Back to top
View user's profile Send private message
Karhot87
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 137
Location: Poggio Murella (GR) ma studio a Roma

PostPosted: Thu Jun 28, 2007 10:08 am    Post subject: Reply with quote

No, in /etc/modules.d/kernel-2.6 non c' è nulla, nel kernel ho cercato, ma non ho trovato nulla relativo a soundcore
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Jun 28, 2007 10:15 am    Post subject: Reply with quote

/etc/init.d/alsasound carica i moduli alsa oltre a salvare il volume mi pare.
Si vede che in /lib/modules/2.6.vattelappesca/kernel/sound ci sono i moduli di alsa.
Prova a cancellarli e l'errore dovrebbe sparire.
Oppure hai installato media-sound/alsa-driver e poi hai ricompilato il kernel. In tal caso vai di emerge -C e di etc-update o ricompili il kernel senza supporto alsa.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Thu Jun 28, 2007 10:17 am    Post subject: Reply with quote

Karhot87 wrote:
No, in /etc/modules.d/kernel-2.6 non c' è nulla, nel kernel ho cercato, ma non ho trovato nulla relativo a soundcore


ti ripeto apri un altro topic, con il relativo problema, postando qualche info maggiore relativa alla tua scheda audio almeno.

ciao
Back to top
View user's profile Send private message
Karhot87
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2007
Posts: 137
Location: Poggio Murella (GR) ma studio a Roma

PostPosted: Thu Jun 28, 2007 10:52 am    Post subject: Reply with quote

Ho aperto un nuovo topic. grazie
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Thu Jun 28, 2007 10:54 am    Post subject: Reply with quote

Karhot87 wrote:
Ho aperto un nuovo topic. grazie


in questo edita il primo post, aggiungendo Risolto al titolo.

ciao
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum