Skip to Content.
Sympa Menu

baslinux - [BL] Sound (was Re: DSL question)

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "Sheldon Isaac" <SheldonIsaac AT MyRealBox.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: [BL] Sound (was Re: DSL question)
  • Date: Fri, 30 Dec 2005 15:04:14 -0500

On 30 Dec 2005 at 19:41, sindi keesan wrote:

> On Fri, 30 Dec 2005, Sheldon Isaac wrote:
>
> > On 29 Dec 2005 at 17:45, sindi keesan wrote:
> >> Have you tried the same setup with Steven's 2.2.26 kernel and Christof's
> >> sound package for BL3?

> > Cleared out C:\baslin, unzipped bl3-32.zip, copied Steven's 2.2.26 kernel
> > into that directory, and booted it with loadlin.
> > And did install-to-hd to /dev/hda8
>
> Do you have the 2.2.26 modules that he also posted with the kernel?
> You will need all the modules referred to by Christof except for
> soundlow.o (which 2.2.26 combined with some other module).

I got the ones from
http://www.basiclinux.com.ru/add-ons/2_2_26/modules/misc/

I _think_ I put them in the correct place, /lib/modules/2/2/26/misc ?

> I think he included a script to insmod them all. You may need to
> fiddle with the irq and possible the io numbers.

/etc/rc is below. comments welcomed

Thanks,

Sheldon Isaac


> If you have DOS,
> you can get a DOS diagnostic program for SB16 at my website that will
> give you the io, irq and dma values (but you need more than this to
> make AWE work in linux)
>
> http://keesan.freeshell.org/bl/diagnose.exe

=============
#!/bin/sh
PATH=/sbin:/usr/sbin:/bin:/usr/bin
swapon -a
sync
e2fsck -pf /dev/hda8 2>/dev/null
## mount -avt nonfs
hostname BasicLinux
ifconfig lo 127.0.0.1
route add -net 127.0.0.0 netmask 255.0.0.0 lo

insmod vfat
mount -avt nonfs

###########

insmod soundcore
insmod sound
insmod uart401
insmod sb io=0x220 irq=10 dma=1

###########

##_ACTIVATE_CD_DRIVE_##
insmod cdrom
insmod ide-cd
insmod isofs

####_ACTIVATE_PCMCIA_####
# /etc/pcmcia/start

insmod rtl8139
###_ACTIVATE ETHERNET_###
ifconfig eth0 192.168.1.2 up

##_ACTIVATE_PPP_##
insmod slhc
insmod ppp

## setterm -foreground white -bold on
setterm -bold

cat /etc/issue







Archive powered by MHonArc 2.6.24.

Top of Page