Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 22:01:52 -0700
From:      "Crist J . Clark" <cjclark@reflexnet.net>
To:        Kevin Oberman <oberman@es.net>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: The Dreaded ThinkPad
Message-ID:  <20000803220152.A66052@184.215.6.64.reflexcom.com>
In-Reply-To: <200008012107.e71L7HU32224@ptavv.es.net>; from oberman@es.net on Tue, Aug 01, 2000 at 02:07:17PM -0700
References:  <20000801114156.A48000@184.215.6.64.reflexcom.com> <200008012107.e71L7HU32224@ptavv.es.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii

On Tue, Aug 01, 2000 at 02:07:17PM -0700, Kevin Oberman wrote:
> Crist,
> 
> The 600E is a nice FreeBSD box. I would recommend the following:
> Set the IRQ on the NIC to 9. Set the pcic to polling. Sound uses pcm0
> AND pcm1. But the devices should be /dev/snd1.
> 
> Network is fine. Sound is great. Realplayer sounds much better on
> FreeBSD than on Windows 98. I have a Xircom, so your device
> specification would be different.

I just want to thank everyone who offered help on this thread. I've
got the machine running at about 95%. For the sake of the mail
archive, I have attached my kernel configuration and the dmesg.

But I do have two questions. The sound works, but I don't seem to have
any ability to use an equalizer, treble-bass levels, or anything
sophisticated like that. You mention your Realplayer is better on
FreeBSD than Win98. Does mean that you have this ability? How did you
get it?

Second, what kind of Xircom do you have? I have the CE2 card, and it
still does not work. pccardd picks it up just fine, but it just
doesn't work. If I tcpdump on it, I get some funky packets. If I try
too keep using it, eventually I start to get errors about filled up
buffers. Neither the BNC or UTP connectors works. No link lights on
the connectors either. This is observed on more than one machine and
more than one network.

Anyway, that's another thread when I need to get that card
working. Thanks for the help on the Thinkpad.
-- 
Crist J. Clark                           cjclark@alum.mit.com

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=SEC-MOBILE

#
# SEC-MOBILE - 2000/07/31, cclark
#
# Configuration for IBM ThinkPad 600E, PII.
#

machine		i386
cpu		I686_CPU
ident		SEC-MOBILE
maxusers	32

#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
#options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
#options		ICMP_BANDLIM		#Rate limit bad replies
#options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

options		PNPBIOS			# Might be required for sound

device		isa
device		pci

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0

# ATA and ATAPI devices
#device		ata0	at isa? port IO_WD1 irq 14
#device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk			# ATA disk drives
device		atapicd			# ATAPI CDROM drives
options 	ATA_STATIC_ID		#Static device numbering
options 	ATA_ENABLE_ATAPI_DMA	#Enable DMA on ATAPI devices

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0	at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
device		psm0	at atkbdc? irq 12

device		vga0	at isa?

# splash screen/screen saver
pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? flags 0x100

# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
#device		vt0	at isa?
#options 	XSERVER			# support for X server on a vt console
#options 	FAT_CURSOR		# start with block cursor
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options 	PCVT_SCANSET=2		# IBM keyboards are non-std

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

# Power management support (see LINT for more options)
device		apm0    at nexus?
#device		apm0    at nexus? flags 0x20 # Advanced Power Management

# PCCARD (PCMCIA) support
device		card
# Try polling mode
device		pcic0	at isa? 
#device		pcic0	at isa? irq 10 port 0x3e0 iomem 0xd0000
#device		pcic1	at isa? irq 11 port 0x3e2 iomem 0xd4000 disable

# Serial (COM) ports
device		sio
#device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
#device		sio1	at isa? port IO_COM2 irq 3

# Parallel port
device		ppc
#device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device
#device		vpo		# Requires scbus and da

# ISA Ethernet NICs
device		ep
# Xircom Ethernet
device		xe

# Pseudo devices - the number indicates how many units to be allocated 
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	tun		# Packet tunnel.
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	gif	4	# IPv6 and IPv4 tunneling
pseudo-device	faith	1	# IPv6-to-IPv4 relaying (translation)

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device	bpf		#Berkeley packet filter

# The PC has this, but disable for now
# USB support
#device		uhci		# UHCI PCI->USB interface
#device		ohci		# OHCI PCI->USB interface
#device		usb		# USB Bus (required)
#device		ugen		# Generic
#device		uhid		# "Human Interface Devices"
#device		ukbd		# Keyboard
#device		ulpt		# Printer
#device		umass		# Disks/Mass storage - Requires scbus and da
#device		ums		# Mouse
# USB Ethernet, requires mii
#device		aue		# ADMtek USB ethernet
#device		cue		# CATC USB ethernet
#device		kue		# Kawasaki LSI USB ethernet

# Sound support
device		pcm

#End

--ReaqsoxgOBHFXBhH
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dmesg.pcm"

Copyright (c) 1992-2000 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.1-STABLE #4: Wed Aug  2 12:55:07 PDT 2000
    root@sec-mobile.corp.nowhere.com:/usr/src/sys/compile/SEC-MOBILE
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (297.79-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x66a  Stepping = 10
  Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
real memory  = 134021120 (130880K bytes)
avail memory = 127381504 (124396K bytes)
Preloaded elf kernel "kernel" at 0xc02ef000.
Preloaded elf module "splash_bmp.ko" at 0xc02ef0a8.
Preloaded splash_image_data "/boot/daemon.bmp" at 0xc02ef14c.
Pentium Pro MTRR support enabled
apm0: <APM BIOS> on motherboard
apm: found APM BIOS v1.2, connected at v1.2
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <NeoMagic MagicMedia 256AV SVGA controller> at 0.0 irq 11
pcic-pci0: <TI PCI-1251 PCI-CardBus Bridge> mem 0x50102000-0x50102fff irq 11 at device 2.0 on pci0
pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq]
pcic-pci1: <TI PCI-1251 PCI-CardBus Bridge> mem 0x50101000-0x50101fff irq 11 at device 2.1 on pci0
pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq]
csa0: <Crystal Semiconductor CS4610/4611 Audio accelerator> mem 0x50000000-0x500fffff,0x50100000-0x50100fff irq 11 at device 6.0 on pci0
pcm0: <CS461x PCM Audio> on csa0
pcm0: ac97 codec invalid or not present (id == 0)
device_probe_and_attach: pcm0 attach returned 6
isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> port 0xfcf0-0xfcff at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: <Intel 82371AB/EB (PIIX4) USB controller> at 7.2 irq 11
chip1: <Intel 82371AB Power management controller> port 0xefa0-0xefaf at device 7.3 on pci0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
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>
pcic0: <Intel i82365> at port 0x3e0-0x3e1 on isa0
pcic0: Polling mode
pccard0: <PC Card bus -- kludge version> on pcic0
pccard1: <PC Card bus -- kludge version> on pcic0
unknown: <PNP0000> can't assign resources
unknown0: <PNP0200> at port 0-0xf,0x80-0x8f,0xc0-0xdf drq 4 on isa0
unknown1: <PNP0100> at port 0x40-0x43 irq 0 on isa0
unknown2: <PNP0b00> at port 0x70-0x73 irq 8 on isa0
unknown3: <PNP0800> at port 0x61 on isa0
unknown: <PNP0303> can't assign resources
unknown: <IBM3780> can't assign resources
unknown4: <PNP0c04> at port 0xf0-0xff irq 13 on isa0
unknown: <PNP0700> can't assign resources
unknown5: <PNP0a03> at port 0xcf8-0xcff on isa0
unknown6: <PNP0c02> at port 0x22,0x2e-0x2f,0x92,0xb2-0xb3,0x4d0-0x4d1,0x15e0-0x15ef,0xef00-0xefaf iomem 0-0x9ffff,0xf0000-0xfffff,0x100000-0x7ffffff,0xffff0000-0xffffffff on isa0
ppc0: <Standard parallel printer port> at port 0x3bc-0x3bf irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
unknown: <PNP0501> can't assign resources
pcm1: <CS423x-PCI> at port 0x530-0x537,0x388-0x38b,0x220-0x233 irq 5 drq 1,0 on isa0
unknown7: <CSC0110> at port 0x538-0x53f on isa0
unknown8: <CSC0101> at port 0x200-0x207 on isa0
unknown: <CSC0103> can't assign resources
unknown: <IBM3765> can't assign resources
unknown9: <IBM0071> at port 0x3f8-0x3ff irq 4 drq 3 on isa0
unknown: <PNP0e03> can't assign resources
unknown: <PNP0680> can't assign resources
unknown: <PNP0680> can't assign resources
unknown10: <PNP0c02> on isa0
ad0: 3909MB <IBM-DBCA-204860> [7944/16/63] at ata0-master using UDMA33
acd0: CDROM <TOSHIBA CD-ROM XM-1902B> at ata1-master using WDMA2
Mounting root from ufs:/dev/ad0s2a
pccard: card inserted, slot 0
ep0: <3Com 3C574B, Megahertz 3CCFE574BT or Fast Etherlink 3C574-TX> at port 0x240-0x25f irq 10 slot 0 on pccard0
ep0: Ethernet address 00:50:da:e4:d8:32

--ReaqsoxgOBHFXBhH--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000803220152.A66052>