NetAdminTools.com
 
SignalQ Sites:
L1G3R Information Systems - Coprolite - SpotBridge - NAW
RoboCoop - AreWeDown - SysAdminTools
Xfig - Gold Loaf - GeekPapa - FixGMC - FixRambler
Categories:
GNU/Linux | Homebrew designs | Perl | Ruby | Administration | Backup/Recovery | Bugs/Fixes | Certification | Database | Email | File/Print | Hardware | Information Grab Bag | Interoperability | GNU/Linux ABCs | Monitoring | Name Resolution | Network Services | Networking | Remote Control | Security | Desktop | Web | BSD | Solaris | GIAGD | ERP | REALbasic

Last 30 Days | Last 60 Days | Last 90 Days | All Articles | RSS


Categories:
·GNU/Linux
·Homebrew designs
·Perl
·Ruby
·Administration
·Backup/Recovery
·Bugs/Fixes
·Certification
·Database
·Email
·File/Print
·Hardware
·Information Grab Bag
·Interoperability
·GNU/Linux ABCs
·Monitoring
·Name Resolution
·Network Services
·Networking
·Remote Control
·Security
·Desktop
·Web
·BSD
·Solaris
·GIAGD
·ERP
·REALbasic
·All Categories


Fun With Modules
Topic:GNU/Linux   Date: 2002-08-12
Printer Friendly: Print   

spacerspacer
<<  <   >  >>

Subject

We ran into a couple of interesting problems with modules. The first one dealt with SCSI emulation with IDE drives. You need SCSI emulation if you want to write to your IDE CD-ROM with Linux tools. In the past, we have recompiled the kernel with SCSI emulation, but it is so much easier if you can use modules after the fact. If you use lilo, you need to put the line:

append="hdc=ide-scsi"
in the global section of lilo.conf to make sure that SCSI emulation loads correctly. Change hdc to the device name of the IDE CD-ROM.

Another interesting module problem we ran into was on one of our really old nasty boxes that uses a SoundBlaster Pro card with a proprietary CD-ROM. Now, the old Monkey Linux kernel we compiled worked fine. Unfortunately, we need to use the fancy new I2C stuff, and can no longer use a 2.0 kernel. Well, after a lot of shenanigans to get ZipSlack on to our 170 MB Connor drive, we could no longer see the CD-ROM. It turns out that the newer builds of the CD-ROM module (sbpcd) don't search for 0x230, the I/O port that our card is set to. The fix is to add a line to modules.conf:

options sbpcd sbpcd=0x230,1
When kerneld tries to load the sbpcd module when needed, it will try the correct I/O port and successfully load.
People:
Places:
Things:
Times:





Please read our Terms of Use and our Privacy Policy
Microsoft, Windows, Windows XP, Windows 2003, Windows 2000, and NT are either trademarks or registered trademarks of Microsoft Corporation. NetAdminTools.com is not affiliated with Microsoft Corporation. Linux is a registered trademark of Linus Torvalds, and refers to the Linux kernel. The operating system of most distributions that contain the Linux kernel is GNU/Linux. All logos and trademarks in this site are property of their respective owner. Copyright 1997-2011 NetAdminTools.com