Results 1 to 6 of 6

Thread: Hardware Support is Lacking

  1. #1
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Hardware Support is Lacking

    ATT: Hardware & Booting

    Knoppix 703 LiveCD boots on this hp desktop pavilion, but has NO sound support. Relevant hardware information:

    256MB RAM
    Rage PRO Turbo AGP 2X
    Creative Labs-CT4520-sound blaster 16-bit ISA sound card

    Code:
    knoppix@Microknoppix:~$ sudo lspci -v
    00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
        Flags: bus master, medium devsel, latency 32
        Memory at f8000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [a0] AGP version 1.0
        Kernel driver in use: agpgart-intel
    
    00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03) (prog-if 00 [Normal decode])
        Flags: bus master, 66MHz, medium devsel, latency 128
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
        I/O behind bridge: 00002000-00002fff
        Memory behind bridge: f4100000-f5ffffff
        Prefetchable memory behind bridge: 10000000-100fffff
    
    00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
        Flags: bus master, medium devsel, latency 0
    
    00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
        Flags: bus master, medium devsel, latency 32
        [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
        [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
        [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
        [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
        I/O ports at 1050 [size=16]
        Kernel driver in use: ata_piix
    
    00:07.2 USB controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
        Flags: bus master, medium devsel, latency 32, IRQ 11
        I/O ports at 1060 [size=32]
        Kernel driver in use: uhci_hcd
    
    00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
        Flags: medium devsel, IRQ 9
    
    00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller
        Flags: bus master, medium devsel, latency 32, IRQ 11
        I/O ports at 1400 [size=256]
        Memory at f4000000 (32-bit, non-prefetchable) [size=512]
        Capabilities: [50] Power Management version 2
        Kernel driver in use: rtl8180
    
    00:0b.0 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 50) (prog-if 00 [UHCI])
        Subsystem: First International Computer, Inc. VA-502 Mainboard
        Flags: bus master, medium devsel, latency 32, IRQ 10
        I/O ports at 1080 [size=32]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: uhci_hcd
    
    00:0b.1 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 50) (prog-if 00 [UHCI])
        Subsystem: First International Computer, Inc. VA-502 Mainboard
        Flags: bus master, medium devsel, latency 32, IRQ 11
        I/O ports at 10a0 [size=32]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: uhci_hcd
    
    00:0b.2 USB controller: VIA Technologies, Inc. USB 2.0 (rev 51) (prog-if 20 [EHCI])
        Subsystem: First International Computer, Inc. Device 1234
        Flags: bus master, medium devsel, latency 32, IRQ 11
        Memory at f4000400 (32-bit, non-prefetchable) [size=256]
        Capabilities: [80] Power Management version 2
        Kernel driver in use: ehci_hcd
    
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 3D Rage Pro AGP 1X/2X (rev 5c) (prog-if 00 [VGA controller])
        Subsystem: Advanced Micro Devices [AMD] nee ATI Rage Pro Turbo AGP 2X
        Flags: bus master, stepping, medium devsel, latency 66, IRQ 11
        Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
        I/O ports at 2000 [size=256]
        Memory at f4100000 (32-bit, non-prefetchable) [size=4K]
        [virtual] Expansion ROM at 10000000 [disabled] [size=128K]
        Capabilities: [50] AGP version 1.0
    
    knoppix@Microknoppix:~$
    Can this missing sound problem be fixed?

    THX
    luther

  2. #2
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    I think you have got a SoundBlaster AWE64 soundcard. Therefore I would try to load the kernel module snd-sbawe.
    Code:
    sudo modprobe snd-sbawe
    The command
    Code:
    cat /proc/asound/cards
    should show your soundcard if the right kernel module has been loaded.

  3. #3
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    Solved

    Quote Originally Posted by klaus2008 View Post
    I would try to load the kernel module snd-sbawe.
    Thanks klaus2008!

    Code:
    knoppix@Microknoppix:~$ sudo modprobe snd-sbawe
    knoppix@Microknoppix:~$ cat /proc/asound/cards
     0 [S16            ]:
     SB AWE - Sound Blaster 16
     Sound Blaster 16 at 0x220, irq 5, dma 1&5
    knoppix@Microknoppix:~$

  4. #4
    Senior Member
    Join Date
    Feb 2012
    Posts
    146

    survive boot

    Quote Originally Posted by klaus2008 View Post
    I think you have got a SoundBlaster AWE64 soundcard. Therefore I would try to load the kernel module snd-sbawe.
    Code:
    sudo modprobe snd-sbawe
    Hi,
    Q: How can this kernel module survive a reboot? It is functional and a startup script is needed, that works!

    luther

  5. #5
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    Hi luther,

    I would add the name of the module to the configuration file /etc/modules.

  6. #6
    Senior Member
    Join Date
    Feb 2012
    Posts
    146
    Quote Originally Posted by klaus2008 View Post

    I would add the name of the module to the configuration file /etc/modules.
    Hi,
    Adding the module name 'snd-sbawe' to referenced cfg file on Knoppix 5.1.1 LiveUSB had NO effect,
    neither did 'sudo modprobe snd-sbawe', which does enable sound, when used on CLI.

    Please HELP!

    luther

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell Precision T3600 XEON E5-1607 3.0GHz 16GB RAM 500GB HD WIN10 Pro Workstation picture

Dell Precision T3600 XEON E5-1607 3.0GHz 16GB RAM 500GB HD WIN10 Pro Workstation

$99.00



Dell Poweredge R440 2x Xeon Silver 4110 SR3GH 32GB RAM No Drives Server picture

Dell Poweredge R440 2x Xeon Silver 4110 SR3GH 32GB RAM No Drives Server

$349.99



HP Z2 Mini G3 Workstation Xeon E3-1225 V5 8GB RAM 256GB SSD Used No OS picture

HP Z2 Mini G3 Workstation Xeon E3-1225 V5 8GB RAM 256GB SSD Used No OS

$140.00



Dell PowerEdge R730 2x E5-2699V3 2.3Ghz 36 Core 128GB RAM H730 X520-I350 2x750W picture

Dell PowerEdge R730 2x E5-2699V3 2.3Ghz 36 Core 128GB RAM H730 X520-I350 2x750W

$329.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$3.96



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$37.99



Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7 picture

Genuine Intel Xeon E5-2680V4 2.40Ghz 14-Core 35MB LGA2011 CPU P/N: SR2N7

$14.99



Intel Xeon E5-2690 v2 10-Core 3.0GHz 25M 8GTs LGA2011 Server CPU Processor SR1A5 picture

Intel Xeon E5-2690 v2 10-Core 3.0GHz 25M 8GTs LGA2011 Server CPU Processor SR1A5

$17.99



Dell Poweredge R730xd LFF 14-Bay 2U Server | Choose Your CPU & RAM Config picture

Dell Poweredge R730xd LFF 14-Bay 2U Server | Choose Your CPU & RAM Config

$474.99



Intel Xeon E5-2697 v4 2.3GHz 18-Core Processor CPU LGA2011 SR2JV picture

Intel Xeon E5-2697 v4 2.3GHz 18-Core Processor CPU LGA2011 SR2JV

$49.99