LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-06-2003, 02:32 PM   #1
moojuece
Member
 
Registered: Jul 2003
Location: mpls,mn
Distribution: Slackware,SuSE OpenExchange
Posts: 41

Rep: Reputation: 15
module loading


Ok….easy one….on my laptop running slackware 9.0 I get errors every time I boot because it is trying to load the joystick port of my sound card and my sound card has none….i know I have the right sound card selected….i recompiled my kernel to remove joystick support in the sound section and it still does this….what do I need to do to keep this piece of the module from trying to load?
Running kernel 2.4.20
Slackware 9.0
IBM ThinkPad a22m
Cs46xx is the soundcard module
 
Old 08-06-2003, 03:23 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Could you please post the output of

lspci -v

for more detail? ;)

Cheers,
Tink
 
Old 08-06-2003, 03:34 PM   #3
moojuece
Member
 
Registered: Jul 2003
Location: mpls,mn
Distribution: Slackware,SuSE OpenExchange
Posts: 41

Original Poster
Rep: Reputation: 15
here you go


00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
Flags: bus master, medium devsel, latency 64
Memory at f8000000 (32-bit, prefetchable) [size=64M]
Capabilities: [a0] AGP version 1.0

00:01.0 PCI bridge: Intel Corp. 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=64
I/O behind bridge: 00002000-00002fff
Memory behind bridge: f4200000-f5ffffff

00:02.0 CardBus bridge: Texas Instruments PCI1450 (rev 03)
Subsystem: IBM: Unknown device 0130
Flags: bus master, medium devsel, latency 168, IRQ 11
Memory at 50000000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=02, subordinate=04, sec-latency=176
Memory window 0: 10000000-103ff000 (prefetchable)
Memory window 1: 10400000-107ff000
I/O window 0: 00004000-000040ff
I/O window 1: 00004400-000044ff
16-bit legacy interface ports at 0001

00:02.1 CardBus bridge: Texas Instruments PCI1450 (rev 03)
Subsystem: IBM: Unknown device 0130
Flags: bus master, medium devsel, latency 168, IRQ 11
Memory at 50100000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=05, subordinate=07, sec-latency=176
Memory window 0: 10800000-10bff000 (prefetchable)
Memory window 1: 10c00000-10fff000
I/O window 0: 00004800-000048ff
I/O window 1: 00004c00-00004cff
16-bit legacy interface ports at 0001

00:03.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 0c)
Subsystem: Intel Corp. EtherExpress PRO/100 SP Mobile Combo Adapter
Flags: bus master, medium devsel, latency 66, IRQ 11
Memory at f4120000 (32-bit, non-prefetchable) [size=4K]
I/O ports at 1800 [size=64]
Memory at f4100000 (32-bit, non-prefetchable) [size=128K]
Expansion ROM at <unassigned> [disabled] [size=64K]
Capabilities: [dc] Power Management version 2

00:03.1 Serial controller: Lucent Microelectronics LT WinModem (rev 01) (prog-if 00 [8250])
Subsystem: Intel Corp.: Unknown device 2205
Flags: medium devsel, IRQ 11
I/O ports at 1840 [size=8]
Memory at f4121000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [dc] Power Management version 2

00:05.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator] (rev 01)
Subsystem: IBM: Unknown device 0153
Flags: bus master, slow devsel, latency 64, IRQ 11
Memory at f4122000 (32-bit, non-prefetchable) [size=4K]
Memory at f4000000 (32-bit, non-prefetchable) [size=1M]
Capabilities: [40] Power Management version 2

00:07.0 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
Flags: bus master, medium devsel, latency 0

00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01) (prog-if 80 [Master])
Flags: bus master, medium devsel, latency 64
I/O ports at 1850 [size=16]

00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01) (prog-if 00 [UHCI])
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at 1860 [size=32]

00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 03)
Flags: medium devsel, IRQ 9

01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64) (prog-if 00 [VGA])
Subsystem: IBM ThinkPad A20m
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 f4200000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at <unassigned> [disabled] [size=128K]
Capabilities: [50] AGP version 1.0
Capabilities: [5c] Power Management version 1
 
Old 08-06-2003, 03:41 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
From my understanding there should be
two distinct modules, one for sound, one
for joystick... so you should be able to
either recompile your kernel with the
gameport for the cs46xx disabled, or
blacklist the joystick driver in
/etc/hotplug/blacklist

Cheers,
Tink
 
Old 08-06-2003, 03:45 PM   #5
moojuece
Member
 
Registered: Jul 2003
Location: mpls,mn
Distribution: Slackware,SuSE OpenExchange
Posts: 41

Original Poster
Rep: Reputation: 15
have already compiled the kernel with joystick disabled, i will try the blacklist....thanks....
 
Old 08-06-2003, 04:00 PM   #6
LinFreak!
Member
 
Registered: Jul 2003
Location: England
Distribution: slack9.1
Posts: 209

Rep: Reputation: 30
Excellent! Thanks Tink! at last i have got rid of the nasty messages at boot telling me i havent got 8139cp (mine's 8139too)....

/etc/hotplug/blacklist.... hmmm why are pci devices loaded using usb loader? is hotplug daemon handling all hardware then?

cheers:~]
 
Old 08-06-2003, 04:09 PM   #7
moojuece
Member
 
Registered: Jul 2003
Location: mpls,mn
Distribution: Slackware,SuSE OpenExchange
Posts: 41

Original Poster
Rep: Reputation: 15
hot damn!!! did the trick!!!
thanks again.....you rock!!!
 
Old 08-06-2003, 04:16 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Pleasure mate :}

If it's not TOO much effort, how about an affero?
<hint><hint> ;)

Cheers,
Tink
 
  


Reply



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
module loading supervillan Linux - Newbie 4 10-16-2004 06:07 AM
'Invalid module format' loading simple module on Suse Linux Professional 9.1 rocketdude Linux - Distributions 3 07-27-2004 11:40 PM
Finding Module Dependencies...(Still loading...still loading..still loading..HANG!!!) Aeudian Linux - General 3 08-11-2003 03:31 PM
Finding Module Dependencies.....(still loading....Still loading....still loading) Aeudian Linux - Newbie 1 07-28-2003 02:27 PM
module loading? chuchu5 Linux - Newbie 3 01-27-2002 10:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:45 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