LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-18-2004, 01:36 PM   #1
usmanmr
LQ Newbie
 
Registered: Jul 2004
Location: Faisalabad, Pakistan
Distribution: RedHat
Posts: 3

Rep: Reputation: 0
Sound Card Detection !!!


I have Intel MainBoard with Built-In SoundCard...I've installed RedHat Linux9....When i try to run its SoundCard Detection Program, It Ends with the Message that "No Sound Card Detected"
Please Help!!!
Thank You

 
Old 07-18-2004, 03:30 PM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
I think Redhat's sound card detection does not recognized the sound device. Install the latest ALSA drivers.
 
Old 07-19-2004, 12:44 AM   #3
usmanmr
LQ Newbie
 
Registered: Jul 2004
Location: Faisalabad, Pakistan
Distribution: RedHat
Posts: 3

Original Poster
Rep: Reputation: 0
Can u please tell me from where to get ALSA Driver and how to intall them...Im totally new in Linux...so I'll appreciate your HELP

Thank You
 
Old 07-19-2004, 05:26 AM   #4
kiru
LQ Newbie
 
Registered: Apr 2003
Location: India
Posts: 18

Rep: Reputation: 0
Unhappy Same Audio problem!!

I also have the same problem... sound card is not detected...
I searched with google and found something like this ->
http://www.linux.ie/pipermail/ilug/2...il/014156.html

i tried to install the alsa driver mentioned there....(alsa-driver-1.0.0rc1.tar.bz2)
but it shows like this


checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /home/kiran/Dnld/alsa-driver-1.0.0rc1
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.20-8smp/build
checking for kernel version... The file /lib/modules/2.4.20-8smp/build/include/linux/version.h does not exist.
Please, install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).


is it because i do not have full kernal package installed?
some other outputs->


[root@localhost winc]# /sbin/lspci
00:00.0 Host bridge: Intel Corp. 82865G [Springdale-G] Chipset Host Bridge (rev 02)
00:02.0 VGA compatible controller: Intel Corp. 82865G [Springdale-G] Chipset Integrated Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corp. 82801EB USB (Hub #1) (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801EB USB (Hub #2) (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801EB USB (Hub #3) (rev 02)
00:1d.3 USB Controller: Intel Corp. 82801EB USB EHCI Controller #2 (rev 02)
00:1d.7 USB Controller: Intel Corp. 82801EB USB EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corp. 82801EB ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801EB ICH5 IDE (rev 02)
00:1f.3 SMBus: Intel Corp. 82801EB SMBus (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801EB AC'97 Audio (rev 02)
03:08.0 Ethernet controller: Intel Corp. 82801EB (ICH5) PRO/100 VE Ethernet Controller (rev 02)



do i need to try this?
http://www.linuxfromscratch.org/blfs/view/stable/multimedia/alsa-driver.html
but i'm not an expert in that level. please help me!!!



==================================================================

i have redhat 9 and win xp professional dual booting IBM ThinkCentre machine with p1V 2.4 GHz, 512 MB DDR RAM..

 
Old 07-19-2004, 05:52 AM   #5
kiru
LQ Newbie
 
Registered: Apr 2003
Location: India
Posts: 18

Rep: Reputation: 0
some more outputs:
lsmod says like this ->

[root@localhost winc]# /sbin/lsmod
Module Size Used by Not tainted
nls_iso8859-1 3516 1 (autoclean)
nls_cp437 5148 1 (autoclean)
vfat 13196 1 (autoclean)
fat 40088 0 (autoclean) [vfat]
soundcore 7044 0 (autoclean)
i830 76000 18
agpgart 48608 12 (autoclean)
parport_pc 19204 1 (autoclean)
lp 9188 0 (autoclean)
parport 39072 1 (autoclean) [parport_pc lp]
autofs 13684 0 (autoclean) (unused)
iptable_filter 2412 0 (autoclean) (unused)
ip_tables 15864 1 [iptable_filter]
e100 62340 1
sg 37548 0 (autoclean)
sr_mod 18168 0 (autoclean)
ide-scsi 12432 0
scsi_mod 110520 3 [sg sr_mod ide-scsi]
ide-cd 35772 0
cdrom 34176 0 [sr_mod ide-cd]
keybdev 2976 0 (unused)
mousedev 5656 1
hid 22308 0 (unused)
input 6208 0 [keybdev mousedev hid]
usb-uhci 27404 0 (unused)
ehci-hcd 20456 0 (unused)
usbcore 82592 1 [hid usb-uhci ehci-hcd]
 
Old 07-19-2004, 06:09 AM   #6
kiru
LQ Newbie
 
Registered: Apr 2003
Location: India
Posts: 18

Rep: Reputation: 0
the module.conf


[root@localhost root]# more /etc/modules.conf
alias eth0 e100
alias usb-controller ehci-hcd
alias usb-controller1 usb-uhci
 
Old 07-19-2004, 06:23 AM   #7
kiru
LQ Newbie
 
Registered: Apr 2003
Location: India
Posts: 18

Rep: Reputation: 0
my /usr/src/redhat is almost empty. so do i need to upgrade linux with kernal compiling modules?

[root@localhost redhat]# du
4 ./BUILD
4 ./RPMS/athlon
4 ./RPMS/i386
4 ./RPMS/i486
4 ./RPMS/i586
4 ./RPMS/i686
4 ./RPMS/noarch
28 ./RPMS
4 ./SOURCES
4 ./SPECS
4 ./SRPMS
48 .
 
Old 07-19-2004, 06:32 AM   #8
kiru
LQ Newbie
 
Registered: Apr 2003
Location: India
Posts: 18

Rep: Reputation: 0
dmesg output is like this

[root@localhost 2.4.20-8]# dmesg
Linux version 2.4.20-8smp (bhcompile@porky.devel.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 SMP Thu Mar 13 17:45:54 EST 2003
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000001f770000 (usable)
BIOS-e820: 000000001f770000 - 000000001f77a000 (ACPI data)
BIOS-e820: 000000001f77a000 - 000000001f780000 (ACPI NVS)
BIOS-e820: 000000001f780000 - 0000000020000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
503MB LOWMEM available.
found SMP MP-table at 000f64e0
hm, page 000f6000 reserved twice.
hm, page 000f7000 reserved twice.
hm, page 0009f000 reserved twice.
hm, page 000a0000 reserved twice.
On node 0 totalpages: 128880
zone(0): 4096 pages.
zone(1): 124784 pages.
zone(2): 0 pages.
ACPI: Searched entire block, no RSDP was found.
ACPI: RSDP located at physical address c00f65a0
RSD PTR v0 [PTLTD ]
__va_range(0x1f7750c7, 0x68): idx=10 mapped at ffff5000
ACPI table found: RSDT v1 [PTLTD RSDT 1540.208]
__va_range(0x1f779e9d, 0x24): idx=10 mapped at ffff5000
__va_range(0x1f779e9d, 0x74): idx=10 mapped at ffff5000
ACPI table found: FACP v1 [IBM THINKCEN 1540.208]
__va_range(0x1f779f11, 0x24): idx=10 mapped at ffff5000
__va_range(0x1f779f11, 0x32): idx=10 mapped at ffff5000
ACPI table found: TCPA v1 [IBM THINKCEN 1540.208]
ACPI: Unsupported table TCPA
__va_range(0x1f779f43, 0x24): idx=10 mapped at ffff5000
__va_range(0x1f779f43, 0x5e): idx=10 mapped at ffff5000
ACPI table found: APIC v1 [PTLTD APIC 1540.208]
__va_range(0x1f779f43, 0x5e): idx=10 mapped at ffff5000
LAPIC (acpi_id[0x0000] id[0x0] enabled[1])
CPU 0 (0x0000) enabledProcessor #0 Pentium 4(tm) XEON(tm) APIC version 16

LAPIC (acpi_id[0x0001] id[0x1] enabled[1])
CPU 1 (0x0100) enabledProcessor #1 Pentium 4(tm) XEON(tm) APIC version 16

IOAPIC (id[0x2] address[0xfec00000] global_irq_base[0x0])
INT_SRC_OVR (bus[0] irq[0x9] global_irq[0x9] polarity[0x1] trigger[0x3])
LAPIC_NMI (acpi_id[0x0000] polarity[0x1] trigger[0x1] lint[0x1])
LAPIC_NMI (acpi_id[0x0001] polarity[0x1] trigger[0x1] lint[0x1])
2 CPUs total
Local APIC address fee00000
__va_range(0x1f779fa1, 0x24): idx=10 mapped at ffff5000
__va_range(0x1f779fa1, 0x28): idx=10 mapped at ffff5000
ACPI table found: BOOT v1 [PTLTD $SBFTBL$ 1540.208]
__va_range(0x1f779fc9, 0x24): idx=10 mapped at ffff5000
__va_range(0x1f779fc9, 0x37): idx=10 mapped at ffff5000
ACPI table found: SSDT v1 [PTLTD ACPIHT 1540.208]
Enabling the CPU's according to the ACPI table
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
OEM ID: IBM Product ID: THINKCEN APIC at: 0xFEE00000
I/O APIC #2 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
Processors: 2
IBM machine detected. Enabling interrupts during APM calls.
Kernel command line: ro root=LABEL=/ hdd=ide-scsi
ide_setup: hdd=ide-scsi
Initializing CPU#0
Detected 2394.041 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 4771.02 BogoMIPS
Memory: 502200k/515520k available (1480k kernel code, 10756k reserved, 1094k data, 156k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: bfebfbff 00000000 00000000 00000000
CPU: Common caps: bfebfbff 00000000 00000000 00000000
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: bfebfbff 00000000 00000000 00000000
CPU: Common caps: bfebfbff 00000000 00000000 00000000
CPU0: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 09
per-CPU timeslice cutoff: 1462.29 usecs.
task migration cache decay timeout: 10 msecs.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Booting processor 1/1 eip 2000
Initializing CPU#1
masked ExtINT on CPU#1
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Calibrating delay loop... 4784.12 BogoMIPS
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
Intel machine check reporting enabled on CPU#1.
CPU: After generic, caps: bfebfbff 00000000 00000000 00000000
CPU: Common caps: bfebfbff 00000000 00000000 00000000
CPU1: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 09
Total of 2 processors activated (9555.14 BogoMIPS).
cpu_sibling_map[0] = 1
cpu_sibling_map[1] = 0
ENABLING IO-APIC IRQs
Setting 2 in the phys_id_present_map
...changing IO-APIC physical APIC ID to 2 ... ok.
init IO_APIC IRQs
IO-APIC (apicid-pin) 2-0, 2-3, 2-5, 2-9, 2-10, 2-11, 2-21, 2-22 not connected.
..TIMER: vector=0x31 pin1=-1 pin2=0
...trying to set up timer (IRQ0) through the 8259A ...
..... (found pin 0) ...works.
number of MP IRQ sources: 21.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................

IO APIC #2......
.... register #00: 02000000
....... : physical APIC id: 02
.... register #01: 00178020
....... : max redirection entries: 0017
....... : PRQ implemented: 1
....... : IO APIC version: 0020
.... register #02: 00178020
....... : arbitration: 00
An unexpected IO-APIC was found. If this kernel release is less than
three months old please report this to linux-smp@vger.kernel.org
.... IRQ redirection table:
NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
00 0FF 0F 0 0 0 0 0 1 1 31
01 0FF 0F 0 0 0 0 0 1 1 39
02 000 00 1 0 0 0 0 0 0 00
03 000 00 1 0 0 0 0 0 0 00
04 0FF 0F 0 0 0 0 0 1 1 41
05 000 00 1 0 0 0 0 0 0 00
06 0FF 0F 0 0 0 0 0 1 1 49
07 0FF 0F 0 0 0 0 0 1 1 51
08 0FF 0F 0 0 0 0 0 1 1 59
09 000 00 1 0 0 0 0 0 0 00
0a 000 00 1 0 0 0 0 0 0 00
0b 000 00 1 0 0 0 0 0 0 00
0c 0FF 0F 0 0 0 0 0 1 1 61
0d 0FF 0F 0 0 0 0 0 1 1 69
0e 0FF 0F 0 0 0 0 0 1 1 71
0f 0FF 0F 0 0 0 0 0 1 1 79
10 0FF 0F 1 1 0 1 0 1 1 81
11 0FF 0F 1 1 0 1 0 1 1 89
12 0FF 0F 1 1 0 1 0 1 1 91
13 0FF 0F 1 1 0 1 0 1 1 99
14 0FF 0F 1 1 0 1 0 1 1 A1
15 000 00 1 0 0 0 0 0 0 00
16 000 00 1 0 0 0 0 0 0 00
17 0FF 0F 1 1 0 1 0 1 1 A9
IRQ to pin mappings:
IRQ0 -> 0:0
IRQ1 -> 0:1
IRQ2 -> 0:2
IRQ4 -> 0:4
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
IRQ16 -> 0:16
IRQ17 -> 0:17
IRQ18 -> 0:18
IRQ19 -> 0:19
IRQ20 -> 0:20
IRQ23 -> 0:23
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 2394.0204 MHz.
..... host bus clock speed is 199.5012 MHz.
cpu: 0, clocks: 1995012, slice: 665004
CPU0<T0:1995008,T1:1330000,D:4,S:665004,C:1995012>
cpu: 1, clocks: 1995012, slice: 665004
CPU1<T0:1995008,T1:664992,D:8,S:665004,C:1995012>
checking TSC synchronization across CPUs: passed.
Starting migration thread for cpu 0
smp_num_cpus: 2.
Starting migration thread for cpu 1
PCI: PCI BIOS revision 2.10 entry at 0xfd98d, last bus=3
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Ignoring BAR0-3 of IDE controller 00:1f.1
Transparent bridge - Intel Corp. 82801BA/CA/DB PCI Bridge
PCI: Discovered primary peer bus 01 [IRQ]
PCI: Using IRQ router PIIX [8086/24d0] at 00:1f.0
PCI->APIC IRQ transform: (B0,I2,P0) -> 16
PCI->APIC IRQ transform: (B0,I29,P0) -> 16
PCI->APIC IRQ transform: (B0,I29,P1) -> 19
PCI->APIC IRQ transform: (B0,I29,P2) -> 18
PCI->APIC IRQ transform: (B0,I29,P0) -> 16
PCI->APIC IRQ transform: (B0,I29,P3) -> 23
PCI->APIC IRQ transform: (B0,I31,P0) -> 40
PCI->APIC IRQ transform: (B0,I31,P1) -> 17
PCI->APIC IRQ transform: (B0,I31,P1) -> 17
PCI->APIC IRQ transform: (B3,I8,P0) -> 20
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
apm: disabled - APM is not SMP safe.
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS0 at 0x03f8 (irq = 4) is a 16550A
Real Time Clock Driver v1.10e
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH5: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
ICH5: chipset revision 2
ICH5: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1810-0x1817, BIOS settings: hdaMA, hdbio
ide1: BM-DMA at 0x1818-0x181f, BIOS settings: hdcMA, hddMA
hda: IC35L060AVV207-0, ATA DISK drive
blk: queue c0453420, I/O limit 4095Mb (mask 0xffffffff)
hdc: SAMSUNG CD-ROM SC-148C, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST RW/DVD GCC-4480B, ATAPI CD/DVD-ROM drive
hdc: Disabling (U)DMA for SAMSUNG CD-ROM SC-148C
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: host protected area => 1
hda: setmax_ext LBA 78156288, native 73152210
hda: 73152210 sectors (37454 MB) w/1821KiB Cache, CHS=4553/255/63, UDMA(100)
ide-floppy driver 0.99.newide
Partition check:
hda: hda1 hda2 < hda5 hda6 >
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 32768)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 86k freed
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 156k freed
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
PCI: Setting latency timer of device 00:1d.7 to 64
ehci-hcd 00:1d.7: PCI device 8086:24dd (Intel Corp.)
ehci-hcd 00:1d.7: irq 23, pci mem e0029000
usb.c: new USB bus registered, assigned bus number 1
ehci-hcd 00:1d.7: enabled 64bit PCI DMA
PCI: 00:1d.7 PCI cache line size set incorrectly (0 bytes) by BIOS/FW.
PCI: 00:1d.7 PCI cache line size corrected to 128.
ehci-hcd 00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Jan-22
hub.c: USB hub found
hub.c: 8 ports detected
usb-uhci.c: $Revision: 1.275 $ time 17:50:55 Mar 13 2003
usb-uhci.c: High bandwidth mode enabled
PCI: Setting latency timer of device 00:1d.0 to 64
usb-uhci.c: USB UHCI at I/O 0x1820, IRQ 16
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Setting latency timer of device 00:1d.1 to 64
usb-uhci.c: USB UHCI at I/O 0x1840, IRQ 19
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 3
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Setting latency timer of device 00:1d.2 to 64
usb-uhci.c: USB UHCI at I/O 0x1860, IRQ 18
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 4
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Setting latency timer of device 00:1d.3 to 64
usb-uhci.c: USB UHCI at I/O 0x1880, IRQ 16
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 5
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
hub.c: new USB device 00:1d.1-2, assigned address 2
usb-uhci.c: interrupt, status 2, frame# 598
input0: USB HID v1.00 Mouse [04b3:310b] on usb3:2.0
hdc: ATAPI 48X CD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.12
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: HL-DT-ST Model: RW/DVD GCC-4480B Rev: 1.00
Type: CD-ROM ANSI SCSI revision: 02
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
ip_tables: (C) 2000-2002 Netfilter core team
ip_tables: (C) 2000-2002 Netfilter core team
Intel(R) PRO/100 Network Driver - version 2.1.29-k2
Copyright (c) 2002 Intel Corporation

e100: selftest OK.
divert: allocating divert_blk for eth0
e100: eth0: Intel(R) PRO/100 VE Network Connection
Hardware receive checksums enabled

e100: eth0 NIC Link is Up 100 Mbps Full duplex
ip_tables: (C) 2000-2002 Netfilter core team
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
lp0: console ready
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 431M
agpgart: Detected an Intel(R) 865G Chipset.
agpgart: Detected 8060K stolen memory.
agpgart: AGP aperture is 128M @ 0xf0000000
memory : dd2fa980
memory : dd2fa900
memory : dd2fa880
memory : dd2fa800
[drm] AGP 0.99 on Intel i810 @ 0xf0000000 128MB
[drm] Initialized i830 1.3.2 20021108 on minor 0
mtrr: base(0xf0000000) is not aligned on a size(0x300000) boundary
memory : dd2fa700
memory : dd2fa680
memory : dd2fa600
memory : dd2fa580
memory : dd2fa500
 
Old 07-19-2004, 11:10 AM   #9
usmanmr
LQ Newbie
 
Registered: Jul 2004
Location: Faisalabad, Pakistan
Distribution: RedHat
Posts: 3

Original Poster
Rep: Reputation: 0
@Kiru Can u please mail me those drivers...maybe the work on my machine

I tried to dload them but whenever i click on the ftp link my browser displays error that Host Name was not found
Please Mail me

Thanx
 
Old 07-19-2004, 02:41 PM   #10
kiru
LQ Newbie
 
Registered: Apr 2003
Location: India
Posts: 18

Rep: Reputation: 0
ALSA drivers are here -
http://www.alsa-project.org/
i'm going to experiment with those files..

i'm trying to configure my problem.. if successful, i'll post it here... by the time, i hope some experts will help us.
best of luck!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sound card detection partofme Linux - Hardware 3 09-20-2005 04:05 PM
sound card detection computer eye Linux - Hardware 8 08-15-2005 05:18 PM
Sound card detection () Igor007 Linux - Hardware 5 09-09-2004 02:12 PM
Sound card detection doralsoral Linux - Hardware 1 10-12-2003 12:12 PM
non-detection of sound card tuxfood Linux - Hardware 1 08-28-2003 04:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration