View previous topic :: View next topic |
Author |
Message |
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Thu Jan 20, 2005 10:20 pm Post subject: pcm non funziona! |
|
|
Dunque, ho rimesso in vita il mio computer principale (con nforce 2 e barton) dopo varie magagne hw...
Usavo alsa anche prima con kernel 2.6.5 senza nessun problema (anche se forse built in e non moduli), poi visto che sugli altri computer i moduli con udev e coldplug vanno benissimo ho pensato di metterli come moduli anche qui!
In pratica non riesco a settare PCM!
non mi dà errori strani e l'audio funziona, ma non riesco a settare il volumen nè con master nè con pcm...
Ho dato più volte alsaconf, ho spippolato un po', mi sono guardato in giro ma niente da fare...
questo è il mio lsmod:
Code: | Module Size Used by
snd_pcm_oss 48292 0
snd_mixer_oss 17472 1 snd_pcm_oss
snd_seq_oss 31616 0
snd_seq_midi_event 6144 1 snd_seq_oss
snd_seq 49232 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6860 2 snd_seq_oss,snd_seq
snd_intel8x0 28000 0
snd_ac97_codec 71904 1 snd_intel8x0
snd_pcm 84360 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 21124 2 snd_seq,snd_pcm
snd 45988 9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore 7328 1 snd
snd_page_alloc 7428 2 snd_intel8x0,snd_pcm
usb_storage 28032 1
nfsd 89544 4
exportfs 4928 1 nfsd
lockd 59880 2 nfsd
sunrpc 130340 12 nfsd,lockd
ipv6 222528 11
uhci_hcd 29584 0
8139too 20096 0
usbhid 22976 0
ehci_hcd 27268 0
ohci_hcd 19016 0
rtc 10168 0
usbcore 103672 6 usb_storage,uhci_hcd,usbhid,ehci_hcd,ohci_hcd
vfat 11392 3
fat 35808 1 vfat
fan 3076 0
thermal 10632 0
processor 11292 1 thermal |
qui amixer
Code: | amixer set PCM unmute
Simple mixer control 'PCM',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
|
e qui il config del kernel
Code: | # Sound
#
CONFIG_SOUND=m
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
|
qualche aiuto? |
|
Back to top |
|
|
otaku Guru
Joined: 16 Dec 2004 Posts: 428 Location: Rho (MI)
|
Posted: Fri Jan 21, 2005 2:01 am Post subject: |
|
|
usi alsamixer oppure un qualsiasi altro mixer sotto X? _________________ Ventiquattr'ore al giorno in preda a una follia contorta... |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Sun Jan 23, 2005 9:55 pm Post subject: |
|
|
ho provato alsamixer, pcm c'è ma non mi lascia alzare il volume che resta a zero, anche se faccio unmute!
Mah...
Sto ricompilando builtin comunque, vediamo se va... |
|
Back to top |
|
|
otaku Guru
Joined: 16 Dec 2004 Posts: 428 Location: Rho (MI)
|
Posted: Sun Jan 23, 2005 11:24 pm Post subject: |
|
|
tuxer wrote: | ho provato alsamixer, pcm c'� ma non mi lascia alzare il volume che resta a zero, anche se faccio unmute!
Mah...
Sto ricompilando builtin comunque, vediamo se va... |
le modifiche ai volumi le fai come utente root oppure come semplice utente?
se vuoi usare i devices audio devi aggiungere l'utente al gruppo audio
P.S: prova a configurare i moduli con alsaconf, nel dubbio puoi compilare tutti i moduli presenti nel kernel e lasciare ad alsaconf il compito di riconoscere quello specifico per la tua scheda _________________ Ventiquattr'ore al giorno in preda a una follia contorta... |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Tue Apr 26, 2005 2:07 pm Post subject: |
|
|
Non sono ancora riuscito a sistemare purtroppo...
Le ho provate tutte ma niente da fare!
Non è che qualche anima pia con nforce 2 mi posta la sua configurazione?
Code: | alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.8 ---
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---
|
faccio parte del gruppo audio e questi sono i file
Code: | crw------- 1 andrea audio 14, 0 26 apr 17:54 /dev/sound/mixer
crw------- 1 andrea audio 14, 3 26 apr 17:54 /dev/sound/dsp
|
Volevo anche configurare jack (ho già messo tutto) ma prima gradirei che funzionasse bene alsa... |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Mon Sep 19, 2005 9:17 pm Post subject: |
|
|
Sono ancora qui dopo mesi e mesi e ancora non va un accidente
E' veramente assurdo secondo me, che altro posso postare per aiutare a capire il problema??
Help... |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Mon Sep 19, 2005 9:29 pm Post subject: |
|
|
Comunque questo dice amixer:
Code: | amixer
Simple mixer control 'Master',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Master Mono',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 31 [100%] [on]
Simple mixer control 'PCM',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Front Left: Playback 230 [90%] [on]
Front Right: Playback 230 [90%] [on]
Simple mixer control 'Surround',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 18 [58%] [on]
Front Right: Playback 18 [58%] [on]
Simple mixer control 'Center',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 31 [100%] [on]
Simple mixer control 'LFE',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 25 [81%] [on]
|
Il master è l'unico che non ha un volume settabile porca miseria, e proprio non si muove...
Per il resto non ho errori, sembra che funzioni, e invece nisba! |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Mon Sep 19, 2005 11:26 pm Post subject: |
|
|
Beh questa è proprio divertente, sulla debian che ho appena finito di installare per benino sullo stesso hard disk funziona tutto!!
La conf mi pare la stessa, non capisco... |
|
Back to top |
|
|
Ic3M4n Advocate
Joined: 02 Nov 2004 Posts: 3489 Location: Bergamo.
|
Posted: Tue Sep 20, 2005 9:49 am Post subject: |
|
|
io con la versione 1.0.9b ho risolto molti dei problemi che avevo con alsa sul pc di un mio amico. l'unica cosa che ti posso consigliare è di controllare i moduli che utilizzi. quelli che hai messo nella debian come sono? |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Tue Sep 20, 2005 11:19 am Post subject: |
|
|
I moduli sono gli stessi, solo che il kernel è più vecchio (un 2.6.8 sulla debian), sto dando un occhiata ai permessi, come dovrebbero essere giusti?? |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Tue Sep 20, 2005 1:21 pm Post subject: |
|
|
E comunque quali sono i pacchetti che mi servono per forza??
Conviene usare i moduli del kernel o quelli in portage??
grazie a tutti.. |
|
Back to top |
|
|
Apetrini Veteran
Joined: 09 Feb 2005 Posts: 1158
|
Posted: Tue Sep 20, 2005 2:16 pm Post subject: |
|
|
Io ho sempre usato i moduli del kernel, non ho mai usato il portage per alsa, quindi per quelli in portage non saprei dirti nulla. Mi sono sempre trovato bene con il kernel e tuttora non capisco come mai molte persone non usano quelli del kernel. Vabbe che quelli alsa saranno piu aggiornati...
Io non ho fatto nulla per mettere su i driver audio, ho solamente compilato il kernel con i moduli giusti, poi ho inserito in /etc/modules.autoload.d/kernel-2.6. Punto.
Tutto funziona alla grande...
Comunque prova a postare un , magari c'è qualche problema evidente.
P.s. non ti abbattere forse è un bug dovuto alla versione di alsa. _________________ Linux ape 2.6.31-vanilla. Paludis since 0.28.0. |
|
Back to top |
|
|
tuxer Guru
Joined: 10 May 2004 Posts: 328
|
Posted: Tue Sep 20, 2005 6:34 pm Post subject: |
|
|
Io non credo proprio che il problema sia nel kernel, piuttosto in qualche permesso stronzo o qualche altra stupidaggine del genere, comunque:
Code: | do , disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LUB2] (IRQs 3 *4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCS] (IRQs *23), disabled.
ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 11 devices
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
** PCI interrupts are no longer routed automatically. If this
** causes a device to stop working, it is probably because the
** driver failed to call pci_enable_device(). As a temporary
** workaround, the "pci=routeirq" argument restores the old
** behavior. If this argument makes the device work again,
** please email the output of "lspci" to bjorn.helgaas@hp.com
** so I can fix the driver.
pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
pnp: 00:00: ioport range 0x4400-0x447f has been reserved
pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
pnp: 00:00: ioport range 0x4200-0x427f has been reserved
pnp: 00:00: ioport range 0x4280-0x42ff has been reserved
pnp: 00:01: ioport range 0x5000-0x503f has been reserved
Machine check exception polling timer started.
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, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
vesafb: TYAN COMPUTER., V250, 01.00 (OEM: ATI RADEON RV250)
vesafb: VBE version: 2.0
vesafb: protected mode interface info at c000:562d
vesafb: pmi: set display start = c00c56c1, set palette = c00c570d
vesafb: pmi: ports = c010 c016 c054 c038 c03c c05c c000 c004 c0b0 c0b2 c0b4
vesafb: monitor limits: vf = 0 Hz, hf = 0 kHz, clk = 0 MHz
vesafb: scrolling: ywrap using protected mode interface, yres_virtual=2048
Console: switching to colour frame buffer device 160x64
vesafb: framebuffer at 0xd8000000, mapped to 0xe0880000, using 7680k, total 65536k
fb0: VESA VGA frame buffer device
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 $ 8 ports, IRQ sharing disabled
mice: PS/2 mouse device common for all mice
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE2: IDE controller at PCI slot 0000:00:09.0
NFORCE2: chipset revision 162
NFORCE2: not 100% native mode: will probe irqs later
NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
Probing IDE interface ide1...
hdc: LITE-ON DVDRW SOHW-1653S, ATAPI CD/DVD-ROM drive
hdd: PLEXTOR CD-R PX-W4824A, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide0...
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 40X CD-ROM CD-R/RW drive, 4096kB Cache, UDMA(33)
libata version 1.10 loaded.
sata_sil version 0.8
ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI interrupt 0000:01:0c.0[A] -> GSI 11 (level, low) -> IRQ 11
ata1: SATA max UDMA/100 cmd 0xE0802080 ctl 0xE080208A bmdma 0xE0802000 irq 11
ata2: SATA max UDMA/100 cmd 0xE08020C0 ctl 0xE08020CA bmdma 0xE0802008 irq 11
ata1: dev 0 cfg 49:2f00 82:7c6b 83:7b09 84:4003 85:7c69 86:3a01 87:4003 88:207f
ata1: dev 0 ATA, max UDMA/133, 160086528 sectors:
ata1: dev 0 configured for UDMA/100
scsi0 : sata_sil
ata2: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4003 85:3469 86:3c01 87:4003 88:207f
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/100
scsi1 : sata_sil
Vendor: ATA Model: Maxtor 6Y080M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: ST3160827AS Rev: 3.42
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sda: 160086528 512-byte hdwr sectors (81964 MB)
SCSI device sda: drive cache: write back
SCSI device sda: 160086528 512-byte hdwr sectors (81964 MB)
SCSI device sda: drive cache: write back
sda: sda1 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 >
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sdb: drive cache: write back
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sdb: drive cache: write back
sdb: sdb1
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0, type 0
device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
oprofile: using timer interrupt.
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP established hash table entries: 32768 (order: 6, 262144 bytes)
TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 32768 bind 32768)
ip_tables: (C) 2000-2002 Netfilter core team
ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. http://snowman.net/projects/ipt_recent/
arp_tables: (C) 2002 David S. Miller
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI wakeup devices:
HUB0 HUB1 USB0 USB1 USB2 F139 MMAC MMCI
ACPI: (supports S0 S1 S3 S4 S5)
ReiserFS: sda9: found reiserfs format "3.6" with standard journal
ReiserFS: sda9: using ordered data mode
ReiserFS: sda9: journal params: device sda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sda9: checking transaction log (sda9)
ReiserFS: sda9: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 148k freed
cdrom: open failed.
cdrom: open failed.
Adding 514040k swap on /dev/sda8. Priority:-1 extents:1
Capability LSM initialized
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
cdrom: open failed.
cdrom: open failed.
ReiserFS: sda7: found reiserfs format "3.6" with standard journal
ReiserFS: sda7: using ordered data mode
ReiserFS: sda7: journal params: device sda7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sda7: checking transaction log (sda7)
ReiserFS: sda7: Using r5 hash to sort names
ReiserFS: dm-0: found reiserfs format "3.6" with standard journal
ReiserFS: dm-0: using ordered data mode
ReiserFS: dm-0: journal params: device dm-0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: dm-0: checking transaction log (dm-0)
ReiserFS: dm-0: Using r5 hash to sort names
XFS mounting filesystem dm-3
Ending clean XFS mount for filesystem: dm-3
XFS mounting filesystem dm-2
Ending clean XFS mount for filesystem: dm-2
ReiserFS: dm-4: found reiserfs format "3.6" with standard journal
ReiserFS: dm-4: using ordered data mode
ReiserFS: dm-4: journal params: device dm-4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: dm-4: checking transaction log (dm-4)
ReiserFS: dm-4: Using r5 hash to sort names
ReiserFS: dm-5: found reiserfs format "3.6" with standard journal
ReiserFS: dm-5: using ordered data mode
ReiserFS: dm-5: journal params: device dm-5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: dm-5: checking transaction log (dm-5)
ReiserFS: dm-5: Using r5 hash to sort names
usbcore: registered new driver usbfs
usbcore: registered new driver hub
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected NVIDIA nForce2 chipset
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 128M @ 0xd0000000
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 12
PCI: setting IRQ 12 as level-triggered
ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 12 (level, low) -> IRQ 12
ohci_hcd 0000:00:02.0: nVidia Corporation nForce2 USB Controller
PCI: Setting latency timer of device 0000:00:02.0 to 64
ohci_hcd 0000:00:02.0: irq 12, pci mem 0xe4003000
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ACPI: PCI Interrupt Link [LUBB] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:02.1[B] -> GSI 11 (level, low) -> IRQ 11
ohci_hcd 0000:00:02.1: nVidia Corporation nForce2 USB Controller (#2)
PCI: Setting latency timer of device 0000:00:02.1 to 64
ohci_hcd 0000:00:02.1: irq 11, pci mem 0xe4004000
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
usb 2-1: new low speed USB device using ohci_hcd and address 2
ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 4
PCI: setting IRQ 4 as level-triggered
ACPI: PCI interrupt 0000:00:02.2[C] -> GSI 4 (level, low) -> IRQ 4
ehci_hcd 0000:00:02.2: nVidia Corporation nForce2 USB Controller
PCI: Setting latency timer of device 0000:00:02.2 to 64
ehci_hcd 0000:00:02.2: irq 4, pci mem 0xe4005000
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
PCI: cache line size of 64 is not supported by device 0000:00:02.2
ehci_hcd 0000:00:02.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 6 ports detected
usb 2-1: USB disconnect, address 2
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.31.
ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI interrupt 0000:00:04.0[A] -> GSI 5 (level, low) -> IRQ 5
PCI: Setting latency timer of device 0000:00:04.0 to 64
usb 2-1: new low speed USB device using ohci_hcd and address 3
eth0: forcedeth.c: subsystem: 01695:1000 bound to 0000:00:04.0
ACPI: PCI Interrupt Link [LACI] enabled at IRQ 7
PCI: setting IRQ 7 as level-triggered
ACPI: PCI interrupt 0000:00:06.0[A] -> GSI 7 (level, low) -> IRQ 7
PCI: Setting latency timer of device 0000:00:06.0 to 64
input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:02.1-1
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:02.1-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
intel8x0_measure_ac97_clock: measured 49620 usecs
intel8x0: clocking to 47477
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt Link [LNK4] enabled at IRQ 12
ACPI: PCI interrupt 0000:01:0b.0[A] -> GSI 12 (level, low) -> IRQ 12
eth1: RealTek RTL8139 at 0xa000, 00:04:61:49:2e:4a, IRQ 12
eth1: Identified 8139 chip type 'RTL-8101'
Real Time Clock Driver v1.12
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
USB Universal Host Controller Interface driver v2.2
eth0: no link during initialization.
eth1: link up, 100Mbps, half-duplex, lpa 0x40A1
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
lp: driver loaded but no devices found
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
eth1: no IPv6 routers present
eth0: no IPv6 routers present
fbsplash: console 0 using theme 'default'
fbsplash: switched splash state to 'on' on console 0
fbsplash: console 1 using theme 'default'
fbsplash: switched splash state to 'on' on console 1
fbsplash: console 2 using theme 'default'
fbsplash: switched splash state to 'on' on console 2
fbsplash: console 3 using theme 'default'
fbsplash: switched splash state to 'on' on console 3
fbsplash: console 4 using theme 'default'
fbsplash: switched splash state to 'on' on console 4
fbsplash: console 5 using theme 'default'
fbsplash: switched splash state to 'on' on console 5
fbsplash: console 6 using theme 'default'
fbsplash: switched splash state to 'on' on console 6
fbsplash: console 7 using theme 'default'
fbsplash: switched splash state to 'on' on console 7
fbsplash: console 8 using theme 'default'
fbsplash: switched splash state to 'on' on console 8
fbsplash: console 9 using theme 'default'
fbsplash: switched splash state to 'on' on console 9
fbsplash: console 10 using theme 'default'
fbsplash: switched splash state to 'on' on console 10
[drm] Initialized drm 1.0.0 20040925
ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 12 (level, low) -> IRQ 12
[drm] Initialized radeon 1.14.0 20050125 on minor 0: ATI Technologies Inc Radeon RV250 If [Radeon 9000]
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
agpgart: Putting AGP V2 device at 0000:02:00.0 into 1x mode
[drm] Loading R200 Microcode
RPC: bad TCP reclen 0x0d0a0d0a (non-terminal)
RPC: bad TCP reclen 0x47455420 (non-terminal)
RPC: bad TCP reclen 0x4f505449 (non-terminal)
RPC: bad TCP reclen 0x4f505449 (non-terminal) |
|
|
Back to top |
|
|
|
|
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
|
|