Messages in this thread |  | | From | usenet@zeus ... | Date | Wed, 12 Jun 1996 17:33:46 GMT |
| |
Newsgroups: hannet.ml.linux.rutgers.linux-kernel Path: usenet From: marc@zeus.han.de (Marc Neitzner) Subject: Re: /dev/sbpcd and linux-2.0 problem partially solved. Content-Type: Text/Plain; charset=US-ASCII X-Newsreader: WinVN 0.99.8 (beta 2) Sender: usenet@zeus.han.de Nntp-Posting-Host: poseidon.han.de Organization: Incredible Organisation Message-ID: <DswE49.4Br@zeus.han.de> References: <m0uThH8-001ZAAC@iceonline.com> Mime-Version: 1.0 Date: Wed, 12 Jun 1996 17:33:44 GMT
Hi,
>Regarding my previous message about linux-2.0 and sbpcd; I don't know what's >wrong yet but I made it work. When I boot from LILO with "sbpcd=230, >Soundblaster" option (as I've always done before), CD-ROM doesn't get >mounted. That's what I get:
>Jun 11 20:28:54 borg kernel: sbpcd-0 [01]: sbpcd.c v4.4 Eberhard Moenkeberg ><emoenke@gwdg.de> >Jun 11 20:28:54 borg kernel: sbpcd-0 [02]: Scanning 0x230 (LaserMate)... >Jun 11 20:28:54 borg kernel: sbpcd-0 [03]: Drive 0 (ID=0): CR-562 (0.80) at >0x230 (type 0)
Your option is written wrong ! Try "SoundBlaster" and not "Soundblaster" ! ~ ~ Maybe the driver is confused about the wrong option.
But the best way is configure your "/usr/src/linux/include/linux/sbpcd.h" for your needs. It' quite simple. As you seems to have a real SoundBlaster with exactly one CDROM connected, you've to use the following options in "sbpcd.h"
#if !(SBPCD_ISSUE-1) /* first (or if you have only one) interface board: */ #define CDROM_PORT 0x230 /* <-----------<< port address */ #define SBPRO 1 /* <-----------<< interface type */ #define MAX_DRIVES 1 /* set to 1 if the card does not use "drive select" */ #define SOUND_BASE 0x220 /* <-----------<< sound address of this card or 0 */ #endif
But have a look at the documentation in sbpcd.h, it's more than complete
Marc
-- ___________________________________________________________________________ Marc Neitzner | marc@zeus.han.de | Tel.: 0511-2714507 Alte Ziegelei 7 | neitzner@rvs.uni-hannover.de | Fax : 0511-2714537 30419 Hannover | |
|  |