Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Errore kernel in avvio
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
Gaap
Apprentice
Apprentice


Joined: 28 Jul 2005
Posts: 276

PostPosted: Fri Jan 13, 2006 2:45 pm    Post subject: Errore kernel in avvio Reply with quote

Avevo il sistema funzionante e configurato. Per colpa dell' audio ho dovuto riconfigurare il kernel
Ho riconfigurato il kernel tramite genkernel --menuconfig all per impostare i driver alsa per la scheda audio PCI ma probabilmente ho fatto un po' di casini... stupidamente non ho fatto un backup del kernel ed è stato sostituito...
vi posto ora il messaggio che mi appare durante il boot:
( il messaggio in sostanza è questo ho dovuto copiarlo a mano )

snd-mpu401 BAD EIP

./hotplug.functions: line 127 8617 Segmentation fault $MODPROBE $MODULE
>/dev/null 2>&1
can't load module snd-mpu401
missing kernel or user mode driver snd-mpu401

attualmente posso fare il chroot da ubuntu quindi se serve posso fare genkernel di nuovo ma l' errore rimane... devo attivare qualcos' altro oltre i driver alsa? devo toglierli dalla configurazione?
chiedo delucidazioni :? grassie
Back to top
View user's profile Send private message
Gaap
Apprentice
Apprentice


Joined: 28 Jul 2005
Posts: 276

PostPosted: Sat Jan 14, 2006 9:49 pm    Post subject: Reply with quote

Ho provato anche la ricompilazione manuale del kernel ma niente... sempre lo stesso errore qualcuno mi sa' aiutare? non vorrei reinstallare gentoo da 0... non so' piu' dove sbattere la testa... 8O 8O 8O
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4815
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Sat Jan 14, 2006 10:47 pm    Post subject: Re: Errore kernel in avvio Reply with quote

Gaap wrote:

attualmente posso fare il chroot da ubuntu quindi se serve posso fare genkernel di nuovo ma l' errore rimane...

Così come ti spieghi, non si capisce perché tu debba fare chroot, se è vero che il problema riguarda esclusivamente i moduli audio.

Se dice missing kernel module, vorrà dire che manca un modulo.
Controlla navigando /lib/modules/<tua versione del kernel>.
In ogni caso, mi risulta che snd-mpu401 sia un modulo oss, non alsa. Probabilmente, salvo particolari esigenze, puoi togliere del tutto il supporto ad oss.

Può essere che durante la compilazione del kernel sia intervenuto un errore relativo a quel modulo, e per questo non sia stato installato.
Ricompila, dando prima di tutto il comando make clean e controlla bene gli eventuali messaggi di errori.
Quanto a ricompilare da zero, se il problema è nel kernel mi pare del tutto inutile: rifaresti gli stessi sbagli.
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Yugi
n00b
n00b


Joined: 29 Nov 2005
Posts: 54
Location: Milan, Italy

PostPosted: Sat Jan 14, 2006 11:37 pm    Post subject: Reply with quote

Utilizzo questo 3d visto che il problema è abbastanza analogo, dunque, ho installato gentoo 2005.1 con supporto LVM2 il sistema è partito l'ho aggionato senza alcun problema allora, visto che c'era un aggiornamento di kernel l'ho fatto solo ke all'avvio il kernel mi da degli errori nel caricare alcuni moduli.

Kernel vecchio 2.6.12-r6 Kernel nuovo 2.6.14-r5

passi effettuati : una volta linkato "linux" al nuovo kernel ho lanciato il comando

genkernel --menuconfig --lvm2 --bootloader=grub all (ho aggiunto --lvm2 dato ke ho l'LVM)

in menuconfig, come ho fatto in fase di installazione, tolgo le voci riguardanti il RAID, una volta finito di configurare esco e parte la compilazione che termina con esito positivo.

eseguo il reboot e all'avvio mi appaiono i seguenti errori :

MODPROBE FATAL ERROR : cannot load hw_random,snd-cs4232 e snd-wavefront missing kernel or user module driver

come posso risolvere il problema ?
Back to top
View user's profile Send private message
Apetrini
Veteran
Veteran


Joined: 09 Feb 2005
Posts: 1158

PostPosted: Sun Jan 15, 2006 12:40 am    Post subject: Reply with quote

Ragazzi non vorrei fare il rompiscatole ma date veramente troppo pochi elementi su cui lavorare...
Potete entrambi postare un
Code:
dmesg
dopo aver cercato di caricare il modulo.
Grazie
_________________
Linux ape 2.6.31-vanilla. Paludis since 0.28.0.
Back to top
View user's profile Send private message
Yugi
n00b
n00b


Joined: 29 Nov 2005
Posts: 54
Location: Milan, Italy

PostPosted: Sun Jan 15, 2006 9:18 am    Post subject: Reply with quote

Apetrini wrote:
Ragazzi non vorrei fare il rompiscatole ma date veramente troppo pochi elementi su cui lavorare...
Potete entrambi postare un
Code:
dmesg
dopo aver cercato di caricare il modulo.
Grazie


non l'avevo postato perchè avevo gi+ eseguito un dmesg ma non trovavo nulla cmq ora lo rifaccio e lo posto forse mi è sfuggito qualcosa :)
Back to top
View user's profile Send private message
Yugi
n00b
n00b


Joined: 29 Nov 2005
Posts: 54
Location: Milan, Italy

PostPosted: Sun Jan 15, 2006 11:24 am    Post subject: Reply with quote

posto il diff dei dmesg dei 2 kernel :

comando eseguito :
Quote:

diff -bc kernelboot-r6 kernelboot-r5


Risposta :
Quote:

*** kernelboot-r6 Sun Jan 15 11:51:35 2006
--- kernelboot-r5 Sun Jan 15 10:34:48 2006
***************
*** 1,4 ****
! Linux version 2.6.12-gentoo-r6 (root@tux) (gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)) #1 SMP Sat Jan 14 23:56:32 GMT 2006
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
--- 1,4 ----
! Linux version 2.6.14-gentoo-r5 (root@tux) (gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)) #1 SMP Sat Jan 14 21:55:02 GMT 2006
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
***************
*** 34,87 ****
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
! Allocating PCI resources starting at 30000000 (gap: 30000000:cfbc0100)
Built 1 zonelists
Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/vg/rootlv dolvm2 udev
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Initializing CPU#0
! CPU 0 irqstacks, hard=c04a0000 soft=c0498000
PID hash table entries: 4096 (order: 12, 65536 bytes)
! Detected 1514.238 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
! Memory: 772196k/786368k available (2608k kernel code, 13544k reserved, 822k data, 224k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
! Calibrating delay loop... 2990.08 BogoMIPS (lpj=1495040)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 256K
CPU: Hyper-Threading is disabled
CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
CPU0: Intel(R) Pentium(R) 4 CPU 1.50GHz stepping 02
! Total of 1 processors activated (2990.08 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=-1
Brought up 1 CPUs
- CPU0 attaching sched-domain:
- domain 0: span 01
- groups: 01
- domain 1: span 01
- groups: 01
checking if image is initramfs... it is
! Freeing initrd memory: 2315k freed
NET: Registered protocol family 16
EISA bus registered
PCI: PCI BIOS revision 2.10 entry at 0xfdb71, last bus=2
PCI: Using configuration type 1
! mtrr: v2.0 (20020519)
! ACPI: Subsystem revision 20050309
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
Boot video device is 0000:01:00.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
--- 34,92 ----
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
! Allocating PCI resources starting at 40000000 (gap: 30000000:cfbc0100)
Built 1 zonelists
Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/vg/rootlv dolvm2 udev
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Initializing CPU#0
! CPU 0 irqstacks, hard=c04ad000 soft=c04a5000
PID hash table entries: 4096 (order: 12, 65536 bytes)
! Detected 1514.424 MHz processor.
Using pmtmr for high-res timesource
+ Speakup v-2.00 CVS: Wed Oct 26 15:13:02 EDT 2005 : initialized
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
! Memory: 772092k/786368k available (2564k kernel code, 13604k reserved, 939k data, 204k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
! Calibrating delay using timer specific routine.. 3032.72 BogoMIPS (lpj=6065445)
Mount-cache hash table entries: 512
+ Couldn't initialize miscdevice /dev/synth.
CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 256K
CPU: Hyper-Threading is disabled
CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
+ Intel machine check architecture supported.
+ Intel machine check reporting enabled on CPU#0.
+ CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
+ CPU0: Thermal monitoring enabled
+ mtrr: v2.0 (20020519)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
CPU0: Intel(R) Pentium(R) 4 CPU 1.50GHz stepping 02
! Total of 1 processors activated (3032.72 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=-1
Brought up 1 CPUs
checking if image is initramfs... it is
! softlockup thread 0 started up.
! Freeing initrd memory: 2268k freed
NET: Registered protocol family 16
EISA bus registered
+ ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xfdb71, last bus=2
PCI: Using configuration type 1
! ACPI: Subsystem revision 20050902
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
+ PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
+ PCI quirk: region 0400-043f claimed by ICH4 GPIO
Boot video device is 0000:01:00.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
***************
*** 104,135 ****
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
! inotify device minor=63
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
- vesafb: ATI Technologies Inc., R128, 01.00 (OEM: ATI RAGE128)
- vesafb: VBE version: 2.0
- vesafb: protected mode interface info at c000:4637
- vesafb: pmi: set display start = c00c46a5, set palette = c00c46df
- vesafb: pmi: ports = 7810 7816 7854 7838 783c 785c 7800 7804 78b0 78b2 78b4
- vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz, clk = 0 MHz
- vesafb: scrolling: redraw
- Console: switching to colour frame buffer device 80x30
- vesafb: framebuffer at 0xd8000000, mapped to 0xf0880000, using 600k, total 32768k
- fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
! Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
! ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
! ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
mice: PS/2 mouse device common for all mice
--- 109,142 ----
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
! PCI: Bridge: 0000:00:01.0
! IO window: 7000-7fff
! MEM window: dfd00000-dfdfffff
! PREFETCH window: d7a00000-dfafffff
! PCI: Bridge: 0000:00:1e.0
! IO window: 8000-afff
! MEM window: dfe00000-dfefffff
! PREFETCH window: dfb00000-dfbfffff
! PCI: Setting latency timer of device 0000:00:1e.0 to 64
! audit: initializing netlink socket (disabled)
! audit(1137320309.640:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
+ Squashfs 2.2 (released 2005/07/03) (C) 2002-2005 Phillip Lougher
+ JFS: nTxBlock = 6051, nTxLock = 48415
SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
! Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
+ ttyS0 at I/O 0x3f8 (irq = 0) is a 16550A
+ ttyS1 at I/O 0x2f8 (irq = 0) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
mice: PS/2 mouse device common for all mice
***************
*** 154,163 ****
hdc: HL-DT-ST DVDRAM GSA-4082B, ATAPI CD/DVD-ROM drive
hdd: LG CD-ROM CRD-8522B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
- Probing IDE interface ide2...
- Probing IDE interface ide3...
- Probing IDE interface ide4...
- Probing IDE interface ide5...
hda: max request size: 128KiB
hda: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hda: cache flushes supported
--- 161,166 ----
***************
*** 167,188 ****
hdd: ATAPI 48X CD-ROM drive, 128kB Cache, DMA
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 7
EISA: Detected 0 cards.
NET: Registered protocol family 2
! IP: routing cache hash table of 4096 buckets, 64Kbytes
! TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
! TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
NET: Registered protocol family 1
NET: Registered protocol family 17
! Freeing unused kernel memory: 224k freed
usbcore: registered new driver usbfs
usbcore: registered new driver hub
! ACPI: PCI Interrupt 0000:02:03.2(C) -> GSI 17 (level, low) -> IRQ 17
! PCI: Via IRQ fixup for 0000:02:03.2, from 10 to 1
ehci_hcd 0000:02:03.2: EHCI Host Controller
ehci_hcd 0000:02:03.2: new USB bus registered, assigned bus number 1
! ehci_hcd 0000:02:03.2: irq 17, io mem 0xdfeefe00
ehci_hcd 0000:02:03.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
--- 170,195 ----
hdd: ATAPI 48X CD-ROM drive, 128kB Cache, DMA
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 7
+ Cannot allocate resource for EISA slot 8
EISA: Detected 0 cards.
NET: Registered protocol family 2
! IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
! TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
! TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
+ TCP reno registered
+ TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
! Using IPI Shortcut mode
! Freeing unused kernel memory: 204k freed
usbcore: registered new driver usbfs
usbcore: registered new driver hub
! ACPI: PCI Interrupt 0000:02:03.2[C] -> GSI 17 (level, low) -> IRQ 169
! PCI: Via IRQ fixup for 0000:02:03.2, from 10 to 9
ehci_hcd 0000:02:03.2: EHCI Host Controller
ehci_hcd 0000:02:03.2: new USB bus registered, assigned bus number 1
! ehci_hcd 0000:02:03.2: irq 169, io mem 0xdfeefe00
ehci_hcd 0000:02:03.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
***************
*** 191,238 ****
hub 1-3:1.0: 4 ports detected
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
! drivers/usb/input/hid-core.c: v2.01:USB HID core driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
! USB Universal Host Controller Interface driver v2.2
! ACPI: PCI Interrupt 0000:00:1f.2(D) -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1f.2 to 64
uhci_hcd 0000:00:1f.2: UHCI Host Controller
uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 2
! uhci_hcd 0000:00:1f.2: irq 19, io base 0x0000d000
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
! ACPI: PCI Interrupt 0000:00:1f.4(C) -> GSI 23 (level, low) -> IRQ 23
PCI: Setting latency timer of device 0000:00:1f.4 to 64
uhci_hcd 0000:00:1f.4: UHCI Host Controller
uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 3
! uhci_hcd 0000:00:1f.4: irq 23, io base 0x0000d400
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
! ACPI: PCI Interrupt 0000:02:03.0(A) -> GSI 19 (level, low) -> IRQ 19
! PCI: Via IRQ fixup for 0000:02:03.0, from 11 to 3
uhci_hcd 0000:02:03.0: UHCI Host Controller
uhci_hcd 0000:02:03.0: new USB bus registered, assigned bus number 4
! uhci_hcd 0000:02:03.0: irq 19, io base 0x00009c00
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
! ACPI: PCI Interrupt 0000:02:03.1(b) -> GSI 16 (level, low) -> IRQ 16
! PCI: Via IRQ fixup for 0000:02:03.1, from 11 to 0
uhci_hcd 0000:02:03.1: UHCI Host Controller
uhci_hcd 0000:02:03.1: new USB bus registered, assigned bus number 5
! uhci_hcd 0000:02:03.1: irq 16, io base 0x0000a000
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
! ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
sl811: driver sl811-hcd, 19 May 2005
ieee1394: Initialized config rom entry `ip1394'
! ohci1394: $Rev: 1250 $ Ben Collins <bcollins@debian.org>
! ACPI: PCI Interrupt 0000:02:03.3[A] -> GSI 19 (level, low) -> IRQ 19
! PCI: Via IRQ fixup for 0000:02:03.3, from 11 to 3
! ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[dfeef000-dfeef7ff] Max Packet=[2048]
! sbp2: $Rev: 1219 $ Ben Collins <bcollins@debian.org>
! libata version 1.11 loaded.
ieee1394: Host added: ID:BUS[0-00:1023] GUID[0011066600001fad]
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
cdrom: open failed.
--- 198,247 ----
hub 1-3:1.0: 4 ports detected
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
! drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
! USB Universal Host Controller Interface driver v2.3
! ACPI: PCI Interrupt 0000:00:1f.2(D) -> GSI 19 (level, low) -> IRQ 177
PCI: Setting latency timer of device 0000:00:1f.2 to 64
uhci_hcd 0000:00:1f.2: UHCI Host Controller
uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 2
! uhci_hcd 0000:00:1f.2: irq 177, io base 0x0000d000
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
! ACPI: PCI Interrupt 0000:00:1f.4(C) -> GSI 23 (level, low) -> IRQ 185
PCI: Setting latency timer of device 0000:00:1f.4 to 64
uhci_hcd 0000:00:1f.4: UHCI Host Controller
uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 3
! uhci_hcd 0000:00:1f.4: irq 185, io base 0x0000d400
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
! ACPI: PCI Interrupt 0000:02:03.0(A) -> GSI 19 (level, low) -> IRQ 177
! PCI: Via IRQ fixup for 0000:02:03.0, from 11 to 1
uhci_hcd 0000:02:03.0: UHCI Host Controller
uhci_hcd 0000:02:03.0: new USB bus registered, assigned bus number 4
! uhci_hcd 0000:02:03.0: irq 177, io base 0x00009c00
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
! ACPI: PCI Interrupt 0000:02:03.1(B) -> GSI 16 (level, low) -> IRQ 193
! PCI: Via IRQ fixup for 0000:02:03.1, from 11 to 1
uhci_hcd 0000:02:03.1: UHCI Host Controller
uhci_hcd 0000:02:03.1: new USB bus registered, assigned bus number 5
! uhci_hcd 0000:02:03.1: irq 193, io base 0x0000a000
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
! ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
sl811: driver sl811-hcd, 19 May 2005
ieee1394: Initialized config rom entry `ip1394'
! ohci1394: $Rev: 1313 $ Ben Collins <bcollins@debian.org>
! ACPI: PCI Interrupt 0000:02:03.3(A) -> GSI 19 (level, low) -> IRQ 177
! PCI: Via IRQ fixup for 0000:02:03.3, from 11 to 1
! ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[177] MMIO=[dfeef000-dfeef7ff] Max Packet=[2048]
! sbp2: $Rev: 1306 $ Ben Collins <bcollins@debian.org>
! ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
! ieee1394: sbp2: Try serialize_io=0 for better performance
! libata version 1.12 loaded.
ieee1394: Host added: ID:BUS[0-00:1023] GUID[0011066600001fad]
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
cdrom: open failed.
***************
*** 243,252 ****
EXT3-fs: mounted filesystem with ordered data mode.
cdrom: open failed.
cdrom: open failed.
! Adding 500464k swap on /dev/hda2. Priority:-1 extents:1
EXT3 FS on dm-0, internal journal
8139too Fast Ethernet driver 0.9.27
! ACPI: PCI Interrupt 0000:02:02.0(A) -> GSI 18 (level, low) -> IRQ 18
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
0000:02:02.0: 3Com PCI 3c905C Tornado at 0xa800. Vers LK1.1.19
cdrom: open failed.
--- 252,261 ----
EXT3-fs: mounted filesystem with ordered data mode.
cdrom: open failed.
cdrom: open failed.
! Adding 500464k swap on /dev/hda2. Priority:-1 extents:1 across:500464k
EXT3 FS on dm-0, internal journal
8139too Fast Ethernet driver 0.9.27
! ACPI: PCI Interrupt 0000:02:02.0(A) -> GSI 18 (level, low) -> IRQ 201
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
0000:02:02.0: 3Com PCI 3c905C Tornado at 0xa800. Vers LK1.1.19
cdrom: open failed.
***************
*** 254,261 ****
kjournald starting. Commit interval 5 seconds
EXT3 FS on dm-1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
- EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
kjournald starting. Commit interval 5 seconds
EXT3 FS on dm-2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
--- 263,270 ----
kjournald starting. Commit interval 5 seconds
EXT3 FS on dm-1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
+ EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on dm-2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
***************
*** 270,279 ****
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel i845 Chipset.
agpgart: AGP aperture is 128M @ 0xe0000000
ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
http://www.scyld.com/network/ne2k-pci.html
! ACPI: PCI Interrupt 0000:02:01.0(A) -> GSI 17 (level, low) -> IRQ 17
! eth1: RealTek RTL-8029 found at 0xac00, IRQ 17, 00:C0:26:88:06:E3.
Real Time Clock Driver v1.12
input: PC Speaker
Floppy drive(s): fd0 is 1.44M
--- 279,293 ----
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel i845 Chipset.
agpgart: AGP aperture is 128M @ 0xe0000000
+ hw_random: RNG not detected
+ ACPI: PCI Interrupt 0000:00:1f.5(b) -> GSI 17 (level, low) -> IRQ 169
+ PCI: Setting latency timer of device 0000:00:1f.5 to 64
+ intel8x0_measure_ac97_clock: measured 54776 usecs
+ intel8x0: clocking to 48000
ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
http://www.scyld.com/network/ne2k-pci.html
! ACPI: PCI Interrupt 0000:02:01.0(A) -> GSI 17 (level, low) -> IRQ 169
! eth1: RealTek RTL-8029 found at 0xac00, IRQ 169, 00:C0:26:88:06:E3.
Real Time Clock Driver v1.12
input: PC Speaker
Floppy drive(s): fd0 is 1.44M
***************
*** 281,284 ****
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
gameport: NS558 PnP Gameport is pnp00:0a/gameport0, io 0x200, speed 395kHz
! ACPI: PCI Interrupt 0000:02:02.0(A) -> GSI 18 (level, low) -> IRQ 18
--- 295,302 ----
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
gameport: NS558 PnP Gameport is pnp00:0a/gameport0, io 0x200, speed 395kHz

! CS4232 soundcard not found or device busy
! CS4232 soundcard not found or device busy
! No WaveFront cards found or devices busy
! No WaveFront cards found or devices busy

! ACPI: PCI Interrupt 0000:02:02.0(A) -> GSI 18 (level, low) -> IRQ 201


in grassetto ho messo i messaggi riguardanti hw_random snd_cs4232 3 snd_wavwfront. ho notato sopra che non riesce a caricare qualche altro modulo ma non so se ciò implica che hw_random e snd non vengano caricati forse (da profano devo attivarli da kernel) ma non so quali voci selezionare.

Grazie per l'aiuto.
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Jan 15, 2006 12:18 pm    Post subject: Reply with quote

ma tu che scheda audio usi?
sei certo che il modulo sia corretto? te lo chiedo perché di schede audio che supportano wavefont non ne ho viste molte, soprattutto su linux, e l'uso degli wavefont è scarsissimo: di solito si predilige l'uso di expander o roba simile, mi viene quasi da pensare che tu possa avere sbagliato il modulo...

quanto al problema di "hw_random: RNG not detected", basta che togli dal config del kernel la riga CONFIG_HW_RANDOM: il tuo hardware non ha quel componente, oppure non è supportato dal kernel. non si tratta, in ogni caso, di un componente vitale per il sistema, quindi vi si può rinunciare tranquillamente
Back to top
View user's profile Send private message
Yugi
n00b
n00b


Joined: 29 Nov 2005
Posts: 54
Location: Milan, Italy

PostPosted: Sun Jan 15, 2006 12:47 pm    Post subject: Reply with quote

k.gothmog wrote:
ma tu che scheda audio usi?
sei certo che il modulo sia corretto? te lo chiedo perché di schede audio che supportano wavefont non ne ho viste molte, soprattutto su linux, e l'uso degli wavefont è scarsissimo: di solito si predilige l'uso di expander o roba simile, mi viene quasi da pensare che tu possa avere sbagliato il modulo...

quanto al problema di "hw_random: RNG not detected", basta che togli dal config del kernel la riga CONFIG_HW_RANDOM: il tuo hardware non ha quel componente, oppure non è supportato dal kernel. non si tratta, in ogni caso, di un componente vitale per il sistema, quindi vi si può rinunciare tranquillamente


Audio : 00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 12)

HW_RANDOM : ho controllato solo per capire nel .config del vecchio kernel e ineffetti la riga che dici tu non esiste nel .config non ho ancora guardato appena posso ci do un'occhiata...

stavo pensando di fare una prova, poi ditemi voi se ha senso o meno, caricare il modulo hw_random in modules.autoload.d/kernel-version per vedere se si risolve il problema. :)
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Jan 15, 2006 12:49 pm    Post subject: Reply with quote

Audio : 00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio (rev 12)
infatti questa scheda non supporta sintesi midi attraverso soundfonts

Quote:
HW_RANDOM : ho controllato solo per capire nel .config del vecchio kernel e ineffetti la riga che dici tu non esiste nel .config non ho ancora guardato appena posso ci do un'occhiata...

allora semplicemente non hai il supporto hardware per il random generator. sono nella tua stessa situazione con il portatile
Back to top
View user's profile Send private message
Yugi
n00b
n00b


Joined: 29 Nov 2005
Posts: 54
Location: Milan, Italy

PostPosted: Sun Jan 15, 2006 2:12 pm    Post subject: Reply with quote

la cosa strana pero' è che questo problema mi è sorto adesso che ho installato con LVM perchè se installo senza LVM (con EVMS non so) non mi da problemi.
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