Hey, y'all,
Trying again with this laptop- downloaded the latest 1.0.15 files from
http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel . Did the
installation routines as prescribed. (follows)
cd /usr/src
mkdir alsa
cd alsa
cp /downloads/alsa-* .
Now unzip and install the alsa-driver package:
bunzip2 alsa-driver-xxx
tar -xf alsa-driver-xxx
cd alsa-driver-xxx
./configure --with-cards=hda-intel --with-sequencer=yes ; make ; make
install
NB:
If you are using drivers before 0.9.4 then you need to run:
./snddevices
The snddevices script sets the permissions for the devices it creates to root.
If you use devfs then you should not run the snddevices script.
Otherwise run:
chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi
Now unzip and install the alsa-lib package:
cd ..
bunzip2 alsa-lib-xxx
tar -xf alsa-lib-xxx
cd alsa-lib-xxx
./configure ; make ; make install
Now unzip and install the alsa-utils package:
cd ..
bunzip2 alsa-utils-xxx
tar -xf alsa-utils-xxx
cd alsa-utils-xxx
./configure ; make ; make install
Now insert the modules into the kernel:
modprobe snd-hda-intel ; modprobe snd-pcm-oss ; modprobe
snd-mixer-oss ; modprobe snd-seq-oss
At the last command I get the following. Anybody got some easy answers?
Thanks,
Robert
make[1]: Leaving directory `/usr/local/src/alsa-utils-1.0.15'
[EMAIL PROTECTED]:/usr/local/src/alsa-utils-1.0.15# modprobe snd-hda-intel ;
modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss
FATAL: Error inserting snd_hda_intel
(/lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel/snd-hda-intel.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
[EMAIL PROTECTED]:/usr/local/src/alsa-utils-1.0.15# dmesg
[ 0.000000] Linux version 2.6.22-14-generic ([EMAIL PROTECTED]) (gcc version
4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Sun Oct 14
23:05:12 GMT 2007 (Ubuntu 2.6.22-14.46-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
[ 0.000000] BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000001f690000 (usable)
[ 0.000000] BIOS-e820: 000000001f690000 - 000000001f700000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000001f700000 - 0000000020000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 502MB LOWMEM available.
[ 0.000000] found SMP MP-table at 000f6690
[ 0.000000] Entering add_active_range(0, 0, 128656) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 128656
[ 0.000000] HighMem 128656 -> 128656
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 128656
[ 0.000000] On node 0 totalpages: 128656
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 973 pages used for memmap
[ 0.000000] Normal zone: 123587 pages, LIFO batch:31
[ 0.000000] HighMem zone: 0 pages used for memmap
[ 0.000000] DMI present.
[ 0.000000] ACPI: RSDP signature @ 0xC00F6660 checksum 0
[ 0.000000] ACPI: RSDP 000F6660, 0024 (r2 PTLTD )
[ 0.000000] ACPI: XSDT 1F692623, 006C (r1 ACRSYS ACRPRDCT 6040000 LTP
0)
[ 0.000000] ACPI: FACP 1F69BC38, 00F4 (r3 INTEL CALISTGA 6040000 ALAN
1)
[ 0.000000] ACPI: DSDT 1F69302B, 8B99 (r1 INTEL CALISTGA 6040000 MSFT
3000000)
[ 0.000000] ACPI: FACS 1F69CFC0, 0040
[ 0.000000] ACPI: APIC 1F69BD2C, 0068 (r1 INTEL CALISTGA 6040000 LOHR
5A)
[ 0.000000] ACPI: HPET 1F69BD94, 0038 (r1 INTEL CALISTGA 6040000 LOHR
5A)
[ 0.000000] ACPI: MCFG 1F69BDCC, 003C (r1 INTEL CALISTGA 6040000 LOHR
5A)
[ 0.000000] ACPI: APIC 1F69BE08, 005A (r1 PTLTD APIC 6040000 LTP
0)
[ 0.000000] ACPI: BOOT 1F69BE62, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP
1)
[ 0.000000] ACPI: SLIC 1F69BE8A, 0176 (r1 ACRSYS ACRPRDCT 6040000 acer
0)
[ 0.000000] ACPI: SSDT 1F692B75, 04B6 (r1 PmRef Cpu0Cst 3001 INTL
20050624)
[ 0.000000] ACPI: SSDT 1F69268F, 04E6 (r1 PmRef CpuPm 3000 INTL
20050624)
[ 0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[ 0.000000] ACPI: If "acpi_apic_instance=2" works better, notify
[EMAIL PROTECTED]
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 6:14 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 30000000 (gap:
20000000:c0000000)
[ 0.000000] Built 1 zonelists. Total pages: 127651
[ 0.000000] Kernel command line:
root=UUID=d4116465-3819-4423-a14d-3f704eaca3c8 ro quiet splash
[ 0.000000] mapped APIC to ffffd000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffc000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[ 0.000000] Detected 1733.462 MHz processor.
[ 12.829301] Console: colour VGA+ 80x25
[ 12.829453] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 12.829647] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 12.842622] Memory: 498312k/514624k available (2015k kernel code, 15648k
reserved, 916k data, 364k init, 0k highmem)
[ 12.842633] virtual kernel memory layout:
[ 12.842634] fixmap : 0xfff4d000 - 0xfffff000 ( 712 kB)
[ 12.842636] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 12.842637] vmalloc : 0xe0000000 - 0xff7fe000 ( 503 MB)
[ 12.842638] lowmem : 0xc0000000 - 0xdf690000 ( 502 MB)
[ 12.842640] .init : 0xc03e3000 - 0xc043e000 ( 364 kB)
[ 12.842641] .data : 0xc02f7d26 - 0xc03dce84 ( 916 kB)
[ 12.842642] .text : 0xc0100000 - 0xc02f7d26 (2015 kB)
[ 12.842646] Checking if this processor honours the WP bit even in
supervisor mode... Ok.
[ 12.842684] SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=1,
Nodes=1
[ 12.842826] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 12.842832] hpet0: 3 64-bit timers, 14318180 Hz
[ 12.923750] Calibrating delay using timer specific routine.. 3470.69
BogoMIPS (lpj=6941386)
[ 12.923772] Security Framework v1.0.0 initialized
[ 12.923780] SELinux: Disabled at boot.
[ 12.923795] Mount-cache hash table entries: 512
[ 12.923913] CPU: After generic identify, caps: afe9fbff 00100000 00000000
00000000 0000c109 00000000 00000000
[ 12.923923] monitor/mwait feature present.
[ 12.923925] using mwait in idle threads.
[ 12.923929] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 12.923932] CPU: L2 cache: 1024K
[ 12.923935] CPU: After all inits, caps: afe9fbff 00100000 00000000 00002940
0000c109 00000000 00000000
[ 12.923943] Compat vDSO mapped to ffffe000.
[ 12.923955] Checking 'hlt' instruction... OK.
[ 12.939834] SMP alternatives: switching to UP code
[ 12.940018] Freeing SMP alternatives: 11k freed
[ 12.940284] Early unpacking initramfs... done
[ 13.287670] ACPI: Core revision 20070126
[ 13.287754] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml
not found.
[ 13.292207] CPU0: Intel(R) Celeron(R) M CPU 430 @ 1.73GHz stepping
08
[ 13.292233] Total of 1 processors activated (3470.69 BogoMIPS).
[ 13.292429] ENABLING IO-APIC IRQs
[ 13.292629] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 13.439132] Brought up 1 CPUs
[ 13.439240] Booting paravirtualized kernel on bare hardware
[ 13.439315] Time: 14:06:32 Date: 10/18/107
[ 13.439336] NET: Registered protocol family 16
[ 13.439421] EISA bus registered
[ 13.439427] ACPI: bus type pci registered
[ 13.464530] PCI: PCI BIOS revision 2.10 entry at 0xfd6c2, last bus=12
[ 13.464532] PCI: Using configuration type 1
[ 13.464534] Setting up standard PCI resources
[ 13.466306] ACPI: EC: Look up EC in DSDT
[ 13.466954] ACPI: EC: GPE=0x17, ports=0x66, 0x62
[ 13.485036] ACPI: System BIOS is requesting _OSI(Linux)
[ 13.485039] ACPI: Please test with "acpi_osi=!Linux"
[ 13.485040] Please send dmidecode to [EMAIL PROTECTED]
[ 13.485495] ACPI: Interpreter enabled
[ 13.485498] ACPI: (supports S0 S3 S4 S5)
[ 13.485513] ACPI: Using IOAPIC for interrupt routing
[ 13.490862] ACPI: EC: GPE=0x17, ports=0x66, 0x62
[ 13.490910] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 13.490920] PCI: Probing PCI hardware (bus 00)
[ 13.491661] PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[ 13.491666] PCI quirk: region 1180-11bf claimed by ICH6 GPIO
[ 13.492449] PCI: Transparent bridge - 0000:00:1e.0
[ 13.492581] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 13.492898] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 13.493028] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 13.493155] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 13.493296] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 13.497721] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15)
*11
[ 13.497827] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 13.497927] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 13.498028] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15)
*10
[ 13.498128] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 13.498228] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 13.498327] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 13.498426] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 13.498530] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 13.498541] pnp: PnP ACPI init
[ 13.498551] ACPI: bus type pnp registered
[ 13.501184] pnp: PnP ACPI: found 9 devices
[ 13.501186] ACPI: ACPI bus type pnp unregistered
[ 13.501190] PnPBIOS: Disabled by ACPI PNP
[ 13.501240] PCI: Using ACPI for IRQ routing
[ 13.501243] PCI: If a device doesn't work, try "pci=routeirq". If it
helps, post a report
[ 13.501248] PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.0
[ 13.501300] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.0
[ 13.501350] PCI: Cannot allocate resource region 9 of bridge 0000:00:1c.0
[ 13.501399] PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.1
[ 13.501448] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.1
[ 13.501497] PCI: Cannot allocate resource region 9 of bridge 0000:00:1c.1
[ 13.501546] PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.2
[ 13.501595] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.2
[ 13.501644] PCI: Cannot allocate resource region 9 of bridge 0000:00:1c.2
[ 13.531517] NET: Registered protocol family 8
[ 13.531519] NET: Registered protocol family 20
[ 13.531577] pnp: 00:01: iomem range 0xe0000000-0xefffffff could not be
reserved
[ 13.531581] pnp: 00:01: iomem range 0xfed14000-0xfed17fff could not be
reserved
[ 13.531584] pnp: 00:01: iomem range 0xfed18000-0xfed18fff could not be
reserved
[ 13.531587] pnp: 00:01: iomem range 0xfed19000-0xfed19fff could not be
reserved
[ 13.531593] pnp: 00:03: iomem range 0xfed00000-0xfed003ff could not be
reserved
[ 13.534977] Time: tsc clocksource has been installed.
[ 13.534994] Switched to high resolution mode on CPU 0
[ 13.561866] PCI: Bridge: 0000:00:1c.0
[ 13.561870] IO window: 2000-2fff
[ 13.561876] MEM window: 34000000-340fffff
[ 13.561881] PREFETCH window: disabled.
[ 13.561886] PCI: Bridge: 0000:00:1c.1
[ 13.561888] IO window: disabled.
[ 13.561893] MEM window: disabled.
[ 13.561898] PREFETCH window: disabled.
[ 13.561904] PCI: Bridge: 0000:00:1c.2
[ 13.561905] IO window: disabled.
[ 13.561911] MEM window: disabled.
[ 13.561915] PREFETCH window: disabled.
[ 13.561923] PCI: Bus 11, cardbus bridge: 0000:0a:09.0
[ 13.561925] IO window: 00003000-000030ff
[ 13.561930] IO window: 00003400-000034ff
[ 13.561936] PREFETCH window: 30000000-33ffffff
[ 13.561941] MEM window: 38000000-3bffffff
[ 13.561946] PCI: Bridge: 0000:00:1e.0
[ 13.561950] IO window: 3000-3fff
[ 13.561956] MEM window: d0100000-d01fffff
[ 13.561961] PREFETCH window: 30000000-33ffffff
[ 13.561990] PCI: Enabling device 0000:00:1c.0 (0000 -> 0003)
[ 13.561997] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) ->
IRQ 16
[ 13.562006] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 13.562029] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) ->
IRQ 17
[ 13.562037] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 13.562060] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) ->
IRQ 18
[ 13.562068] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 13.562079] PCI: Enabling device 0000:00:1e.0 (0004 -> 0007)
[ 13.562085] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 13.562102] PCI: Enabling device 0000:0a:09.0 (0000 -> 0003)
[ 13.562107] ACPI: PCI Interrupt 0000:0a:09.0[A] -> GSI 20 (level, low) ->
IRQ 19
[ 13.562125] NET: Registered protocol family 2
[ 13.598897] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 13.598932] TCP established hash table entries: 16384 (order: 5, 196608
bytes)
[ 13.599078] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[ 13.599177] TCP: Hash tables configured (established 16384 bind 16384)
[ 13.599180] TCP reno registered
[ 13.610971] checking if image is initramfs... it is
[ 14.296653] Freeing initrd memory: 7339k freed
[ 14.296791] Simple Boot Flag at 0x36 set to 0x1
[ 14.297147] audit: initializing netlink socket (disabled)
[ 14.297163] audit(1195394792.084:1): initialized
[ 14.298991] VFS: Disk quotas dquot_6.5.1
[ 14.299035] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 14.299126] io scheduler noop registered
[ 14.299129] io scheduler anticipatory registered
[ 14.299131] io scheduler deadline registered
[ 14.299145] io scheduler cfq registered (default)
[ 14.299160] Boot video device is 0000:00:02.0
[ 14.299336] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 14.299394] assign_interrupt_mode Found MSI capability
[ 14.299397] Allocate Port Service[0000:00:1c.0:pcie00]
[ 14.299433] Allocate Port Service[0000:00:1c.0:pcie02]
[ 14.299528] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 14.299585] assign_interrupt_mode Found MSI capability
[ 14.299587] Allocate Port Service[0000:00:1c.1:pcie00]
[ 14.299619] Allocate Port Service[0000:00:1c.1:pcie02]
[ 14.299712] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 14.299768] assign_interrupt_mode Found MSI capability
[ 14.299771] Allocate Port Service[0000:00:1c.2:pcie00]
[ 14.299799] Allocate Port Service[0000:00:1c.2:pcie02]
[ 14.299951] isapnp: Scanning for PnP cards...
[ 14.653775] isapnp: No Plug & Play device found
[ 14.678559] Real Time Clock Driver v1.12ac
[ 14.678786] hpet_resources: 0xfed00000 is busy
[ 14.678818] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ
sharing enabled
[ 14.679990] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024
blocksize
[ 14.680188] input: Macintosh mouse button emulation as /class/input/input0
[ 14.680257] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64
irq 1,12
[ 14.694355] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 14.700900] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 14.700906] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 14.700909] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 14.700911] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 14.700914] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 14.701108] mice: PS/2 mouse device common for all mice
[ 14.701727] EISA: Probing bus 0 at eisa.0
[ 14.701737] Cannot allocate resource for EISA slot 1
[ 14.701740] Cannot allocate resource for EISA slot 2
[ 14.701742] Cannot allocate resource for EISA slot 3
[ 14.701764] EISA: Detected 0 cards.
[ 14.701865] TCP cubic registered
[ 14.701881] NET: Registered protocol family 1
[ 14.701907] Using IPI No-Shortcut mode
[ 14.702063] Magic number: 15:930:131
[ 14.702279] hash matches device device:06
[ 14.702436] Freeing unused kernel memory: 364k freed
[ 14.792002] input: AT Translated Set 2 keyboard as /class/input/input1
[ 15.902679] AppArmor: AppArmor initialized<5>audit(1195394793.584:2):
type=1505 info="AppArmor initialized" pid=1216
[ 15.910589] fuse init (API version 7.8)
[ 15.914536] Failure registering capabilities with primary security module.
[ 15.935131] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 15.935137] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 15.935149] ACPI Exception (processor_core-0783): AE_NOT_FOUND, Processor
Device is not present [20070126]
[ 15.938786] ACPI: Thermal Zone [THRM] (30 C)
[ 16.411087] usbcore: registered new interface driver usbfs
[ 16.411111] usbcore: registered new interface driver hub
[ 16.411133] usbcore: registered new device driver usb
[ 16.411942] USB Universal Host Controller Interface driver v3.0
[ 16.412018] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) ->
IRQ 20
[ 16.412030] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 16.412034] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 16.412251] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus
number 1
[ 16.412286] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001820
[ 16.412397] usb usb1: configuration #1 chosen from 1 choice
[ 16.412425] hub 1-0:1.0: USB hub found
[ 16.412430] hub 1-0:1.0: 2 ports detected
[ 16.477089] SCSI subsystem initialized
[ 16.482284] libata version 2.21 loaded.
[ 16.515309] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) ->
IRQ 21
[ 16.515322] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 16.515326] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 16.515349] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus
number 2
[ 16.515383] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001840
[ 16.515472] usb usb2: configuration #1 chosen from 1 choice
[ 16.515502] hub 2-0:1.0: USB hub found
[ 16.515507] hub 2-0:1.0: 2 ports detected
[ 16.619170] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) ->
IRQ 18
[ 16.619183] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 16.619187] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 16.619210] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus
number 3
[ 16.619247] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[ 16.619344] usb usb3: configuration #1 chosen from 1 choice
[ 16.619371] hub 3-0:1.0: USB hub found
[ 16.619376] hub 3-0:1.0: 2 ports detected
[ 3.740000] Marking TSC unstable due to: possible TSC halt in C2.
[ 3.744000] Time: hpet clocksource has been installed.
[ 3.776000] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) ->
IRQ 16
[ 3.776000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 3.776000] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 3.776000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus
number 4
[ 3.776000] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
[ 3.776000] usb usb4: configuration #1 chosen from 1 choice
[ 3.776000] hub 4-0:1.0: USB hub found
[ 3.776000] hub 4-0:1.0: 2 ports detected
[ 3.880000] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) ->
IRQ 20
[ 3.880000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 3.880000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 3.880000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus
number 5
[ 3.880000] ehci_hcd 0000:00:1d.7: debug port 1
[ 3.880000] PCI: cache line size of 32 is not supported by device
0000:00:1d.7
[ 3.880000] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xd0544000
[ 3.884000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10
Dec 2004
[ 3.884000] usb usb5: configuration #1 chosen from 1 choice
[ 3.884000] hub 5-0:1.0: USB hub found
[ 3.884000] hub 5-0:1.0: 8 ports detected
[ 3.988000] ata_piix 0000:00:1f.2: version 2.11
[ 3.988000] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[ 4.000000] Clocksource tsc unstable (delta = -128543176 ns)
[ 4.144000] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) ->
IRQ 21
[ 4.144000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 4.144000] scsi0 : ata_piix
[ 4.144000] scsi1 : ata_piix
[ 4.144000] ata1: SATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma
0x000118b0 irq 14
[ 4.144000] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma
0x000118b8 irq 15
[ 4.340000] ata1.00: ATA-7: WDC WD800BEVS-22RST0, 04.01G04, max UDMA/133
[ 4.340000] ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 4.356000] ata1.00: configured for UDMA/133
[ 4.676000] ata2.00: ATAPI: Optiarc CD-RW CRX880A, KX07, max UDMA/33
[ 4.848000] ata2.00: configured for UDMA/33
[ 4.848000] scsi 0:0:0:0: Direct-Access ATA WDC WD800BEVS-22 04.0
PQ: 0 ANSI: 5
[ 4.848000] scsi 1:0:0:0: CD-ROM Optiarc CD-RW CRX880A KX07
PQ: 0 ANSI: 5
[ 4.860000] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026
MB)
[ 4.860000] sd 0:0:0:0: [sda] Write Protect is off
[ 4.860000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.860000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 4.860000] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026
MB)
[ 4.860000] sd 0:0:0:0: [sda] Write Protect is off
[ 4.860000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.860000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 4.860000] sda: sda1 sda2 sda3
[ 4.936000] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.940000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 4.940000] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[ 4.956000] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 4.956000] Uniform CD-ROM driver Revision: 3.20
[ 4.956000] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 5.172000] Attempting manual resume
[ 5.172000] swsusp: Resume From Partition 8:3
[ 5.172000] PM: Checking swsusp image.
[ 5.172000] PM: Resume from disk failed.
[ 5.228000] kjournald starting. Commit interval 5 seconds
[ 5.228000] EXT3-fs: mounted filesystem with ordered data mode.
[ 12.052000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 12.056000] Linux agpgart interface v0.102 (c) Dave Jones
[ 12.060000] agpgart: Detected an Intel 945GM Chipset.
[ 12.060000] agpgart: Detected 7932K stolen memory.
[ 12.076000] agpgart: AGP aperture is 256M @ 0xc0000000
[ 12.860000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 12.872000] Yenta: CardBus bridge found at 0000:0a:09.0 [1025:0110]
[ 12.872000] Yenta: Using CSCINT to route CSC interrupts to PCI
[ 12.872000] Yenta: Routing CardBus interrupts to PCI
[ 12.872000] Yenta TI: socket 0000:0a:09.0, mfunc 0x01321b22, devctl 0x66
[ 12.880000] intel_rng: FWH not detected
[ 12.892000] ieee80211_crypt: registered algorithm 'NULL'
[ 12.904000] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 12.904000] ieee80211: Copyright (C) 2004-2005 Intel Corporation
<[EMAIL PROTECTED]>
[ 13.104000] Yenta: ISA IRQ mask 0x0cf8, PCI irq 19
[ 13.104000] Socket status: 30000006
[ 13.104000] Yenta: Raising subordinate bus# of parent bus (#0a) from #0b to
#0e
[ 13.104000] pcmcia: parent PCI bridge I/O window: 0x3000 - 0x3fff
[ 13.104000] cs: IO port probe 0x3000-0x3fff: clean.
[ 13.104000] pcmcia: parent PCI bridge Memory window: 0xd0100000 -
0xd01fffff
[ 13.104000] pcmcia: parent PCI bridge Memory window: 0x30000000 -
0x33ffffff
[ 13.104000] ACPI: PCI Interrupt 0000:0a:09.2[A] -> GSI 20 (level, low) ->
IRQ 19
[ 13.268000] PCI: Enabling device 0000:02:00.0 (0000 -> 0003)
[ 13.268000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) ->
IRQ 16
[ 13.268000] PCI: Setting latency timer of device 0000:02:00.0 to 64
[ 13.268000] sky2 0000:02:00.0: v1.18 addr 0x34000000 irq 16 Yukon-FE (0xb7)
rev 1
[ 13.268000] sky2 eth0: addr 00:16:36:d6:f3:02
[ 13.284000] iTCO_vendor_support: vendor-support=0
[ 13.308000] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (21-Jan-2007)
[ 13.448000] bcm43xx driver
[ 13.448000] ACPI: PCI Interrupt 0000:0a:03.0[A] -> GSI 18 (level, low) ->
IRQ 18
[ 13.736000] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1280b1, caps:
0xa04713/0x204000
[ 13.792000] input: SynPS/2 Synaptics TouchPad as /class/input/input2
[ 13.796000] iTCO_wdt: Found a ICH7-M TCO device (Version=2, TCOBASE=0x1060)
[ 13.796000] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 13.824000] snd_hda_intel: disagrees about version of symbol snd_ctl_add
[ 13.824000] snd_hda_intel: Unknown symbol snd_ctl_add
[ 13.824000] snd_hda_intel: disagrees about version of symbol snd_pcm_new
[ 13.824000] snd_hda_intel: Unknown symbol snd_pcm_new
[ 13.824000] snd_hda_intel: disagrees about version of symbol
snd_pcm_limit_hw_rates
[ 13.824000] snd_hda_intel: Unknown symbol snd_pcm_limit_hw_rates
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_card_register
[ 13.828000] snd_hda_intel: Unknown symbol snd_card_register
[ 13.828000] snd_hda_intel: disagrees about version of symbol snd_card_free
[ 13.828000] snd_hda_intel: Unknown symbol snd_card_free
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_lib_preallocate_pages_for_all
[ 13.828000] snd_hda_intel: Unknown symbol
snd_pcm_lib_preallocate_pages_for_all
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_card_proc_new
[ 13.828000] snd_hda_intel: Unknown symbol snd_card_proc_new
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_ctl_find_id
[ 13.828000] snd_hda_intel: Unknown symbol snd_ctl_find_id
[ 13.828000] snd_hda_intel: disagrees about version of symbol snd_ctl_new1
[ 13.828000] snd_hda_intel: Unknown symbol snd_ctl_new1
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_component_add
[ 13.828000] snd_hda_intel: Unknown symbol snd_component_add
[ 13.828000] snd_hda_intel: disagrees about version of symbol snd_card_new
[ 13.828000] snd_hda_intel: Unknown symbol snd_card_new
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_lib_malloc_pages
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_lib_malloc_pages
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_lib_ioctl
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_lib_ioctl
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_lib_free_pages
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_lib_free_pages
[ 13.828000] snd_hda_intel: Unknown symbol snd_ctl_elem_read
[ 13.828000] snd_hda_intel: Unknown symbol snd_ctl_elem_write
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_set_ops
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_set_ops
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_hw_constraint_list
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_list
[ 13.828000] snd_hda_intel: disagrees about version of symbol snd_device_new
[ 13.828000] snd_hda_intel: Unknown symbol snd_device_new
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_suspend_all
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_suspend_all
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_card_disconnect
[ 13.828000] snd_hda_intel: Unknown symbol snd_card_disconnect
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_hw_constraint_integer
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_integer
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_period_elapsed
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_period_elapsed
[ 13.828000] snd_hda_intel: disagrees about version of symbol
snd_pcm_hw_constraint_step
[ 13.828000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_step
[ 13.856000] cs: IO port probe 0x100-0x3af: clean.
[ 13.860000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[ 13.860000] cs: IO port probe 0x820-0x8ff: clean.
[ 13.860000] cs: IO port probe 0xc00-0xcf7: clean.
[ 13.860000] cs: IO port probe 0xa00-0xaff: clean.
[ 14.356000] lp: driver loaded but no devices found
[ 14.408000] Adding 1052248k swap on /dev/sda3. Priority:-1 extents:1
across:1052248k
[ 14.844000] EXT3 FS on sda1, internal journal
[ 15.468000] NET: Registered protocol family 17
[ 15.572000] kjournald starting. Commit interval 5 seconds
[ 15.572000] EXT3 FS on sda2, internal journal
[ 15.572000] EXT3-fs: mounted filesystem with ordered data mode.
[ 16.472000] ACPI: Battery Slot [BAT1] (battery present)
[ 16.620000] ACPI: ACPI Dock Station Driver
[ 16.636000] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 16.768000] input: Power Button (FF) as /class/input/input3
[ 16.772000] ACPI: Power Button (FF) [PWRF]
[ 16.804000] input: Lid Switch as /class/input/input4
[ 16.808000] ACPI: Lid Switch [LID]
[ 16.844000] input: Power Button (CM) as /class/input/input5
[ 16.848000] ACPI: Power Button (CM) [PWRB]
[ 16.880000] input: Sleep Button (CM) as /class/input/input6
[ 16.884000] ACPI: Sleep Button (CM) [SLPB]
[ 16.928000] ACPI: AC Adapter [ACAD] (on-line)
[ 18.324000] sky2 eth0: enabling interface
[ 18.436000] ppdev: user-space parallel port driver
[ 18.852000] audit(1195394809.559:3): type=1503
operation="inode_permission" requested_mask="a" denied_mask="a"
name="/dev/tty" pid=4655 profile="/usr/sbin/cupsd"
[ 19.080000] apm: BIOS not found.
[ 20.028000] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control
both
[ 22.388000] Failure registering capabilities with primary security module.
[ 22.400000] [drm] Initialized drm 1.1.0 20060810
[ 22.404000] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) ->
IRQ 16
[ 22.408000] [drm] Initialized i915 1.6.0 20060119 on minor 0
[ 23.392000] Bluetooth: Core ver 2.11
[ 23.392000] NET: Registered protocol family 31
[ 23.392000] Bluetooth: HCI device and connection manager initialized
[ 23.392000] Bluetooth: HCI socket layer initialized
[ 23.408000] Bluetooth: L2CAP ver 2.8
[ 23.408000] Bluetooth: L2CAP socket layer initialized
[ 23.740000] Bluetooth: RFCOMM socket layer initialized
[ 23.740000] Bluetooth: RFCOMM TTY layer initialized
[ 23.740000] Bluetooth: RFCOMM ver 1.8
[ 32.732000] NET: Registered protocol family 10
[ 32.732000] lo: Disabled Privacy Extensions
[ 32.732000] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 43.624000] eth0: no IPv6 routers present
[ 1354.476000] atkbd.c: Unknown key pressed (translated set 2, code 0xd5 on
isa0060/serio0).
[ 1354.476000] atkbd.c: Use 'setkeycodes e055 <keycode>' to make it known.
[ 1355.048000] atkbd.c: Unknown key released (translated set 2, code 0xd5 on
isa0060/serio0).
[ 1355.048000] atkbd.c: Use 'setkeycodes e055 <keycode>' to make it known.
[ 6935.920000] ACPI: Please implement acpi_video_bus_ROM_seq_show
[ 6935.920000] ACPI: Please implement acpi_video_bus_ROM_seq_show
[ 6936.068000] ACPI: Please implement acpi_video_bus_ROM_seq_show
[12484.628000] process `beagled-helper' is using deprecated sysctl (syscall)
net.ipv6.neigh.default.retrans_time; Use
net.ipv6.neigh.default.retrans_time_ms instead.
[19671.288000] ACPI: Please implement acpi_video_bus_ROM_seq_show
[19671.292000] ACPI: Please implement acpi_video_bus_ROM_seq_show
[19671.356000] ACPI: Please implement acpi_video_bus_ROM_seq_show
[32594.692000] atkbd.c: Unknown key pressed (translated set 2, code 0xd6 on
isa0060/serio0).
[32594.692000] atkbd.c: Use 'setkeycodes e056 <keycode>' to make it known.
[32595.204000] atkbd.c: Unknown key released (translated set 2, code 0xd6 on
isa0060/serio0).
[32595.204000] atkbd.c: Use 'setkeycodes e056 <keycode>' to make it known.
[63789.968000] snd_hda_intel: disagrees about version of symbol snd_ctl_add
[63789.968000] snd_hda_intel: Unknown symbol snd_ctl_add
[63789.968000] snd_hda_intel: disagrees about version of symbol snd_pcm_new
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_new
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_limit_hw_rates
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_limit_hw_rates
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_card_register
[63789.968000] snd_hda_intel: Unknown symbol snd_card_register
[63789.968000] snd_hda_intel: disagrees about version of symbol snd_card_free
[63789.968000] snd_hda_intel: Unknown symbol snd_card_free
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_lib_preallocate_pages_for_all
[63789.968000] snd_hda_intel: Unknown symbol
snd_pcm_lib_preallocate_pages_for_all
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_card_proc_new
[63789.968000] snd_hda_intel: Unknown symbol snd_card_proc_new
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_ctl_find_id
[63789.968000] snd_hda_intel: Unknown symbol snd_ctl_find_id
[63789.968000] snd_hda_intel: disagrees about version of symbol snd_ctl_new1
[63789.968000] snd_hda_intel: Unknown symbol snd_ctl_new1
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_component_add
[63789.968000] snd_hda_intel: Unknown symbol snd_component_add
[63789.968000] snd_hda_intel: disagrees about version of symbol snd_card_new
[63789.968000] snd_hda_intel: Unknown symbol snd_card_new
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_lib_malloc_pages
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_lib_malloc_pages
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_lib_ioctl
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_lib_ioctl
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_lib_free_pages
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_lib_free_pages
[63789.968000] snd_hda_intel: Unknown symbol snd_ctl_elem_read
[63789.968000] snd_hda_intel: Unknown symbol snd_ctl_elem_write
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_set_ops
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_set_ops
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_hw_constraint_list
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_list
[63789.968000] snd_hda_intel: disagrees about version of symbol snd_device_new
[63789.968000] snd_hda_intel: Unknown symbol snd_device_new
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_suspend_all
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_suspend_all
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_card_disconnect
[63789.968000] snd_hda_intel: Unknown symbol snd_card_disconnect
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_hw_constraint_integer
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_integer
[63789.968000] snd_hda_intel: disagrees about version of symbol
snd_pcm_period_elapsed
[63789.968000] snd_hda_intel: Unknown symbol snd_pcm_period_elapsed
[63789.972000] snd_hda_intel: disagrees about version of symbol
snd_pcm_hw_constraint_step
[63789.972000] snd_hda_intel: Unknown symbol snd_pcm_hw_constraint_step
[EMAIL PROTECTED]:/usr/local/src/alsa-utils-1.0.15#
All about sanctifusion!
http://sanctifusion.blogspot.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user