p-chan
September 10th, 2003, 15:29
Rather then resurecting this thread I'll just start another.
http://screamingelectron.org/phpBB2/viewtopic.php?t=592

For those who are lazy like me and don't feel like clicking that link I was running 5.1 on my old Dell Latitude CPi and having problems with getting the os to detect my sound card. I've since switched to 4.8 and I am stil haveing the same problems.

Right now the I have these lines in the kernel config as per the freebsd handbook:

options PNPBIOS
device pcm
device csa

I've also tryed all of the non-pnp combinations suggested in the previous thread and a few more that I found on google. I've tryed it using device sbc, with and wihh out pnpbios, and the list goes on.

Heres the current dmesg with options PNPBIOS:

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.8-RELEASE #6: Fri Aug 15 18:32:13 EDT 2003
root@BlooBlah.my.domain:/usr/src/sys/compile/GENERIC
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (267.27-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x652 Stepping = 2
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE, CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory = 67043328 (65472K bytes)
avail memory = 59682816 (58284K bytes)
Preloaded elf kernel "kernel" at 0xc0574000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 5 entries at 0xc00fb940
apm0: <APM BIOS> on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443BX host to PCI bridge (AGP disabled)> on motherboard
pci0: <PCI bus> on pcib0
pci0: <NeoMagic MagicGraph 128XD SVGA controller> at 2.0 irq 11
pcic0: <TI PCI-1131 PCI-CardBus Bridge> irq 11 at device 3.0 on pci0
pcic0: PCI Memory allocated: 0x88000000
pcic0: TI113X PCI Config Reg: [ring enable][speaker enable][CSC serial isa irq]
pccard0: <PC Card 16-bit bus (classic)> on pcic0
pcic1: <TI PCI-1131 PCI-CardBus Bridge> irq 11 at device 3.1 on pci0
pcic1: PCI Memory allocated: 0x88001000
pcic1: TI113X PCI Config Reg: [ring enable][speaker enable][CSC serial isa irq]
pccard1: <PC Card 16-bit bus (classic)> on pcic1
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0x860-0x86f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xece0-0xecff irq 11 at device 7.2 on pci0
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
chip1: <Intel 82371AB Power management controller> port 0x840-0x84f at device 7.3 on pci0
orm0: <Option ROM> at iomem 0xc0000-0xcbfff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
unknown: <PNP0c01> can't assign resources
unknown: <PNP0000> can't assign resources
unknown: <PNP0303> can't assign resources
unknown: <PNP0f13> can't assign resources
unknown: <PNP0501> can't assign resources
unknown: <SMCf010> can't assign resources
unknown: <PNP0401> can't assign resources
unknown: <CSC0000> can't assign resources
unknown: <PNP0700> can't assign resources
ad0: 5729MB <HITACHI_DK23AA-60> [12416/15/63] at ata0-master UDMA33
acd0: CDROM <SAMSUNG CD-ROM SN-124> at ata1-master PIO4
Mounting root from ufs:/dev/ad0s1a


andy

hugh nicks
September 10th, 2003, 19:29
/usr/src/sys/compile/GENERIC

just curious...you said you added some options into your kernel, but it's still showing that you're booting the generic kernel. did you just call it the same thing?

-hn

p-chan
September 10th, 2003, 19:56
yeah I didn't bother to rename it.

andy

ealwen
September 10th, 2003, 22:16
How about this link? Anything useful for you?

http://tuxmobil.org/mylaptops.html