From owner-freebsd-mobile Sun Mar 26 1:41: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id F241037B9C7 for ; Sun, 26 Mar 2000 01:41:03 -0800 (PST) (envelope-from noway@nohow.demon.co.uk) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) with ESMTP id KAA05105; Sun, 26 Mar 2000 10:33:09 +0100 (BST) (envelope-from noway@nohow.demon.co.uk) Date: Sun, 26 Mar 2000 10:33:08 +0100 (BST) From: Jose Marques To: Ryan Shannon Cc: freebsd-mobile@freebsd.org Subject: Re: PCCARD Modem In-Reply-To: Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 25 Mar 2000, Ryan Shannon wrote: > The pccard modem is a Megahertz 3CCM156 56K Global Modem and I am > installing it on a fresh install of FreeBSD 3.4-stable off a Walnut Creek > CD-ROM. Firstly you may be better off using FreeBSD 4.0-RELEASE. I've found PCCARD support to much better under this version. I have the same card which I used to use under 3.4. I used the following configuration on my Libretto 70CT under 3.4: in the kernel: controller card0 device pcic0 at card? device pcic1 at card? options PCIC_RESUME_RESET device sio2 at isa? disable port "IO_COM3" tty irq 10 in my rc.conf: pccard_enable="YES" in my pccard.conf: io 0x240-0x360 irq 10 11 memory 0xd4000 96k # 3Com Megahertz 56K Global Modem PC Card card "3COM" "3CCM156" config 0x23 "sio2" 11 insert echo 3Com Megahertz 56K Global Modem PC Card inserted remove echo 3Com Megahertz 56K Global Modem PC Card removed The modem is referenced as: /dev/cuaa2 This configuration worked reasonably well but I had to disable modem compression otherwise my pppd connections would hang. Under 4.0 this is not the case. -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 3:18: 7 2000 Delivered-To: freebsd-mobile@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 1B6B237B7B4; Sun, 26 Mar 2000 03:18:05 -0800 (PST) From: "Jonathan M. Bresler" To: imp@village.org Cc: mobile@freebsd.org In-reply-to: <200003260542.WAA78272@harmony.village.org> (message from Warner Losh on Sat, 25 Mar 2000 22:42:33 -0700) Subject: Re: pccard.conf.sample entries Message-Id: <20000326111805.1B6B237B7B4@hub.freebsd.org> Date: Sun, 26 Mar 2000 03:18:05 -0800 (PST) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org card "Network Everywhere" "Fast Ethernet 10/100 PC Card" config 0x5 "ed1" 10 insert echo Network Everywhere Fast Ethernet inserted insert /etc/pccard_ether ed1 remove echo Network Everywhere Fast Ethernet removed remove /sbin/ifconfig ed1 delete jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 3:39: 0 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 9DC7137B7E9; Sun, 26 Mar 2000 03:38:57 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn21.imasy.or.jp [202.227.24.213]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id UAA23600; Sun, 26 Mar 2000 20:38:53 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200003261138.UAA23600@tasogare.imasy.or.jp> To: jmb@hub.freebsd.org Cc: imp@village.org, mobile@freebsd.org Subject: Re: pccard.conf.sample entries In-Reply-To: Your message of "Sun, 26 Mar 2000 03:18:05 -0800 (PST)" <20000326111805.1B6B237B7B4@hub.freebsd.org> References: <20000326111805.1B6B237B7B4@hub.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 26 Mar 2000 20:38:51 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 8 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org jmb> card "Network Everywhere" "Fast Ethernet 10/100 PC Card" jmb> config 0x5 "ed1" 10 Could you please try these config lines? config auto "ed1" ? config auto "ed1" 10 config 0x5 "ed1" ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 4:44:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (Postfix) with SMTP id E764237B73F for ; Sun, 26 Mar 2000 04:44:15 -0800 (PST) (envelope-from sthaug@nethelp.no) Received: (qmail 90497 invoked by uid 1001); 26 Mar 2000 12:44:11 +0000 (GMT) To: imp@village.org Cc: sanpei@sanpei.org, freebsd-mobile@FreeBSD.ORG Subject: Re: HEADSUP: CARDBUS BRIDGE PUT INTO LEGACY MODE NOW From: sthaug@nethelp.no In-Reply-To: Your message of "Sat, 25 Mar 2000 13:32:16 -0700" References: <200003252032.NAA73353@harmony.village.org> X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 26 Mar 2000 14:44:11 +0200 Message-ID: <90495.954074651@verdi.nethelp.no> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have just commited a (hopefully) improved version of this patch. > This patch turned out to be a superset of what I had done before, and > didn't contain some of the bugs that my earlier patches had. > > Please let me know if this impacts your ability to use the laptop. I > took the extraordinary step of always trying to place the cardbus > bridge into legacy mode. I have an Acer Extensa 390 with TI 1250 cardbus bridges, which normally runs 3.2-PAO. I had tried 4.0 earlier without much success, and decided to give it a whirl after this change. Unfortunately, not much success this time either. I get the following crash while booting - I have no idea whether this is related to your changes or not: ... pcic0 at port 0x30 iomem 0xd0000 irq 11 on isa0 pcic ident regs: 0x84 0x84 0x00 0x00 pcic0: controller 0 (Intel 82365SL Revision 1) has sockets A and B pcic_attach_card h 0xc07d9048 h->dev 0xc07dae80 pccard0: pccard_card_attach Fatal trap 12: page fault while in kernel mode fault virtual address = 0x128 fault code = supervisor write, page not present instruction pointer = 0x8:0xc011dc0e stack pointer = 0x10:0xc0279b08 frame pointer = 0x10:0xc0279b10 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) interrupt mask = net tty bio cam kernel: type 12 trap, code=0 Stopped at pccard_card_attach+0x2a: movl $0,0x128(%ebx) db> t pccard_card_attach(c07dae80, ...) at pccard_card_attch+0x2a pcic_attach_card(c07d9048, ...) at pcic_attach_card+0x2f pcic_init_socket(c07d9048, ...) at pcic_init_socket+0xac ... Looking at the code in pccard_card_attach(), since it never gets to DEVPRINTF((dev, "chip_socket_enable\n")); I assume it crashes at this line: STAILQ_INIT(&sc->card.pf_head); This is the kernel config I'm using: machine i386 cpu I586_CPU ident CARRIE maxusers 32 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options DDB device isa device pci device pccard device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 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 atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? device sc0 at isa? device npx0 at nexus? port IO_NPX irq 13 device apm0 at nexus? flags 0x20 # Advanced Power Management device pcic0 at isa? port 0x3e0 irq 11 iomem 0xd0000 device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device ep pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device pty # Pseudo-ttys (telnet etc) For reference, below is the 3.2-PAO configuration and the corresponding messages from a verbose boot. Steinar Haug, Nethelp consulting, sthaug@nethelp.no ---------------------------------------------------------------------- # From: $Id: GENERIC,v 1.143.2.15 1999/06/19 21:37:44 wpaul Exp $ machine "i386" cpu "I586_CPU" ident GENERIC maxusers 32 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "EXT2FS" options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #kernel tracing options SYSVSHM options SYSVMSG options MSGBUF_SIZE=32768 options INCLUDE_CONFIG_FILE # Include this file in kernel options DDB options SOFTUPDATES # You may need to reset all pccards after resuming options PCIC_RESUME_RESET # PAO Enhanced PCI-PCIC support (experimental) #options CB_TEST #options FORCE_IRQ_ROUTING config kernel root on wd0 controller isa0 controller pnp0 controller pci0 # Dont remove these two lines! pseudo-device card 1 device pcic0 at isa? port 0x3e0 irq 11 device pcic0 at isa? port 0x3e4 irq 11 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device apm0 at isa? # Advanced Power Management device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device pcm0 at isa? port? tty irq 5 drq 0 flags 0x17 vector pcmintr device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 device ep0 at isa? port 0x300 net irq 10 pseudo-device loop pseudo-device ether pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device bpfilter 4 #Berkeley packet filter ---------------------------------------------------------------------- Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #0: Mon Jun 21 23:37:24 CEST 1999 sthaug@carrie.nethelp.no:/local/freebsd/src/sys/compile/CARRIE_PAO Calibrating clock(s) ... TSC clock: 166645297 Hz, i8254 clock: 1193265 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium/P55C (166.63-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf real memory = 50331648 (49152K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x002d1000 - 0x02ff7fff, 47345664 bytes (11559 pages) avail memory = 46153728 (45072K bytes) Found BIOS32 Service Directory header at 0xc00f0280 Entry = 0xf0210 (0xc00f0210) Rev = 0 Len = 1 PCI BIOS entry at 0x0 Other BIOS signatures found: ACPI: 00000000 $PnP: 000f53e0 Preloaded elf kernel "kernel" at 0xc02bc000. Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=153110b9) Probing for devices on PCI bus 0: found-> vendor=0x10b9, dev=0x1531, revid=0xb3 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 chip0: rev 0xb3 on pci0.0.0 found-> vendor=0x10b9, dev=0x1533, revid=0x07 class=06-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 chip1: rev 0x07 on pci0.2.0 found-> vendor=0x104c, dev=0xac16, revid=0x02 class=06-07-00, hdrtype=0x02, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=9 pcic0: rev 0x02 int a irq 9 on pci0.5.0 bus = 0, slot = 5, func = 0 TI12XX PCI Config Reg: [ring enable][pwr save][CSC parallel isa irq] pcic0, Legacy PC-card 16bit I/O address [0x3e0] PCI Config space: 00: ac16104c 02100007 06070002 00822000 10: 00000000 020000a0 00000000 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 03c00109 40: 00000000 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 08449060 00000000 01898181 f0ba9597 90: 616280c0 00000000 00000000 00000000 a0: 7e210001 00808000 00000000 00000000 b0: 00000000 00000000 00000000 00000000 c0: 00000000 00000000 00000000 00000000 d0: 00000000 00000000 00000000 00000000 e0: 00000000 00000000 00000000 00000000 f0: 00000000 00000000 00000000 00000000 found-> vendor=0x104c, dev=0xac16, revid=0x02 class=06-07-00, hdrtype=0x02, mfdev=1 subordinatebus=0 secondarybus=0 intpin=b, irq=9 pcic1: rev 0x02 int b irq 9 on pci0.5.1 bus = 0, slot = 5, func = 1 TI12XX PCI Config Reg: [ring enable][pwr save][CSC parallel isa irq] PCI Config space: 00: ac16104c 02100003 06070002 00822000 10: 00000000 020000a0 00000000 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 03c00209 40: 00000000 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 08449060 00000000 01898181 f0ba9597 90: 616280c0 00000000 00000000 00000000 a0: 7e210001 00800000 00000000 00000000 b0: 00000000 00000000 00000000 00000000 c0: 00000000 00000000 00000000 00000000 d0: 00000000 00000000 00000000 00000000 e0: 00000000 00000000 00000000 00000000 f0: 00000000 00000000 00000000 00000000 found-> vendor=0x102c, dev=0x00e5, revid=0xc6 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[0]: type 1, range 32, base 04000000, size 24 vga0: rev 0xc6 on pci0.6.0 found-> vendor=0x10b9, dev=0x5229, revid=0x20 class=01-01-8a, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=255 map[0]: type 4, range 32, base 0000f000, size 4 ide_pci0: rev 0x20 int a irq 255 on pci0.11.0 found-> vendor=0x10b9, dev=0x7101, revid=0x00 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[0]: type 4, range 32, base 00000000, size 6 map[1]: type 4, range 32, base 00000000, size 5 chip2: rev 0x00 on pci0.12.0 Initializing PnP override table Probing for PnP devices: Trying Read_Port at 203 CSN 1 Vendor ID: YMH0800 [0x0008a865] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] Called nullpnp_probe with tag 0x00000001, type 0x0008a865 port 0x0000 0x0000 0x0000 0x0000 irq 0:0 drq 4:4 en 0 This is a Yamaha YMF719 OPL-SA3, but LDN 0 is disabled Probing for devices on the ISA bus: atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x54ab (3) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa sc0 on isa sc0: fb0 kbd0 sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x280 atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa kbd0: atkbd0, generic (3), config:0x0, flags:0x3d0000 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 00 00 64 psm: status 00 03 64 psm: status 00 03 64 psm: status 10 00 64 psm: data 08 00 00 psm: data 08 00 00 psm: status 00 02 64 psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1: irq maps: 0x1 0x9 0x1 0x1 sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A mss_probe: no address supplied, try default 0x530 mss_detect error, busy still set (0xff) sb_probe: no address supplied, try defaults (0x220,0x240) pcm0 not found fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 flags 0xa0ffa0ff on isa wdc0: unit 0 (wd0): , 32-bit, multi-block-16 wd0: 2061MB (4221504 sectors), 4188 cyls, 16 heads, 63 S/T, 512 B/S wd0: ATA INQUIRE valid = 0007, dmamword = 0407, apio = 0003, udma = 0007 wdc1 at 0x170-0x177 irq 15 flags 0xa0ffa0ff on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordy acd0: drive speed 2416KB/sec, 128KB cache acd0: supported read types: CD-DA acd0: Audio: play, 16 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked ppc: parallel port found at 0x378 ppc: chipset forced to generic ppc0: ECP SPP ECP+EPP SPP ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip: irq 7 plip0: on ppbus 0 bpf: lp0 attached ep0 not found at 0x300 PCIC ID = 0x84 PCIC ID = 0x84 PCIC ID = 0x00 PCIC ID = 0x00 pcic0 at 0x3e0-0x3e1 irq 11 on isa PC-Card ctlr(0) TI PCI-1250 [CardBus bridge mode] (5 mem & 2 I/O windows) pcic0: slot 0 controller I/O address 0x3e0 pcic0: slot 1 controller I/O address 0x3e0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3b0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0x0 size:0k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff npx0 on motherboard npx0: INT 16 interface i586_bzero() bandwidth = 174185681 bytes/sec bzero() bandwidth = 751879699 bytes/sec apm0 on isa apm: found APM BIOS version 1.2 imasks: bio c008c040, tty c003101a, net c0060080 device combination doesn't support shared irq3 intr_connect(irq3) failed, result=-1 device combination doesn't support shared irq4 intr_connect(irq4) failed, result=-1 device combination doesn't support shared irq7 intr_connect(irq7) failed, result=-1 device combination doesn't support shared irq11 intr_connect(irq11) failed, result=-1 device combination doesn't support shared irq12 intr_connect(irq12) failed, result=-1 device combination doesn't support shared irq14 intr_connect(irq14) failed, result=-1 device combination doesn't support shared irq15 intr_connect(irq15) failed, result=-1 BIOS Geometries: 0:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 1:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 2:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 3:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 4:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 5:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 6:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 7:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 0 accounted for Device configuration finished. Intel Pentium detected, installing workaround for F00F bug bpf: tun0 attached bpf: ppp0 attached new masks: bio c008c040, tty c003101a, net c007109a bpf: lo0 attached Considering FFS root f/s. changing root device to wd0s2a wd0s1: type 0x6, start 63, end = 943487, size 943425 : OK wd0s2: type 0xa5, start 943488, end = 4221503, size 3278016 : OK start_init: trying /sbin/init Card inserted, slot 0 ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates card0: assign ep0 iobase 0x240 irq 10 ep0: utp/bnc[*UTP*] address 00:10:5a:2d:23:48 bpf: ep0 attached To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 5:34:42 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id C8D8537B781 for ; Sun, 26 Mar 2000 05:34:39 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn17.imasy.or.jp [202.227.24.209]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id WAA14082; Sun, 26 Mar 2000 22:34:32 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200003261334.WAA14082@tasogare.imasy.or.jp> To: sthaug@nethelp.no Cc: imp@village.org, sanpei@sanpei.org, freebsd-mobile@FreeBSD.ORG Subject: Re: HEADSUP: CARDBUS BRIDGE PUT INTO LEGACY MODE NOW In-Reply-To: Your message of "Sun, 26 Mar 2000 14:44:11 +0200" <90495.954074651@verdi.nethelp.no> References: <90495.954074651@verdi.nethelp.no> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 26 Mar 2000 22:34:32 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 17 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have an Acer Extensa 390 with TI 1250 cardbus bridges, which normally > runs 3.2-PAO. I had tried 4.0 earlier without much success, and decided > to give it a whirl after this change. Unfortunately, not much success > this time either. I get the following crash while booting - I have no > idea whether this is related to your changes or not: It seems that your kernel configuraiton file based on NEWCARD. Here's warning from NEWCARD :) # *************** # *** WARNING *** # *************** # # USE THIS CODE AT YOUR OWN RISK. IT IS EXPERIMENTAL AND WILL LIKELY NOT # EVEN COMPILE FOR A WHILE. YOU HAVE BEEN WARNED. -- imp Please try GENERIC configuration file, your config in PAO would be translated much easier. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 11:38:59 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (Postfix) with SMTP id 833CD37B7B4 for ; Sun, 26 Mar 2000 11:38:55 -0800 (PST) (envelope-from sthaug@nethelp.no) Received: (qmail 94390 invoked by uid 1001); 26 Mar 2000 19:38:52 +0000 (GMT) To: iwasaki@jp.FreeBSD.org Cc: imp@village.org, sanpei@sanpei.org, freebsd-mobile@FreeBSD.ORG Subject: Re: HEADSUP: CARDBUS BRIDGE PUT INTO LEGACY MODE NOW From: sthaug@nethelp.no In-Reply-To: Your message of "Sun, 26 Mar 2000 22:34:32 +0900" References: <200003261334.WAA14082@tasogare.imasy.or.jp> X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 26 Mar 2000 21:38:52 +0200 Message-ID: <94388.954099532@verdi.nethelp.no> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I have an Acer Extensa 390 with TI 1250 cardbus bridges, which normally > > runs 3.2-PAO. I had tried 4.0 earlier without much success, and decided > > to give it a whirl after this change. Unfortunately, not much success > > this time either. I get the following crash while booting - I have no > > idea whether this is related to your changes or not: > > It seems that your kernel configuraiton file based on NEWCARD. > Here's warning from NEWCARD :) > # *************** > # *** WARNING *** > # *************** > # > # USE THIS CODE AT YOUR OWN RISK. IT IS EXPERIMENTAL AND WILL LIKELY NOT > # EVEN COMPILE FOR A WHILE. YOU HAVE BEEN WARNED. -- imp > > Please try GENERIC configuration file, your config in PAO would be > translated much easier. I did that too. No luck. It doesn't crash - but doesn't find a free IRQ for the Ethernet card either: carrie /kernel: ep0: No irq?! IRQ 10 is definitely free, and that's what's used with 3.2-PAO. Steinar Haug, Nethelp consulting, sthaug@nethelp.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 11:52:18 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id CD29937BA5A for ; Sun, 26 Mar 2000 11:52:15 -0800 (PST) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12ZJ54-0004uN-00 for freebsd-mobile@FreeBSD.ORG; Sun, 26 Mar 2000 14:52:14 -0500 Date: Sun, 26 Mar 2000 14:52:13 -0500 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: 3com wavelan/802.11[b]/"AirConnect" Message-ID: <20000326145213.A17927@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <20000320155738.I2043@pir.net> <38D6B1E9.371134E8@webweaving.org> <20000320191058.N2043@pir.net> <20000326142417.A13503@net.ohio-state.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000326142417.A13503@net.ohio-state.edu>; from m@net.ohio-state.edu on Sun, Mar 26, 2000 at 02:24:17PM -0500 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mark Fullmer probably said: > There is a cli that runs on FreeBSD and eventually be added to the > embedded OS. It's still in early beta but works well enough for > a basic configuration. Ah, thats very useful. Do you have a reference for source ? (my servers are sparcs so I'd be interested in porting it to solaris). > If you open the Airport you'll find a Lucent wireless card inside > which can have an external antenna connected to it. *blink* A Lucent pcmcia card or the apple not-pcmcia connector ? The airport is far cheaper than the gold lucent cards. Either way, thats very interesting ... > The Airport can do this too, I don't think it's documented though. Having thought about it, as long as it needs low voltage DC you could build adaptors yourself even if it didn't have the power pullout built in. OK, you've just removed everything I didn't like about the airports. :) P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 13: 5:25 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.squidge.com (ns0.squidge.com [195.10.252.4]) by hub.freebsd.org (Postfix) with ESMTP id CEAF837B5F3 for ; Sun, 26 Mar 2000 13:05:20 -0800 (PST) (envelope-from si@mystery-machine.com) Received: from vaio (squid001.gemsoft.co.uk [195.10.224.102]) by mail.squidge.com (8.9.3/8.9.3) with SMTP id WAA02844 for ; Sun, 26 Mar 2000 22:10:13 +0100 (BST) (envelope-from si@mystery-machine.com) Message-ID: <001b01bf9766$fb0f3740$310110ac@billco.internal> Reply-To: "Simon Holliday" From: "Simon Holliday" To: References: <000b01bf951e$8c7fb380$310110ac@billco.internal> <20000324004749.C10585@stat.Duke.EDU> Subject: Re: Sony VAIO Z600RE Hibernation Date: Sun, 26 Mar 2000 22:02:07 +0100 Organization: squidge.com limited MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Folks, This fix (below) has been suggested to my hibernation problem, however I'm using the ata drived rather than wd, since this is being phased out. Does this mean I have to use the wd driver to get around the problem, or is there a similar fix using ata? I've checked through the ata man page and looked at LINT, and can't see anything useful... Si. > It seems the `CHS addressing destroy over 8GB disks after resume' problem. > Please try to set Bit 12 (LBA addressing) on wdc flags (see LINT or man 4 wd) > somethig like; > > controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xf0fff0ff > > (32bit + sleep hack + LBA + multi-sector) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 15:26: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from buddha.quicksilver.co.nz (buddha.quicksilver.co.nz [202.89.130.34]) by hub.freebsd.org (Postfix) with ESMTP id AA66837BAA8 for ; Sun, 26 Mar 2000 15:25:59 -0800 (PST) (envelope-from sobrien@quicksilver.co.nz) Received: from quicksilver.co.nz (dhcp8.quicksilver.co.nz [202.89.130.17]) by buddha.quicksilver.co.nz (8.9.3/8.9.3) with ESMTP id LAA24242 for ; Mon, 27 Mar 2000 11:25:58 +1200 (NZST) Message-ID: <38DE9CB4.4386C97E@quicksilver.co.nz> Date: Mon, 27 Mar 2000 11:26:44 +1200 From: "Sarton O'Brien" Organization: Quicksilver Internet X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-mobile@FreeBSD.ORG" Subject: APM in 4.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello again, I have been using PAO for 3.3 release up until recently. I have now installed 4.0 (having been told that most or all of PAO had been incorporated into 4.0). With PAO, APM initialised no probs and when I used the shutdown -p option my laptop would power down. With 4.0 it doesn't power down and acts identically to the -h option. Are there additional steps to configure APM that I may not know from using PAO? Thanks :) Sarton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 17: 0:52 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2C01037BA2B for ; Sun, 26 Mar 2000 17:00:49 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id SAA51475; Sun, 26 Mar 2000 18:00:36 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA87774; Sun, 26 Mar 2000 18:00:21 -0700 (MST) Message-Id: <200003270100.SAA87774@harmony.village.org> To: sthaug@nethelp.no Subject: Re: HEADSUP: CARDBUS BRIDGE PUT INTO LEGACY MODE NOW Cc: iwasaki@jp.FreeBSD.org, sanpei@sanpei.org, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 26 Mar 2000 21:38:52 +0200." <94388.954099532@verdi.nethelp.no> References: <94388.954099532@verdi.nethelp.no> <200003261334.WAA14082@tasogare.imasy.or.jp> Date: Sun, 26 Mar 2000 18:00:21 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <94388.954099532@verdi.nethelp.no> sthaug@nethelp.no writes: : I did that too. No luck. It doesn't crash - but doesn't find a free IRQ for : the Ethernet card either: : : carrie /kernel: ep0: No irq?! : : IRQ 10 is definitely free, and that's what's used with 3.2-PAO. Well, at least this change didn't impact your ability to see the bridge. I suspect that this is a config error, but don't have enough info to know for sure yet or not. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 19:27: 7 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from berlin.atlantic.net (berlin.atlantic.net [209.208.0.20]) by hub.freebsd.org (Postfix) with ESMTP id DE8F137B98C for ; Sun, 26 Mar 2000 19:27:02 -0800 (PST) (envelope-from bobj@atlantic.net) Received: from mail.atlantic.net (mail.atlantic.net [209.208.0.71]) by berlin.atlantic.net (8.9.3/8.9.3) with ESMTP id WAA20711; Sun, 26 Mar 2000 22:29:51 -0500 Received: from bsd.cisi.com (ocalflifanb-as-1-r1-ip-291.atlantic.net [209.208.29.37]) by mail.atlantic.net (8.9.3/8.9.3) with ESMTP id WAA06050; Sun, 26 Mar 2000 22:26:36 -0500 Received: from nancy.cisi.com (nancy.cisi.com [192.168.0.131]) by bsd.cisi.com (8.9.3/8.9.3) with SMTP id WAA26083; Sun, 26 Mar 2000 22:23:25 -0500 (EST) (envelope-from bobj@atlantic.net) Message-Id: <3.0.6.32.20000326222401.00811980@rio.atlantic.net> X-Sender: bobj@rio.atlantic.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 26 Mar 2000 22:24:01 -0500 To: "Sarton O'Brien" , "freebsd-mobile@FreeBSD.ORG" From: Bob Johnson Subject: Re: APM in 4.0 In-Reply-To: <38DE9CB4.4386C97E@quicksilver.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I found that on my laptop with 4.0, APM was disabled by default. I edited rc.conf and added APMD_ENABLE="YES". You may want to handle it differently. "man rc.conf", "man apm", and "man apmd" should explain the options. -- Bob At 11:26 AM 03/27/2000 +1200, Sarton O'Brien wrote: >Hello again, > >I have been using PAO for 3.3 release up until recently. I have now >installed 4.0 (having been told that most or all of PAO had been >incorporated into 4.0). > >With PAO, APM initialised no probs and when I used the shutdown -p >option my laptop would power down. With 4.0 it doesn't power down and >acts identically to the -h option. > >Are there additional steps to configure APM that I may not know from >using PAO? Thanks :) > >Sarton > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-mobile" in the body of the message > > +-------------------------------------------------------- | Bob Johnson | bobj@atlantic.net +-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 19:50:44 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from berlin.atlantic.net (berlin.atlantic.net [209.208.0.20]) by hub.freebsd.org (Postfix) with ESMTP id CAA4237BB13 for ; Sun, 26 Mar 2000 19:50:41 -0800 (PST) (envelope-from bobj@atlantic.net) Received: from mail.atlantic.net (mail.atlantic.net [209.208.0.71]) by berlin.atlantic.net (8.9.3/8.9.3) with ESMTP id WAA21589; Sun, 26 Mar 2000 22:53:50 -0500 Received: from bsd.cisi.com (ocalflifanb-as-1-r1-ip-504.atlantic.net [209.208.29.250]) by mail.atlantic.net (8.9.3/8.9.3) with ESMTP id WAA15119; Sun, 26 Mar 2000 22:50:34 -0500 Received: from nancy.cisi.com (nancy.cisi.com [192.168.0.131]) by bsd.cisi.com (8.9.3/8.9.3) with SMTP id WAA26109; Sun, 26 Mar 2000 22:48:45 -0500 (EST) (envelope-from bobj@atlantic.net) Message-Id: <3.0.6.32.20000326224920.00a143a0@rio.atlantic.net> X-Sender: bobj@rio.atlantic.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Sun, 26 Mar 2000 22:49:20 -0500 To: "Sarton O'Brien" , "freebsd-mobile@FreeBSD.ORG" From: Bob Johnson Subject: Re: APM in 4.0 In-Reply-To: <38DE9CB4.4386C97E@quicksilver.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You should probably also read apm(4) before you enable apm. -- Bob At 11:26 AM 03/27/2000 +1200, Sarton O'Brien wrote: >Hello again, > >I have been using PAO for 3.3 release up until recently. I have now >installed 4.0 (having been told that most or all of PAO had been >incorporated into 4.0). > >With PAO, APM initialised no probs and when I used the shutdown -p >option my laptop would power down. With 4.0 it doesn't power down and >acts identically to the -h option. > >Are there additional steps to configure APM that I may not know from >using PAO? Thanks :) > >Sarton > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-mobile" in the body of the message > > +-------------------------------------------------------- | Bob Johnson | bobj@atlantic.net +-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 20: 4:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sodium.doubled.com (sodium.doubled.com [209.84.192.11]) by hub.freebsd.org (Postfix) with ESMTP id 18BC137B6B6 for ; Sun, 26 Mar 2000 20:04:37 -0800 (PST) (envelope-from wwuttke@doubled.com) Received: from doubled.com (SF-VA-TCHP-229.doubled.com [209.84.201.229]) by sodium.doubled.com (8.10.0.Beta6/8.10.0.Beta6) with ESMTP id e2R3xtT09040 for ; Sun, 26 Mar 2000 22:59:55 -0500 Message-ID: <38DEDE37.3F6A0E7D@doubled.com> Date: Sun, 26 Mar 2000 23:06:15 -0500 From: William Wuttke X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-mobile@FreeBSD.ORG" Subject: Compact Flash problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I recently installed FreeBSD 3.4 with PAO on a Dell Inspirion 7500. My LinkSys 10/100 and Adaptec 1460 cards work fine, but I've had no luck with any of my Compact Flash cards (SanDisk, Simple Tech). All I get when the card is plugged in is 'No card in database for "(null)"("(null)") [(null)] [(null)]'. When I try pccardc dumpcis, I get Tuple #1, code = 0xff (Terminator), length = 0. What am I doing wrong?? I also want to report that FreeBSD is working flawlessly on this machine (no sound, though). I'm using the Metrolink beta Mach64 driver that supports the Rage Mobility-P at 1400x1050 -- great display. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 21: 4:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (dhcp-33-39.ietf.connect.com.au [169.208.33.39]) by hub.freebsd.org (Postfix) with ESMTP id 0EC3937BA19 for ; Sun, 26 Mar 2000 21:04:42 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 12ZRhf-0000Bq-00 for freebsd-mobile@freebsd.org; Mon, 27 Mar 2000 14:34:39 +0930 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Laptoppers Subject: ietf suport Message-Id: Date: Mon, 27 Mar 2000 14:34:39 +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i am running 3.4+pao-20000130 on a sony 505tx. i can not get the wireless working here at ietf. no layer two. i run the following to init the cards /usr/sbin/wicontrol -i wi0 -q IETF47 /usr/sbin/wicontrol -i wi0 -f 9 /usr/sbin/wicontrol -i wi0 -p 1 no response to dhclient requests any clues? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 21: 8: 3 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from onoe2.sm.sony.co.jp (onoe2.sm.sony.co.jp [133.138.10.2]) by hub.freebsd.org (Postfix) with ESMTP id B083237BB85 for ; Sun, 26 Mar 2000 21:07:55 -0800 (PST) (envelope-from onoe@sm.sony.co.jp) Received: from duplo.sm.sony.co.jp (onoe@localhost) by onoe2.sm.sony.co.jp (8.9.0/3.7W) with ESMTP id OAA08027; Mon, 27 Mar 2000 14:07:49 +0900 (JST) Received: (from onoe@localhost) by duplo.sm.sony.co.jp (8.9.3/8.8.8) id OAA09424; Mon, 27 Mar 2000 14:07:40 +0900 (JST) Date: Mon, 27 Mar 2000 14:07:40 +0900 (JST) From: Atsushi Onoe Message-Id: <200003270507.OAA09424@duplo.sm.sony.co.jp> To: randy@psg.com Cc: freebsd-mobile@freebsd.org Subject: Re: ietf suport In-Reply-To: Your message of "Mon, 27 Mar 2000 14:34:39 +0930" References: X-Mailer: Cue version 0.6 (000310-1048/onoe) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Though I'm not there, you may use '-n' option to specify ESSID, not '-q'. Atsushi Onoe > i am running 3.4+pao-20000130 on a sony 505tx. i can not get the wireless > working here at ietf. no layer two. > > i run the following to init the cards > > /usr/sbin/wicontrol -i wi0 -q IETF47 > /usr/sbin/wicontrol -i wi0 -f 9 > /usr/sbin/wicontrol -i wi0 -p 1 > > no response to dhclient requests > > any clues? > > randy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 21: 8:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 9906E37BAF2 for ; Sun, 26 Mar 2000 21:08:36 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.10.1.Beta1/8.10.1.Beta1) id e2R58UZ81877; Sun, 26 Mar 2000 21:08:30 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14558.60622.478579.861038@horsey.gshapiro.net> Date: Sun, 26 Mar 2000 21:08:30 -0800 (PST) From: Gregory Neil Shapiro To: Randy Bush Cc: FreeBSD Laptoppers Subject: Re: ietf suport In-Reply-To: References: X-Mailer: VM 6.75 under 21.2 (beta31) "Hygeia" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org randy> i am running 3.4+pao-20000130 on a sony 505tx. i can not get the randy> wireless working here at ietf. no layer two. randy> i run the following to init the cards randy> /usr/sbin/wicontrol -i wi0 -q IETF47 randy> /usr/sbin/wicontrol -i wi0 -f 9 randy> /usr/sbin/wicontrol -i wi0 -p 1 randy> no response to dhclient requests I'm using 3.4-STABLE (no PAO) (also at IETF) with the following: # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi0" 11 insert echo WaveLAN/IEEE inserted insert wicontrol -i wi0 -p 1 insert wicontrol -i wi0 -n '' insert wicontrol -i wi0 -s monkeyboy.gshapiro.net insert /etc/pccard_ether wi0 remove echo WaveLAN/IEEE removed remove /etc/pccard_ether_remove wi0 The -n line above was the magic for mine to start working. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 21:10:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sr.twincreeks.net (c441085-a.plstn1.sfba.home.com [24.1.83.242]) by hub.freebsd.org (Postfix) with ESMTP id 8A0CA37BB70 for ; Sun, 26 Mar 2000 21:10:33 -0800 (PST) (envelope-from feldman@sr.twincreeks.net) Received: (from feldman@localhost) by sr.twincreeks.net (8.9.3/8.9.3) id VAA14586; Sun, 26 Mar 2000 21:10:31 -0800 (PST) (envelope-from feldman) Date: Sun, 26 Mar 2000 21:10:31 -0800 From: Steve Feldman To: Randy Bush Cc: FreeBSD Laptoppers Subject: Re: ietf suport Message-ID: <20000326211031.A14556@twincreeks.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from randy@psg.com on Mon, Mar 27, 2000 at 02:34:39PM +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Works for me, sometimes... I think maybe some of the access points here aren't well connected to the wired lan? I've had the best luck right in the terminal room. Here in room C it's sporadic. Oh, try not setting the frequency. It should autoselect the access point with the strongest signal. Steve On Mon, Mar 27, 2000 at 02:34:39PM +0930, Randy Bush wrote: > i am running 3.4+pao-20000130 on a sony 505tx. i can not get the wireless > working here at ietf. no layer two. > > i run the following to init the cards > > /usr/sbin/wicontrol -i wi0 -q IETF47 > /usr/sbin/wicontrol -i wi0 -f 9 > /usr/sbin/wicontrol -i wi0 -p 1 > > no response to dhclient requests > > any clues? > > randy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 21:14:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from nix.swip.net (nix.swip.net [192.71.220.2]) by hub.freebsd.org (Postfix) with ESMTP id 6D49537B6DC for ; Sun, 26 Mar 2000 21:14:43 -0800 (PST) (envelope-from bygg@nix.swip.net) Received: from localhost (bygg@localhost) by nix.swip.net (8.8.8/8.8.8) with SMTP id HAA24178; Mon, 27 Mar 2000 07:14:39 +0200 (MET DST) Date: Mon, 27 Mar 2000 07:14:38 +0200 (MET DST) From: Johnny Eriksson To: Randy Bush Cc: FreeBSD Laptoppers Subject: Re: ietf suport In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 27 Mar 2000, Randy Bush wrote: > i am running 3.4+pao-20000130 on a sony 505tx. i can not get the wireless > working here at ietf. no layer two. > > i run the following to init the cards > > /usr/sbin/wicontrol -i wi0 -q IETF47 > /usr/sbin/wicontrol -i wi0 -f 9 > /usr/sbin/wicontrol -i wi0 -p 1 > > no response to dhclient requests I use the following script to set up the card: #!/bin/sh wicontrol -i wi0 -p 1 wicontrol -i wi0 -n '' The rest if my card config is default. Using 3.3 with PAO. > any clues? I have noticed that at a couple of times the base station I was connected to did not have contact with the rest of the net, but I think that you don't even get link, is that right? > randy --Johnny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 21:14:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (dhcp-33-39.ietf.connect.com.au [169.208.33.39]) by hub.freebsd.org (Postfix) with ESMTP id 2B99537BA19 for ; Sun, 26 Mar 2000 21:14:46 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 12ZRqi-0000Hv-00 for freebsd-mobile@freebsd.org; Mon, 27 Mar 2000 14:44:00 +0930 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Laptoppers Subject: Re: ietf suport References: Message-Id: Date: Mon, 27 Mar 2000 14:44:00 +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > i am running 3.4+pao-20000130 on a sony 505tx. i can not get the wireless > working here at ietf. no layer two. > > i run the following to init the cards > > /usr/sbin/wicontrol -i wi0 -q IETF47 > /usr/sbin/wicontrol -i wi0 -f 9 > /usr/sbin/wicontrol -i wi0 -p 1 > > no response to dhclient requests > > any clues? btw, things that make me suspicious roam.psg.com:/etc# wicontrol -i wi0 NIC serial number: [ 99UT01332386 ] Station name: [ roam.psg.com ] SSID for IBSS creation: [ IETF47 ] Current netname (SSID): [ IETF47 ] Desired netname (SSID): [ ANY ] Current BSSID: [ 44:44:44:44:44:44 ] ** Channel list: [ 2047 ] IBSS channel: [ 9 ] ** Current channel: [ 3 ] Comms quality/signal/noise: [ 0 27 27 ] Promiscuous mode: [ Off ] Port type (1=BSS, 3=ad-hoc): [ 1 ] MAC address: [ 00:60:1d:03:f3:fb ] TX rate: [ 3 ] RTS/CTS handshake threshold: [ 2347 ] Create IBSS: [ Off ] Access point density: [ 1 ] Power Mgmt (1=on, 0=off): [ 0 ] Max sleep time: [ 100 ] randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Mar 26 21:32:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (dhcp-193-29.ietf.connect.com.au [169.208.193.29]) by hub.freebsd.org (Postfix) with ESMTP id 64DE537BAFA for ; Sun, 26 Mar 2000 21:32:12 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 12ZS84-0000DD-00; Mon, 27 Mar 2000 15:01:56 +0930 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Gregory Neil Shapiro Cc: FreeBSD Laptoppers Subject: Re: ietf suport References: <14558.60622.478579.861038@horsey.gshapiro.net> Message-Id: Date: Mon, 27 Mar 2000 15:01:56 +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config 0x1 "wi0" 11 > insert echo WaveLAN/IEEE inserted > insert wicontrol -i wi0 -p 1 > insert wicontrol -i wi0 -n '' > insert wicontrol -i wi0 -s monkeyboy.gshapiro.net > insert /etc/pccard_ether wi0 > remove echo WaveLAN/IEEE removed > remove /etc/pccard_ether_remove wi0 > > The -n line above was the magic for mine to start working. cool! this wicontrol -i wi0 -n '' wicontrol -i wi0 -p 1 wicontrol -i wi0 -s "roam.psg.com" did it for me. and yes, some access points are misconfigured. i took the sagely advice and configured in the laptop room. thanks all! randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 2:27: 7 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (dhcp-193-29.ietf.connect.com.au [169.208.193.29]) by hub.freebsd.org (Postfix) with ESMTP id 1E89237BB62 for ; Mon, 27 Mar 2000 02:27:01 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 12ZWjb-0000aU-00 for freebsd-mobile@FreeBSD.ORG; Mon, 27 Mar 2000 19:56:59 +0930 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Laptoppers Subject: Re: ietf suport References: <14558.60622.478579.861038@horsey.gshapiro.net> Message-Id: Date: Mon, 27 Mar 2000 19:56:59 +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 3.4+pao-20000130 # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config default "wi0" 10 insert logger -s Lucent WaveLAN/IEEE inserted insert wicontrol -i wi0 -p 1 insert wicontrol -i wi0 -n "" insert wicontrol -i wi0 -s "roam.psg.com" insert /etc/pccard_ether $device remove logger -s Lucent WaveLAN/IEEE removed remove /etc/pccard_ether_remove $device the wicontrol calls seem not to be made. yes, i killed and restarted pccardd. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 2:48:58 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sr.twincreeks.net (c441085-a.plstn1.sfba.home.com [24.1.83.242]) by hub.freebsd.org (Postfix) with ESMTP id ABFB037BC2A for ; Mon, 27 Mar 2000 02:48:55 -0800 (PST) (envelope-from feldman@sr.twincreeks.net) Received: (from feldman@localhost) by sr.twincreeks.net (8.9.3/8.9.3) id CAA15358; Mon, 27 Mar 2000 02:48:53 -0800 (PST) (envelope-from feldman) Date: Mon, 27 Mar 2000 02:48:53 -0800 From: Steve Feldman To: Randy Bush Cc: FreeBSD Laptoppers Subject: Re: ietf suport Message-ID: <20000327024853.A15319@twincreeks.net> References: <14558.60622.478579.861038@horsey.gshapiro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from randy@psg.com on Mon, Mar 27, 2000 at 07:56:59PM +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org One possiblility: Was /usr/sbin in the search path of the shell from which you restarted pccardd? For what it's worth, I call wicontrol from within an /etc/pccard_wi I created for the occasion and it works fine. Steve On Mon, Mar 27, 2000 at 07:56:59PM +0930, Randy Bush wrote: > 3.4+pao-20000130 > > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config default "wi0" 10 > insert logger -s Lucent WaveLAN/IEEE inserted > insert wicontrol -i wi0 -p 1 > insert wicontrol -i wi0 -n "" > insert wicontrol -i wi0 -s "roam.psg.com" > insert /etc/pccard_ether $device > remove logger -s Lucent WaveLAN/IEEE removed > remove /etc/pccard_ether_remove $device > > the wicontrol calls seem not to be made. yes, i killed and restarted > pccardd. > > randy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 2:49:24 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (dhcp-193-29.ietf.connect.com.au [169.208.193.29]) by hub.freebsd.org (Postfix) with ESMTP id 88ED437BC99 for ; Mon, 27 Mar 2000 02:49:18 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 12ZWjb-0000aU-00 for freebsd-mobile@FreeBSD.ORG; Mon, 27 Mar 2000 19:56:59 +0930 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Laptoppers Subject: Re: ietf suport References: <14558.60622.478579.861038@horsey.gshapiro.net> Message-Id: Date: Mon, 27 Mar 2000 19:56:59 +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 3.4+pao-20000130 # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config default "wi0" 10 insert logger -s Lucent WaveLAN/IEEE inserted insert wicontrol -i wi0 -p 1 insert wicontrol -i wi0 -n "" insert wicontrol -i wi0 -s "roam.psg.com" insert /etc/pccard_ether $device remove logger -s Lucent WaveLAN/IEEE removed remove /etc/pccard_ether_remove $device the wicontrol calls seem not to be made. yes, i killed and restarted pccardd. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 3:58:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (dhcp-193-29.ietf.connect.com.au [169.208.193.29]) by hub.freebsd.org (Postfix) with ESMTP id 79EB537BAC5 for ; Mon, 27 Mar 2000 03:58:31 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 12ZY8S-0000h2-00; Mon, 27 Mar 2000 21:26:44 +0930 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Feldman Cc: FreeBSD Laptoppers Subject: Re: ietf suport References: <14558.60622.478579.861038@horsey.gshapiro.net> <20000327024853.A15319@twincreeks.net> Message-Id: Date: Mon, 27 Mar 2000 21:26:44 +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > For what it's worth, I call wicontrol from within > an /etc/pccard_wi I created for the occasion and it > works fine. worked for me too. thanks. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 6:59: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id C8B7C37BB20 for ; Mon, 27 Mar 2000 06:58:58 -0800 (PST) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12Zaym-0003YW-00 for freebsd-mobile@FreeBSD.ORG; Mon, 27 Mar 2000 09:58:56 -0500 Date: Mon, 27 Mar 2000 09:58:56 -0500 From: Peter Radcliffe To: FreeBSD Laptoppers Subject: Re: ietf suport Message-ID: <20000327095856.B13200@pir.net> Mail-Followup-To: FreeBSD Laptoppers References: <14558.60622.478579.861038@horsey.gshapiro.net> <20000327024853.A15319@twincreeks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from randy@psg.com on Mon, Mar 27, 2000 at 09:26:44PM +0930 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randy Bush probably said: > > For what it's worth, I call wicontrol from within > > an /etc/pccard_wi I created for the occasion and it > > works fine. > > worked for me too. thanks. or you could add; PATH=/usr/sbin:$PATH export PATH to the start of pccard_ether, or hardcode the path in pccard.conf, or ... P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 9:12:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 4F3BE37B679; Mon, 27 Mar 2000 09:12:26 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdnb05.imasy.or.jp [202.227.24.133]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id CAA08158; Tue, 28 Mar 2000 02:12:20 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200003271712.CAA08158@tasogare.imasy.or.jp> To: freebsd-mobile@freebsd.org Cc: freebsd-hackers@freebsd.org Subject: Call for review: new pccard.conf scheme X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 28 Mar 2000 02:12:20 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 220 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm working on new pccard.conf scheme, /etc/defaults/pccard.conf and /etc/pccard.conf in the same manner as rc.conf. Attached patch for pccardd(8) contains: 1. improved `include' keyword function for error handling. 2. changed available io, irq, mem pool so that they can be overridden. 3. default config file as /etc/defaults/pccard.conf instead of /etc/pccard.conf. Currently, /etc/pccard.conf.sample is provied as sample configuration file for pccard, most of users modify this file based on his/her laptop environment. However, on every upgrading, they have to merge new sample config into own config file. The pccard configuration can be separated into two parts; Default pccard configuration database for general purpose, and user specific configuration (further, available resource infomation and additional pccard entries). By separating the file into two (/etc/defaults/pccard.conf as default, /etc/pccard.conf as user config), upgrading pccard.conf would be much easier. Yes, just update /etc/defaults/pccard.conf! To test this stuff, apply the patch and compile & install src/usr.sbin/pccard/pccardd, and; # cp src/etc/pccard.conf.sample /etc/defaults/pccard.conf # echo include /etc/pccard.conf >> /etc/defaults/pccard.conf to make sample config to default config file. Then, create your own pccard config, you can change config entries here from default; # vi /etc/pccard.conf # change or add or delete contents or you can also do # rm /etc/pccard.conf Comments? Index: file.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pccard/pccardd/file.c,v retrieving revision 1.24 diff -u -r1.24 file.c --- file.c 2000/01/26 17:54:00 1.24 +++ file.c 2000/03/27 07:29:01 @@ -37,7 +37,12 @@ static FILE *in; static int includes = 0; -static FILE *files[MAXINCLUDES] = {NULL, }; +static struct { + FILE *filep; + char *filename; + int lineno; +} configfiles[MAXINCLUDES] = {{NULL, NULL, 0}}; + static int pushc, pusht; static int lineno; static char *filename; @@ -114,12 +119,15 @@ die("readfile"); } for (i = 0; i < MAXINCLUDES; i++) { - if (files[i]) { - fclose(files[i]); - files[i] = NULL; + if (configfiles[i].filep) { + fclose(configfiles[i].filep); + configfiles[i].filep = NULL; } } - files[includes = 0] = in; + includes = 0; + configfiles[includes].filep = in; + filename = configfiles[includes].filename = name; + parsefile(); for (cp = cards; cp; cp = cp->next) { if (cp->config == 0) @@ -132,50 +140,54 @@ parsefile(void) { int i; - int irq_init = 0; - int io_init = 0; - struct allocblk *bp; + struct allocblk *bp, *next; char *incl; pushc = 0; lineno = 1; - for (i = 0; i < 16 ; i++) - if (pool_irq[i]) { - irq_init = 1; - break; - } for (;;) switch (keyword(next_tok())) { case KWD_EOF: /* EOF */ return; case KWD_IO: - /* reserved I/O blocks */ + /* override reserved I/O blocks */ + bzero(io_avail, sizeof(io_avail)); + for (bp = pool_ioblks; bp; bp = next) { + next = bp->next; + free(bp); + } + pool_ioblks = NULL; + while ((bp = ioblk_tok(0)) != 0) { - if (!io_init) { - if (bp->size == 0 || bp->addr == 0) { - free(bp); - continue; - } - bit_nset(io_avail, bp->addr, - bp->addr + bp->size - 1); - bp->next = pool_ioblks; - pool_ioblks = bp; + if (bp->size == 0 || bp->addr == 0) { + free(bp); + continue; } + bit_nset(io_avail, bp->addr, + bp->addr + bp->size - 1); + bp->next = pool_ioblks; + pool_ioblks = bp; } - io_init = 1; pusht = 1; break; case KWD_IRQ: - /* reserved irqs */ + /* override reserved irqs */ + bzero(pool_irq, sizeof(pool_irq)); + while ((i = irq_tok(0)) > 0) - if (!irq_init) - pool_irq[i] = 1; - irq_init = 1; + pool_irq[i] = 1; pusht = 1; break; case KWD_MEMORY: - /* reserved memory blocks. */ + /* override reserved memory blocks. */ + bzero(mem_avail, sizeof(mem_avail)); + for (bp = pool_mem; bp; bp = next) { + next = bp->next; + free(bp); + } + pool_mem = NULL; + while ((bp = memblk_tok(0)) != 0) { if (bp->size == 0 || bp->addr == 0) { free(bp); @@ -732,7 +744,9 @@ if (includes) { fclose(in); includes--; - in = files[includes]; + in = configfiles[includes].filep; + filename = configfiles[includes].filename; + lineno = configfiles[includes].lineno; return _next_tok(); /* recursive */ } if (p != buf) { @@ -773,17 +787,29 @@ * Include configuration file */ static void -file_include(char *filename) +file_include(char *incl) { FILE *fp; - includes++; if (includes >= MAXINCLUDES) { error("include nesting overflow"); + pusht = 0; + goto out; } - if (!(fp = fopen(filename, "r"))) { + if (strcmp(incl, filename) == 0) { + error("can't include from the same file"); + pusht = 0; + goto out; + } + if (!(fp = fopen(incl, "r"))) { error("can't open include file"); - includes--; + pusht = 0; + goto out; } - in = files[includes] = fp; + configfiles[includes].lineno = lineno; + includes++; + in = configfiles[includes].filep = fp; + filename = configfiles[includes].filename = incl; +out: + return; } Index: pccardd.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/pccard/pccardd/pccardd.c,v retrieving revision 1.6 diff -u -r1.6 pccardd.c --- pccardd.c 1999/08/28 01:17:37 1.6 +++ pccardd.c 2000/03/27 06:23:56 @@ -37,7 +37,7 @@ #define EXTERN #include "cardd.h" -char *config_file = "/etc/pccard.conf"; +char *config_file = "/etc/defaults/pccard.conf"; /* * mainline code for cardd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 12: 9:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (Postfix) with ESMTP id 4041837BE7A for ; Mon, 27 Mar 2000 12:09:39 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 152FDA85A; Mon, 27 Mar 2000 22:09:37 +0200 (CEST) Date: Mon, 27 Mar 2000 22:09:37 +0200 From: Guido van Rooij To: freebsd-mobile@freebsd.org Subject: modem in my vaio Message-ID: <20000327220936.A21047@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I thought I knew how this pccard stuff worked but I am lost as to why I cannot get a valid irq for my modem card... Here the relevant bits: Tuple #8, code = 0x1b (Configuration entry), length = 22 000: c1 c1 bd 0f 55 4d 5d 36 e0 17 17 ea 60 f8 03 07 010: 70 bc 8e 20 00 20 Config index = 0x1(default) Interface byte = 0xc1 (I/O) +RDY/-BSY active, wait signal supported Vcc pwr: Nominal operating supply voltage: 5 x 1V Minimum operating supply voltage: 4.5 x 1V Maximum operating supply voltage: 5.5 x 1V Continuous supply current: 3 x 100mA Wait scale Speed = 1.2 x 10 ms RDY/BSY scale Speed = 1.2 x 10 ms Card decodes 23 address lines IRQ modes: IRQs: NMI IOCK BERR 0 1 2 4 8 9 10 12 Memory space length = 0xf860 Max twin cards = 3 Misc attr: Tuple #9, code = 0x1b (Configuration entry), length = 7 000: 02 08 ea 60 f8 02 07 Config index = 0x2 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2f8 block length = 0x8 Tuple #10, code = 0x1b (Configuration entry), length = 7 000: 23 08 ea 60 e8 03 07 Config index = 0x23 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3e8 block length = 0x8 Tuple #11, code = 0x1b (Configuration entry), length = 7 000: 24 08 ea 60 e8 02 07 Config index = 0x24 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2e8 block length = 0x8 # Xircom CreditCard Modem card "Xircom" "CreditCard Modem 33.6" config 0x2 "sio4" 8 reset 100 insert echo Xircom CreditCard Modem 33.6 inserted remove echo Xircom CreditCard Modem 33.6 removed Mar 27 22:01:42 mouse pccardd[355]: pccardd started pccard: card inserted, slot 0 sio4 at port 0x2f8-0x2ff irq 8 slot 0 on pccard0 sio4: type 16450 seems okay so far... however, cu(1) doesn't work: I only get echo's from my keystrokes delayed and one at a time, so there is definately something wrong with the irq asignment. I also tried irq 9 and irq 3 to no avail. Same with config 0x24 "sio4" 8 There is no other device with irq 8... -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 13:45:24 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.prod.itd.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 5953137BB8A for ; Mon, 27 Mar 2000 13:45:21 -0800 (PST) (envelope-from prmoyer@mail.earthlink.net) Received: from mail.earthlink.net (ip112.wilmington3.de.pub-ip.psi.net [38.30.157.112]) by scaup.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id NAA17393; Mon, 27 Mar 2000 13:45:18 -0800 (PST) Message-Id: <200003272145.NAA17393@scaup.prod.itd.earthlink.net> From: "Philip R. Moyer" Reply-To: pmoyer@hyperon.com To: freebsd-mobile@freebsd.org Cc: woody@nosloop.com Subject: Re: CEM56 pccard.conf entry??? Date: Mon, 27 Mar 2000 16:45:33 -0500 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Back in November, Woody Poolson asked about a pccard.conf entry for the Xircom RealPort Ethernet 10/100 + Modem 56, aka CEM56. Nick Slager posted an entry that works for the Ethernet interface, but there were no followups for the modem. I've got one of these cards as well. It worked under 3.4-RELEASE+PAO, but it does not work under 4.0-STABLE with pccard. Soooo, does anyone have a working pccard.conf entry for the modem part of the card? I'm not familiar enough with pcmcia configurations to figure it out on my own. I've appended the dumpcis output for the card, if it helps any. Cheers, Phil Code 136 not found Code 136 not found code Unknown ignored code Manufacturer ID ignored Code 138 not found Code 138 not found code Unknown ignored Code 139 not found Code 139 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 2 000: 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = reserved, 32 units Tuple #2, code = 0x17 (Attribute memory descriptor), length = 2 000: 00 ff Attribute memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = reserved, 32 units Tuple #3, code = 0x15 (Version 1 info), length = 59 000: 05 00 58 69 72 63 6f 6d 00 43 72 65 64 69 74 43 010: 61 72 64 20 45 74 68 65 72 6e 65 74 20 31 30 2f 020: 31 30 30 20 2b 20 4d 6f 64 65 6d 20 35 36 00 43 030: 45 4d 35 36 00 31 2e 30 30 00 ff Version = 5.0, Manuf = [Xircom],card vers = [CreditCard Ethernet 10/100 + Modem 56] Addit. info = [CEM56],[1.00] Tuple #4, code = 0x0 (Null tuple), length = 8 000: 33 dc eb 00 00 00 00 00 Tuple #5, code = 0x0 (Null tuple), length = 5 000: 05 01 0a 11 46 Tuple #6, code = 0x44 (Card init date), length = 4 000: 41 71 2e 28 Tuple #7, code = 0x1a (Configuration map), length = 5 000: 01 3f 80 ff 67 Reg len = 2, config register addr = 0xff80, last config = 0x3f Registers: XXX--XX- Tuple #8, code = 0x1b (Configuration entry), length = 20 000: e7 c1 9d 0f 55 4d 5d 4e e0 17 17 ea 60 e8 02 07 010: f0 bc 8e 20 Config index = 0x27(default) Interface byte = 0xc1 (I/O) +RDY/-BSY active, wait signal supported Vcc pwr: Nominal operating supply voltage: 5 x 1V Minimum operating supply voltage: 4.5 x 1V Maximum operating supply voltage: 5.5 x 1V Continuous supply current: 4.5 x 100mA Wait scale Speed = 1.2 x 10 ms RDY/BSY scale Speed = 1.2 x 10 ms Card decodes 23 address lines IRQ modes: IRQs: NMI IOCK BERR 0 1 2 4 8 9 10 12 Max twin cards = 0 Misc attr: (Power down supported) Tuple #9, code = 0x1b (Configuration entry), length = 7 000: 1f 08 ea 60 e8 03 07 Config index = 0x1f Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3e8 block length = 0x8 Tuple #10, code = 0x1b (Configuration entry), length = 7 000: 17 08 ea 60 f8 02 07 Config index = 0x17 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2f8 block length = 0x8 Tuple #11, code = 0x1b (Configuration entry), length = 7 000: 0f 08 ea 60 f8 03 07 Config index = 0xf Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3f8 block length = 0x8 Tuple #12, code = 0x1b (Configuration entry), length = 3 000: 3f 08 63 Config index = 0x3f Card decodes 3 address lines, full 8/16 Bit I/O Tuple #13, code = 0x21 (Functional ID), length = 2 000: 02 00 Serial port/modem Tuple #14, code = 0x22 (Functional EXT), length = 4 000: 00 02 0f 5c Serial interface extension: 16550 UART, Parity - Space,Mark,Odd,Even, Tuple #15, code = 0x22 (Functional EXT), length = 12 000: 02 06 00 3f 1c 03 03 0f 07 00 01 b5 Data modem services available: Tuple #16, code = 0x22 (Functional EXT), length = 8 000: 13 06 00 0b 00 02 00 b5 Tuple #17, code = 0x21 (Functional ID), length = 2 000: 06 00 Network/LAN adapter Tuple #18, code = 0x22 (Functional EXT), length = 8 000: 04 06 00 10 a4 eb dc 33 Voice services available: Tuple #19, code = 0x0 (Null tuple), length = 12 000: 39 30 30 34 41 42 45 42 44 43 33 33 Tuple #20, code = 0x0 (Null tuple), length = 4 000: 01 00 00 00 Tuple #21, code = 0x14 (No link), length = 0 Tuple #22, code = 0xff (Terminator), length = 0 2 slots found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 13:52:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (dhcp-193-29.ietf.connect.com.au [169.208.193.29]) by hub.freebsd.org (Postfix) with ESMTP id 55B3137BC59 for ; Mon, 27 Mar 2000 13:52:46 -0800 (PST) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 12ZhR8-0000ll-00; Tue, 28 Mar 2000 07:22:38 +0930 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Peter Radcliffe Cc: FreeBSD Laptoppers Subject: Re: ietf suport References: <14558.60622.478579.861038@horsey.gshapiro.net> <20000327024853.A15319@twincreeks.net> <20000327095856.B13200@pir.net> Message-Id: Date: Tue, 28 Mar 2000 07:22:38 +0930 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>> For what it's worth, I call wicontrol from within >>> an /etc/pccard_wi I created for the occasion and it >>> works fine. >> >> worked for me too. thanks. > > or you could add; > PATH=/usr/sbin:$PATH > export PATH > > to the start of pccard_ether, or hardcode the path in pccard.conf, or ... if anyone still cares, i did it with and without explict path on the executable name (i do not like adding things to the default path). did not seem to solve the problem. i probably made some other mistake. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 13:58:43 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 4B6B237B5F0 for ; Mon, 27 Mar 2000 13:58:37 -0800 (PST) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.9.3/8.8.8) with ESMTP id NAA05130; Mon, 27 Mar 2000 13:58:25 -0800 (PST) Message-Id: <200003272158.NAA05130@ptavv.es.net> To: pmoyer@hyperon.com Cc: freebsd-mobile@FreeBSD.ORG, woody@nosloop.com Subject: Re: CEM56 pccard.conf entry??? In-reply-to: Your message of "Mon, 27 Mar 2000 16:45:33 EST." <200003272145.NAA17393@scaup.prod.itd.earthlink.net> Date: Mon, 27 Mar 2000 13:58:25 -0800 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Philip, The author of the xe driver, Scott Mitchell, reported a few days ago that the driver would not work under V4 until Warner gets some patches into the PCCARD support. Warner is a bit buried and says he hopes to get to it soon. For the latest information on the Xircom driver I would suggest the xircom-freebsd@lovett.com mailing list. Subscriptions should go to majordomo@lovett.com. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 14:47: 3 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 1AFAE37B9F9 for ; Mon, 27 Mar 2000 14:46:59 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA55954; Mon, 27 Mar 2000 15:46:57 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA00727; Mon, 27 Mar 2000 15:46:40 -0700 (MST) Message-Id: <200003272246.PAA00727@harmony.village.org> To: Guido van Rooij Subject: Re: modem in my vaio Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 27 Mar 2000 22:09:37 +0200." <20000327220936.A21047@gvr.gvr.org> References: <20000327220936.A21047@gvr.gvr.org> Date: Mon, 27 Mar 2000 15:46:40 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000327220936.A21047@gvr.gvr.org> Guido van Rooij writes: : sio4 at port 0x2f8-0x2ff irq 8 slot 0 on pccard0 irq 8 is not a vlaid irq. The valid IRQs are 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14 and 15. I'm not sure about 13. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 16:44:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from kitab.cisco.com (dhcp-193-220.ietf.connect.com.au [169.208.193.220]) by hub.freebsd.org (Postfix) with ESMTP id 43D2B37B709; Mon, 27 Mar 2000 16:44:05 -0800 (PST) (envelope-from raj@cisco.com) Received: (from raj@localhost) by kitab.cisco.com (8.9.2/8.9.2) id QAA00511; Mon, 27 Mar 2000 16:44:19 -0800 (PST) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14560.98.259388.61429@kitab.cisco.com> Date: Mon, 27 Mar 2000 16:44:18 -0800 (PST) To: freebsd-mobile@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Small addition to pccard.conf syntax (ioaddr option) X-Mailer: VM 6.74 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In booting, sleeping, and resuming my laptop using the Lucent wavelan card at IETF I found that pccardd didn't always allocate the ioaddr space correctly. I had a modem card in slot 0 and the wavelan card in slot 1. When I initially boot, it allocates io space for the modem card and then the wavelan card next. With the following: io 0x2f8-0x340 it allocates 0x2f8-0x300 for the modem and then 0x300-0x340 for the wavelan. This is fine. After sleeping and resuming, however, pccardd allocates the io space for the wavelan card first, which puts it at the wrong location in memory and the card can not init. correctly. Looking at pccardd source I notice that it will allocate the correct space if that was specified in the cis info on the card, but I don't see that being specified for this card. So, the card seems to need specifically allocated 0x300-0x340 but it doesn't say so in the cis information. I see this same situation wrt to my Xircom modem card as well. I finally just decided that it would be easiest to simply modify pccardd to allow specifying the "ioaddr" location in the configuration file. These diffs add the "ioaddr" keyword for card configuration information like so: card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi0" 10 ioaddr 0x300 insert echo Cabletron RoamAbout inserted insert /etc/pccard_ether wi0 remove echo Cabletron RoamAbout removed This always allocates the correct io space and always works just fine. These diffs are based on the version of pccardd which came with 3.1, but I don't think it's changed that much. It would be nice to have these changes, or something else giving this same functionality, in future versions of pccardd. (Or maybe there's a different way to force the iobase address? I haven't found it.) diff -c orig_pccardd/cardd.c pccardd/cardd.c *** orig_pccardd/cardd.c Mon Mar 27 15:28:01 2000 --- pccardd/cardd.c Mon Mar 27 15:25:45 2000 *************** *** 38,44 **** #include "cardd.h" static struct card_config *assign_driver(struct card *); ! static int assign_io(struct slot *); static int setup_slot(struct slot *); static void card_inserted(struct slot *); static void card_removed(struct slot *); --- 38,44 ---- #include "cardd.h" static struct card_config *assign_driver(struct card *); ! static int assign_io(struct slot *, struct card *); static int setup_slot(struct slot *); static void card_inserted(struct slot *); static void card_removed(struct slot *); *************** *** 135,140 **** --- 135,141 ---- { struct slotstate state; + logmsg("Slot change for card %s", sp->name); if (ioctl(sp->fd, PIOCGSTATE, &state)) { logerr("ioctl (PIOCGSTATE)"); return; *************** *** 224,230 **** read_ether(sp); if ((sp->config = assign_driver(cp)) == NULL) return; ! if (assign_io(sp)) { logmsg("Resource allocation failure for %s", sp->cis->manuf); return; } --- 225,231 ---- read_ether(sp); if ((sp->config = assign_driver(cp)) == NULL) return; ! if (assign_io(sp, cp)) { logmsg("Resource allocation failure for %s", sp->cis->manuf); return; } *************** *** 338,344 **** * configuration index selected. */ static int ! assign_io(struct slot *sp) { struct cis *cis; struct cis_config *cisconf, *defconf; --- 339,345 ---- * configuration index selected. */ static int ! assign_io(struct slot *sp, struct card *cd) { struct cis *cis; struct cis_config *cisconf, *defconf; *************** *** 409,414 **** --- 410,418 ---- * decode gives the size. */ sp->io.size = 1 << cp->io_addr; + + if (cd->ioaddr) + sp->io.addr = cd->ioaddr; if (sp->io.addr == 0) { int i = bit_fns(io_avail, IOPORTS, sp->io.size); diff -c orig_pccardd/file.c pccardd/file.c *** orig_pccardd/file.c Mon Mar 27 15:28:01 2000 --- pccardd/file.c Mon Mar 27 15:26:17 2000 *************** *** 52,57 **** --- 52,58 ---- "ether", /* 9 */ "insert", /* 10 */ "remove", /* 11 */ + "ioaddr", /* 12 */ 0 }; *************** *** 66,71 **** --- 67,73 ---- #define KWD_ETHER 9 #define KWD_INSERT 10 #define KWD_REMOVE 11 + #define KWD_IOADDR 12 struct flags { char *name; *************** *** 184,189 **** --- 186,192 ---- cp->version = vers; cp->reset_time = 50; cp->next = cards; + cp->ioaddr = 0; /* init. */ cards = cp; for (;;) { switch (keyword(next_tok())) { *************** *** 248,253 **** --- 251,259 ---- case KWD_REMOVE: /* remove */ addcmd(&cp->remove); + break; + case KWD_IOADDR: + cp->ioaddr = num_tok(); break; default: pusht = 1; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 18:26:52 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from angmar.mel.vet.com.au (angmar.mel.vet.com.au [203.103.154.62]) by hub.freebsd.org (Postfix) with ESMTP id DDD6F37B7D8 for ; Mon, 27 Mar 2000 18:26:47 -0800 (PST) (envelope-from thutton@vet.com.au) Received: from foo.mel.vet.com.au (foo.mel.vet.com.au [203.103.154.60]) by angmar.mel.vet.com.au (8.9.3/8.9.3) with SMTP id MAA57321 for ; Tue, 28 Mar 2000 12:26:44 +1000 (EST) From: Toby Hutton MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14560.6243.553883.614050@foo.mel.vet.com.au> Date: Tue, 28 Mar 2000 12:26:43 +1000 (EST) To: freebsd-mobile@freebsd.org Subject: General pccardd question. X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Reply-To: Toby Hutton Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey guys, I have a pccardd question: Does the IO memory window *have* to correspond to one of the addresses listed in the dumpcis? eg. My eth card says 0x300, size 0x20; 0x320, size 0x20; 0x340, size 0x20, 0x360, size 0x20; 0x200, size 0x20; in 5 different tuple entries. Could I get the card going at addr. 0x280? Unfortunately, I *think* the sound hardware in the Inspiron 7k uses all of this io space, from 0x200-0x27f and 0x300-0x3ff. So ideally 0x280 would be the spot for the eth. But I've tried this and the driver can't be allocated. Sigh. I've tried just about everything and am just about ready to give up :( Thanks, -- Toby. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 18:33:38 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 6C0C037B853 for ; Mon, 27 Mar 2000 18:33:27 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (root@mojave.lemis.com [192.109.197.162]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id MAA09413; Tue, 28 Mar 2000 12:02:50 +0930 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id WAA00727; Fri, 24 Mar 2000 22:39:48 -0800 (PST) (envelope-from grog) Date: Fri, 24 Mar 2000 22:39:48 -0800 From: Greg Lehey To: Nate Williams Cc: Sean Eric Fagan , mobile@FreeBSD.ORG Subject: Re: What laptop should I buy? Message-ID: <20000324223948.B682@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <200003242059.NAA09850@nomad.yogotech.com> <200003242111.NAA01676.kithrup.freebsd.mobile@mass.cdrom.com> <200003242118.NAA27332@kithrup.com> <20000324133736.R1349@mojave.worldwide.lemis.com> <200003242220.PAA10561@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200003242220.PAA10561@nomad.yogotech.com>; from nate@yogotech.com on Fri, Mar 24, 2000 at 03:20:13PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Friday, 24 March 2000 at 15:20:13 -0700, Nate Williams wrote: >> I find that I increasingly use my laptop for maintaining continuity >> while traveling. For that purpose, I need as close an approximation >> to my home setup as possible. Unfortunately, nobody seems to sell a >> laptop with two 1600x1200 displays :-) > > You can do what I've done, and lower the bar at home and use your laptop > as your 'home setup' as well as your on-the-road setup. :) :) :) I could stop using X altogether and just use an 80x25 terminal. But I'm not going to. Recall that I have a Latitude CPi 233 MHz, which is a pretty good laptop. But if somebody comes to you and says "That laptop is too old and slow; let me buy you a better one", what would you say? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 18:35: 1 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 364B537B6B7; Mon, 27 Mar 2000 18:34:55 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (root@mojave.lemis.com [192.109.197.162]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id MAA09419; Tue, 28 Mar 2000 12:04:21 +0930 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id WAA00711; Fri, 24 Mar 2000 22:36:10 -0800 (PST) (envelope-from grog) Date: Fri, 24 Mar 2000 22:36:10 -0800 From: Greg Lehey To: Vincent Poy Cc: Bill Fumerola , Mike Smith , Nate Williams , Poul-Henning Kamp , "Jordan K. Hubbard" , mobile@FreeBSD.ORG Subject: Re: What laptop should I buy? Message-ID: <20000324223609.A682@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <20000324170536.G25438@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from vince@oahu.WURLDLINK.NET on Fri, Mar 24, 2000 at 12:07:55PM -1000 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Friday, 24 March 2000 at 12:07:55 -1000, Vincent Poy wrote: > On Fri, 24 Mar 2000, Bill Fumerola wrote: > >> Thats what stickers and paint are for. > > Time to replace the Designed for Microsoft Windows sticker with a > FreeBSD sticker and the Daemon sticker for a wristpad =) Ah, you weren't there when I got my last laptop (at USENIX last year). I peeled the "Designed for Microsoft" sticker off and put it on the garbage can. And of course the machine (on which I'm writing this) has a daemon sticker on it. Mike Smith came by this evening with his Inspiron 7500, and I was able to confirm that it will fit in my briefcase, but he wanted it back. It looks like it's going to have to be an Inspiron. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 18:44:51 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from oahu.WURLDLINK.NET (oahu.WURLDLINK.NET [208.164.68.1]) by hub.freebsd.org (Postfix) with ESMTP id DC42037B7DF; Mon, 27 Mar 2000 18:44:46 -0800 (PST) (envelope-from vince@oahu.WURLDLINK.NET) Received: from localhost (vince@localhost) by oahu.WURLDLINK.NET (8.9.3/8.9.3) with ESMTP id QAA67639; Mon, 27 Mar 2000 16:44:31 -1000 (HST) (envelope-from vince@oahu.WURLDLINK.NET) Date: Mon, 27 Mar 2000 16:44:31 -1000 (HST) From: Vincent Poy To: Greg Lehey Cc: Bill Fumerola , Mike Smith , Nate Williams , Poul-Henning Kamp , "Jordan K. Hubbard" , mobile@FreeBSD.ORG Subject: Re: What laptop should I buy? In-Reply-To: <20000324223609.A682@mojave.worldwide.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 24 Mar 2000, Greg Lehey wrote: > >> Thats what stickers and paint are for. > > > > Time to replace the Designed for Microsoft Windows sticker with a > > FreeBSD sticker and the Daemon sticker for a wristpad =) > > Ah, you weren't there when I got my last laptop (at USENIX last > year). I peeled the "Designed for Microsoft" sticker off and put it > on the garbage can. And of course the machine (on which I'm writing > this) has a daemon sticker on it. Hmmm, looks like I may need to get some of those stickers too. Where can I find them? Also, are those Intel Pentium II stickers easy to get? It seems IBM put the stickers on the ThinkPad 770Z in the wrong place, on the left corner of the wrist rest so it's easy to kill the sticker. > Mike Smith came by this evening with his Inspiron 7500, and I was able > to confirm that it will fit in my briefcase, but he wanted it back. > It looks like it's going to have to be an Inspiron. Hehe, I don't hink Inspiron's are bad. I just wished it had that pointing stick thing like in their new Latitude notebook. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 19:46:53 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 7C00037B582; Mon, 27 Mar 2000 19:46:47 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id UAA56890; Mon, 27 Mar 2000 20:46:45 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id UAA02345; Mon, 27 Mar 2000 20:46:28 -0700 (MST) Message-Id: <200003280346.UAA02345@harmony.village.org> To: Richard Johnson Subject: Re: Small addition to pccard.conf syntax (ioaddr option) Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 27 Mar 2000 16:44:18 PST." <14560.98.259388.61429@kitab.cisco.com> References: <14560.98.259388.61429@kitab.cisco.com> Date: Mon, 27 Mar 2000 20:46:28 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <14560.98.259388.61429@kitab.cisco.com> Richard Johnson writes: : I finally just decided that it would be easiest to simply modify : pccardd to allow specifying the "ioaddr" location in the configuration : file. These diffs add the "ioaddr" keyword for card configuration : information like so: I'd rather not do this. It is a move in the wrong direction. I'd like to see things move more into the kernel. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 19:53:31 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from kitab.cisco.com (dhcp-193-220.ietf.connect.com.au [169.208.193.220]) by hub.freebsd.org (Postfix) with ESMTP id 3B98A37B5F6; Mon, 27 Mar 2000 19:53:14 -0800 (PST) (envelope-from raj@cisco.com) Received: (from raj@localhost) by kitab.cisco.com (8.9.2/8.9.2) id TAA00757; Mon, 27 Mar 2000 19:53:14 -0800 (PST) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14560.11433.930491.310675@kitab.cisco.com> Date: Mon, 27 Mar 2000 19:53:13 -0800 (PST) To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: Small addition to pccard.conf syntax (ioaddr option) In-Reply-To: <200003280346.UAA02345@harmony.village.org> References: <14560.98.259388.61429@kitab.cisco.com> <200003280346.UAA02345@harmony.village.org> X-Mailer: VM 6.74 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh writes: > In message <14560.98.259388.61429@kitab.cisco.com> Richard Johnson writes: > : I finally just decided that it would be easiest to simply modify > : pccardd to allow specifying the "ioaddr" location in the configuration > : file. These diffs add the "ioaddr" keyword for card configuration > : information like so: > > I'd rather not do this. It is a move in the wrong direction. I'd > like to see things move more into the kernel. > > Warner Fine with me as long as there's a way to do it. If we could get the ioaddr information from the driver definition in the kernel and use that, I'd be satisfied. Afterall, I already have: device wi0 at isa? port 0x300 net irq 10 flags 0x1 which obviously specifies the ioaddr as "0x300" right there. That should be sufficient, but currently it's not. Same thing goes for the irq. /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 19:54:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 127A837B99A for ; Mon, 27 Mar 2000 19:53:57 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id UAA56914; Mon, 27 Mar 2000 20:53:52 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id UAA02430; Mon, 27 Mar 2000 20:53:34 -0700 (MST) Message-Id: <200003280353.UAA02430@harmony.village.org> To: Toby Hutton Subject: Re: General pccardd question. Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 28 Mar 2000 12:26:43 +1000." <14560.6243.553883.614050@foo.mel.vet.com.au> References: <14560.6243.553883.614050@foo.mel.vet.com.au> Date: Mon, 27 Mar 2000 20:53:34 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <14560.6243.553883.614050@foo.mel.vet.com.au> Toby Hutton writes: : eg. My eth card says 0x300, size 0x20; 0x320, size 0x20; 0x340, size : 0x20, 0x360, size 0x20; 0x200, size 0x20; in 5 different tuple : entries. : : Could I get the card going at addr. 0x280? Generally, no. Sometimes you can, but usually it will fail. : Unfortunately, I *think* the sound hardware in the Inspiron 7k uses : all of this io space, from 0x200-0x27f and 0x300-0x3ff. So ideally : 0x280 would be the spot for the eth. But I've tried this and the : driver can't be allocated. Sigh. I've tried just about everything : and am just about ready to give up :( Bummmer. Are you sure? What's Win9x say? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 19:59:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 5E91037BD9F; Mon, 27 Mar 2000 19:59:06 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id UAA56934; Mon, 27 Mar 2000 20:59:04 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id UAA02471; Mon, 27 Mar 2000 20:58:46 -0700 (MST) Message-Id: <200003280358.UAA02471@harmony.village.org> To: Richard Johnson Subject: Re: Small addition to pccard.conf syntax (ioaddr option) Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 27 Mar 2000 19:53:13 PST." <14560.11433.930491.310675@kitab.cisco.com> References: <14560.11433.930491.310675@kitab.cisco.com> <14560.98.259388.61429@kitab.cisco.com> <200003280346.UAA02345@harmony.village.org> Date: Mon, 27 Mar 2000 20:58:46 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <14560.11433.930491.310675@kitab.cisco.com> Richard Johnson writes: : Fine with me as long as there's a way to do it. If we could get the : ioaddr information from the driver definition in the kernel and use : that, I'd be satisfied. Afterall, I already have: : : device wi0 at isa? port 0x300 net irq 10 flags 0x1 : : which obviously specifies the ioaddr as "0x300" right there. That : should be sufficient, but currently it's not. Same thing goes for the : irq. Hmmmm. It would have to be something like device wi0 at pccard? port 0x300 irq 10 flags 0x1 but that won't work in 4.x, nor in 3.x since pccards are outside config space in 3.x (well, kinda). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 20: 5: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from kitab.cisco.com (dhcp-193-220.ietf.connect.com.au [169.208.193.220]) by hub.freebsd.org (Postfix) with ESMTP id 068E937BCEF; Mon, 27 Mar 2000 20:05:02 -0800 (PST) (envelope-from raj@cisco.com) Received: (from raj@localhost) by kitab.cisco.com (8.9.2/8.9.2) id UAA00771; Mon, 27 Mar 2000 20:04:16 -0800 (PST) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14560.12095.629999.492194@kitab.cisco.com> Date: Mon, 27 Mar 2000 20:04:15 -0800 (PST) To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: Small addition to pccard.conf syntax (ioaddr option) In-Reply-To: <200003280358.UAA02471@harmony.village.org> References: <14560.11433.930491.310675@kitab.cisco.com> <14560.98.259388.61429@kitab.cisco.com> <200003280346.UAA02345@harmony.village.org> <200003280358.UAA02471@harmony.village.org> X-Mailer: VM 6.74 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh writes: > In message <14560.11433.930491.310675@kitab.cisco.com> Richard Johnson writes: > Hmmmm. It would have to be something like > device wi0 at pccard? port 0x300 irq 10 flags 0x1 > but that won't work in 4.x, nor in 3.x since pccards are outside > config space in 3.x (well, kinda). > > Warner I'm currently running 3.1 and my system is configured this way currently. I realize that I need to upgrade to 4.0 but haven't done so yet. /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 21:31:18 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 91E3B37BD2B; Mon, 27 Mar 2000 21:31:11 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA57220; Mon, 27 Mar 2000 22:31:10 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA03455; Mon, 27 Mar 2000 22:30:52 -0700 (MST) Message-Id: <200003280530.WAA03455@harmony.village.org> To: Richard Johnson Subject: Re: Small addition to pccard.conf syntax (ioaddr option) Cc: freebsd-mobile@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 27 Mar 2000 20:04:15 PST." <14560.12095.629999.492194@kitab.cisco.com> References: <14560.12095.629999.492194@kitab.cisco.com> <14560.11433.930491.310675@kitab.cisco.com> <14560.98.259388.61429@kitab.cisco.com> <200003280346.UAA02345@harmony.village.org> <200003280358.UAA02471@harmony.village.org> Date: Mon, 27 Mar 2000 22:30:52 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <14560.12095.629999.492194@kitab.cisco.com> Richard Johnson writes: : I'm currently running 3.1 and my system is configured this way : currently. I realize that I need to upgrade to 4.0 but haven't done : so yet. I wasn't prompting you to upgrade. Just letting you know the lay of the land. Minor nits will be corrected in 3.x. minor features (maybe major ones) will be added to 4.x. Major breakage will happen in -current. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Mar 27 21:38: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from kitab.cisco.com (dhcp-193-220.ietf.connect.com.au [169.208.193.220]) by hub.freebsd.org (Postfix) with ESMTP id E61EC37B646 for ; Mon, 27 Mar 2000 21:38:05 -0800 (PST) (envelope-from raj@cisco.com) Received: (from raj@localhost) by kitab.cisco.com (8.9.2/8.9.2) id VAA01072; Mon, 27 Mar 2000 21:38:21 -0800 (PST) (envelope-from raj) From: Richard Johnson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14560.17740.700141.50646@kitab.cisco.com> Date: Mon, 27 Mar 2000 21:38:20 -0800 (PST) To: freebsd-mobile@freebsd.org Subject: freebsd supper at ietf? Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I haven't heard anything and this is arguably the wrong mailing list for asking, but since other ietf specific messages have come by this list lately anyway... Is there a freebsd supper scheduled? Pointers to further info? /raj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 0:40:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 4C8CF37BAD3 for ; Tue, 28 Mar 2000 00:40:39 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p14-dn01kiryunisiki.gunma.ocn.ne.jp [211.0.245.15]) by peach.ocn.ne.jp (8.9.1a/OCN) with ESMTP id RAA19403; Tue, 28 Mar 2000 17:40:35 +0900 (JST) Message-ID: <38E06477.15E4E4ED@newsguy.com> Date: Tue, 28 Mar 2000 16:51:19 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Randy Bush Cc: FreeBSD Laptoppers Subject: Re: ietf suport References: <14558.60622.478579.861038@horsey.gshapiro.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randy Bush wrote: > > 3.4+pao-20000130 > > # Lucent WaveLAN/IEEE > card "Lucent Technologies" "WaveLAN/IEEE" > config default "wi0" 10 > insert logger -s Lucent WaveLAN/IEEE inserted > insert wicontrol -i wi0 -p 1 > insert wicontrol -i wi0 -n "" > insert wicontrol -i wi0 -s "roam.psg.com" > insert /etc/pccard_ether $device > remove logger -s Lucent WaveLAN/IEEE removed > remove /etc/pccard_ether_remove $device > > the wicontrol calls seem not to be made. yes, i killed and restarted > pccardd. Well, I don't know about PAO or 3.4, but on 4.0/5.0, /etc/defaults/rc.conf is set so that the file read by default is /etc/pccard.conf.sample, *not* /etc/pccard.conf, which is the default for pccardd and documented as such. This has misled everyone I ever talked to about it. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@zurichgnomes.bsdconspiracy.net The size of the pizza is inversely proportional to the intensity of the hunger. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 0:40:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id AEDAA37BDDF for ; Tue, 28 Mar 2000 00:40:50 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p14-dn01kiryunisiki.gunma.ocn.ne.jp [211.0.245.15]) by peach.ocn.ne.jp (8.9.1a/OCN) with ESMTP id RAA19478; Tue, 28 Mar 2000 17:40:47 +0900 (JST) Message-ID: <38E06BD8.346A53B0@newsguy.com> Date: Tue, 28 Mar 2000 17:22:48 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Mitsuru IWASAKI Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Call for review: new pccard.conf scheme References: <200003271712.CAA08158@tasogare.imasy.or.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [removing -hackers] Mitsuru IWASAKI wrote: > > I'm working on new pccard.conf scheme, /etc/defaults/pccard.conf and > /etc/pccard.conf in the same manner as rc.conf. Yeah! > Attached patch for pccardd(8) contains: > 1. improved `include' keyword function for error handling. > 2. changed available io, irq, mem pool so that they can be overridden. > 3. default config file as /etc/defaults/pccard.conf instead of > /etc/pccard.conf. Include a patch to /etc/defaults/rc.conf, too. :-) > The pccard configuration can be separated into two parts; Default > pccard configuration database for general purpose, and user specific > configuration (further, available resource infomation and additional > pccard entries). By separating the file into two > (/etc/defaults/pccard.conf as default, /etc/pccard.conf as user > config), upgrading pccard.conf would be much easier. > Yes, just update /etc/defaults/pccard.conf! Err... pccard.conf is a file that goes through WAAAAAY too many syntax changes. Can you add a "version number" config line, so that pccardd can verify that the files are in an acceptable syntax? I'd suggest major/minor numbers. If major is wrong, the syntax is incompatible. If the minor is wrong, the syntax is still supported but the user would better update it to remove legacy keywords. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@zurichgnomes.bsdconspiracy.net The size of the pizza is inversely proportional to the intensity of the hunger. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 3:41:28 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from angmar.mel.vet.com.au (angmar.mel.vet.com.au [203.103.154.62]) by hub.freebsd.org (Postfix) with ESMTP id CD35C37BDDC for ; Tue, 28 Mar 2000 03:41:16 -0800 (PST) (envelope-from thutton@vet.com.au) Received: from foo.mel.vet.com.au (foo.mel.vet.com.au [203.103.154.60]) by angmar.mel.vet.com.au (8.9.3/8.9.3) with SMTP id VAA64560 for ; Tue, 28 Mar 2000 21:41:12 +1000 (EST) From: Toby Hutton MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14560.39512.130920.349668@foo.mel.vet.com.au> Date: Tue, 28 Mar 2000 21:41:12 +1000 (EST) To: freebsd-mobile@FreeBSD.ORG Subject: Re: General pccardd question. In-Reply-To: <200003280353.UAA02430@harmony.village.org> References: <14560.6243.553883.614050@foo.mel.vet.com.au> <200003280353.UAA02430@harmony.village.org> X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Reply-To: Toby Hutton Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh writes: > In message <14560.6243.553883.614050@foo.mel.vet.com.au> Toby Hutton writes: > : driver can't be allocated. Sigh. I've tried just about everything > : and am just about ready to give up :( > > Bummmer. Are you sure? What's Win9x say? Hrmm. Windows has it on 0x320 and irq 10. Still doesn't work. I can't work it out. I'm going to take it back and get a different card. Thanks for your help :) So... are there any Dell Inspiron 7000 owners out there that can recommend an ethernet only card that will definitely work for me? :) -- Toby. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 3:47:14 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 3142237BE47 for ; Tue, 28 Mar 2000 03:47:07 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id MAA62739; Tue, 28 Mar 2000 12:47:03 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA15671; Tue, 28 Mar 2000 12:47:00 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200003281147.MAA15671@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Guido van Rooij Cc: Warner Losh , freebsd-mobile@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: modem in my vaio In-Reply-To: Message from Warner Losh of "Mon, 27 Mar 2000 15:46:40 PDT." <200003272246.PAA00727@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 28 Mar 2000 12:47:00 +0100 From: Brian Somers Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > In message <20000327220936.A21047@gvr.gvr.org> Guido van Rooij writes: > : sio4 at port 0x2f8-0x2ff irq 8 slot 0 on pccard0 > > irq 8 is not a vlaid irq. Besides, irq 8 is normally reserved for the timer isn't it.... ? -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 5:44:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 5124737BED3 for ; Tue, 28 Mar 2000 05:44:42 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdnb34.imasy.or.jp [202.227.24.162]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id WAA14869; Tue, 28 Mar 2000 22:44:37 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200003281344.WAA14869@tasogare.imasy.or.jp> To: dcs@newsguy.com Cc: iwasaki@jp.FreeBSD.org, freebsd-mobile@FreeBSD.ORG Subject: Re: Call for review: new pccard.conf scheme In-Reply-To: Your message of "Tue, 28 Mar 2000 17:22:48 +0900" <38E06BD8.346A53B0@newsguy.com> References: <38E06BD8.346A53B0@newsguy.com> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 28 Mar 2000 22:44:37 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 38 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I'm working on new pccard.conf scheme, /etc/defaults/pccard.conf and > > /etc/pccard.conf in the same manner as rc.conf. > > Yeah! Thanks! > Include a patch to /etc/defaults/rc.conf, too. :-) Certainly, I'm making new patch to the following files; usr.sbin/pccard/pccardd/file.c usr.sbin/pccard/pccardd/pccard.conf.5 usr.sbin/pccard/pccardd/pccardd.8 usr.sbin/pccard/pccardd/pccardd.c etc/Makefile etc/defaults/rc.conf share/examples/etc/README.examples I'll put them at somewhere soon. > > Yes, just update /etc/defaults/pccard.conf! > > Err... pccard.conf is a file that goes through WAAAAAY too many syntax > changes. Can you add a "version number" config line, so that pccardd can > verify that the files are in an acceptable syntax? I'd suggest > major/minor numbers. If major is wrong, the syntax is incompatible. If > the minor is wrong, the syntax is still supported but the user would > better update it to remove legacy keywords. Ah, that's good idea! I'll be working on function stuff (wildcard entries for sio and ata) introducing another new keyword from PAO :) But current pccard support (sys/pccard/) is kludge version and will stop before 5.0-RELEASE, new pccard support (sys/dev/pccard/) will be working fine at that time. Maybe our "version number" keyword implementation is already too late? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 5:52:21 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sodium.doubled.com (sodium.doubled.com [209.84.192.11]) by hub.freebsd.org (Postfix) with ESMTP id 23DE937BED4 for ; Tue, 28 Mar 2000 05:52:14 -0800 (PST) (envelope-from wwuttke@doubled.com) Received: from doubled.com (SF-VA-TCHP-151.doubled.com [209.84.201.151]) by sodium.doubled.com (8.10.0.Beta6/8.10.0.Beta6) with ESMTP id e2SDlgT16171; Tue, 28 Mar 2000 08:47:42 -0500 Message-ID: <38E0B966.8D8A171B@doubled.com> Date: Tue, 28 Mar 2000 08:53:42 -0500 From: William Wuttke X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Toby Hutton Cc: "freebsd-mobile@FreeBSD.ORG" Subject: Re: General pccardd question. References: <14560.6243.553883.614050@foo.mel.vet.com.au> <200003280353.UAA02430@harmony.village.org> <14560.39512.130920.349668@foo.mel.vet.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Toby Hutton wrote: > > So... are there any Dell Inspiron 7000 owners out there that can > recommend an ethernet only card that will definitely work for me? > :) > -- > Toby. > I'm using a LinkSys EtherFast 10/100 model PCMPC100 on my Inspirion 7500 and it works great. (FreeBSD 3.4/PAO) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 6:41:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 486B037BF00; Tue, 28 Mar 2000 06:41:21 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn29.imasy.or.jp [202.227.24.221]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id XAA01887; Tue, 28 Mar 2000 23:41:13 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200003281441.XAA01887@tasogare.imasy.or.jp> To: freebsd-mobile@FreeBSD.org Cc: cvs-committers@FreeBSD.org Subject: Revised: new pccard.conf scheme X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 28 Mar 2000 23:41:12 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 25 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [For committers: this topic is on /etc/defaults/pccard.conf and /etc/pccard.conf http://docs.freebsd.org/cgi/getmsg.cgi?fetch=63067+0+current/freebsd-mobile+raw] Hi, revised version is available at http://www.freebsd.org/~iwasaki/pccard/pccardd-include.diff I'll commit this tomorrow night (JST) if no objection. Changes: 1. supported resource pool line in multiple lines again, but need to be continuous. 2. more error handling. 3. gentle error message output by using syslog(). 4. updated manpages, pccard.conf.5 and pccardd.8. 5. made changes for related files, etc/Makefile, etc/defaults/rc.conf and share/examples/etc/README.examples. And I'll add etc/defaults/rc.conf into CVS tree based on the latest version of etc/pccard.conf.sample. For legacy etc/pccard.conf.sample, I'd like to leave it for now and remove it when I confirm everything is OK. As you know, my english is not so good, so the biggest concern is manpages, please review them :) Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 6:48:43 2000 Delivered-To: freebsd-mobile@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 4DC8737BF02; Tue, 28 Mar 2000 06:48:41 -0800 (PST) From: "Jonathan M. Bresler" To: wwuttke@doubled.com Cc: thutton@vet.com.au, freebsd-mobile@FreeBSD.ORG In-reply-to: <38E0B966.8D8A171B@doubled.com> (message from William Wuttke on Tue, 28 Mar 2000 08:53:42 -0500) Subject: Re: General pccardd question. Message-Id: <20000328144841.4DC8737BF02@hub.freebsd.org> Date: Tue, 28 Mar 2000 06:48:41 -0800 (PST) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > I'm using a LinkSys EtherFast 10/100 model PCMPC100 on my Inspirion 7500 > and > it works great. (FreeBSD 3.4/PAO) > > Bill i can also vouch for this card. been using it for over a year. i am getting about 1.2 Mbps through the card using TCP_STREAM test in netperf. if you want something faster, haev a USB port, you can get the Linksys USB adapters....they are faster and cheaper. i get 3.8Mbps through mine. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 7: 6:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (Postfix) with ESMTP id 1587737BF09 for ; Tue, 28 Mar 2000 07:06:08 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id E2600A85A; Tue, 28 Mar 2000 17:06:05 +0200 (CEST) Date: Tue, 28 Mar 2000 17:06:05 +0200 From: Guido van Rooij To: Brian Somers Cc: Warner Losh , freebsd-mobile@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: modem in my vaio Message-ID: <20000328170605.A32816@gvr.gvr.org> References: <200003281147.MAA15671@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <200003281147.MAA15671@hak.lan.Awfulhak.org>; from Brian Somers on Tue, Mar 28, 2000 at 12:47:00PM +0100 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 28, 2000 at 12:47:00PM +0100, Brian Somers wrote: > > In message <20000327220936.A21047@gvr.gvr.org> Guido van Rooij writes: > > : sio4 at port 0x2f8-0x2ff irq 8 slot 0 on pccard0 > > > > irq 8 is not a vlaid irq. > > Besides, irq 8 is normally reserved for the timer isn't it.... ? Well..I used irq 8 as the last resort. I aslo tried with irq 3. The fact that it isn't listed in the CIS of the card is irrelevant because the pcic does the irq assignment. As a side note: if irq 8 is invalid, why not issue some warning.. -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 9: 8: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from katroo.Sendmail.COM (katroo.Sendmail.COM [209.246.26.35]) by hub.freebsd.org (Postfix) with ESMTP id 62E4837C016 for ; Tue, 28 Mar 2000 09:07:59 -0800 (PST) (envelope-from chrisd@sendmail.com) Received: from sendmail.com (gabriel.Sendmail.COM [10.210.100.74]) by katroo.Sendmail.COM (8.9.3/8.9.3) with ESMTP id JAA05738; Tue, 28 Mar 2000 09:07:45 -0800 (PST) Message-ID: <38E0E6E1.E2E5A525@sendmail.com> Date: Tue, 28 Mar 2000 09:07:45 -0800 From: Christian DeKonink Organization: Sendmail, Inc - Services Department X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Toby Hutton Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: General pccardd question. References: <14560.6243.553883.614050@foo.mel.vet.com.au> <200003280353.UAA02430@harmony.village.org> <14560.39512.130920.349668@foo.mel.vet.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have the 3com 3c589D and the 3com 3c574tx working on both FreeBSD 3.4 and 4.0. Unfortunately the 3c575 that I bought from dell doesn't have support. I think its cardbus. Chris Toby Hutton wrote: > > So... are there any Dell Inspiron 7000 owners out there that can > recommend an ethernet only card that will definitely work for me? > :) > -- > Toby. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 9:53: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (Postfix) with ESMTP id E955537BF38 for ; Tue, 28 Mar 2000 09:52:57 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 65CACA85C; Tue, 28 Mar 2000 19:52:53 +0200 (CEST) Date: Tue, 28 Mar 2000 19:52:53 +0200 From: Guido van Rooij To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: modem in my vaio Message-ID: <20000328195253.A34505@gvr.gvr.org> References: <20000327220936.A21047@gvr.gvr.org> <200003272246.PAA00727@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <200003272246.PAA00727@harmony.village.org>; from Warner Losh on Mon, Mar 27, 2000 at 03:46:40PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Mar 27, 2000 at 03:46:40PM -0700, Warner Losh wrote: > In message <20000327220936.A21047@gvr.gvr.org> Guido van Rooij writes: > : sio4 at port 0x2f8-0x2ff irq 8 slot 0 on pccard0 > > irq 8 is not a vlaid irq. > > The valid IRQs are 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14 and 15. I'm > not sure about 13. Well..it doesn't work with 3 either: kernel reports: sio1 at port 0x2f8-0x2ff irq 3 slot 0 on pccard0 pcic: I/O win 0 flags 17 2f8-2ff sio1: type 16450 Somehow it seems the irq is not wired!? -Guido ps: this is on -current from March 20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 10: 8:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gvr.gvr.org (gvr.gvr.org [194.151.74.97]) by hub.freebsd.org (Postfix) with ESMTP id E7C7737B71B for ; Tue, 28 Mar 2000 10:08:52 -0800 (PST) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id 1412CA85D; Tue, 28 Mar 2000 20:08:51 +0200 (CEST) Date: Tue, 28 Mar 2000 20:08:51 +0200 From: Guido van Rooij To: Warner Losh Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: modem in my vaio Message-ID: <20000328200851.A34592@gvr.gvr.org> References: <20000327220936.A21047@gvr.gvr.org> <200003272246.PAA00727@harmony.village.org> <20000328195253.A34505@gvr.gvr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <20000328195253.A34505@gvr.gvr.org>; from Guido van Rooij on Tue, Mar 28, 2000 at 07:52:53PM +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 28, 2000 at 07:52:53PM +0200, Guido van Rooij wrote: > On Mon, Mar 27, 2000 at 03:46:40PM -0700, Warner Losh wrote: > > In message <20000327220936.A21047@gvr.gvr.org> Guido van Rooij writes: > > : sio4 at port 0x2f8-0x2ff irq 8 slot 0 on pccard0 > > > > irq 8 is not a vlaid irq. > > > > The valid IRQs are 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14 and 15. I'm > > not sure about 13. > > > Well..it doesn't work with 3 either: > kernel reports: > > sio1 at port 0x2f8-0x2ff irq 3 slot 0 on pccard0 > pcic: I/O win 0 flags 17 2f8-2ff > sio1: type 16450 > > Somehow it seems the irq is not wired!? Solved.... It turned out that the irda interface was configured at irq5 with io range for COM2....So 3 and 5 did not work...and neither did 8 because of other reasons. -Guido To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 11: 2:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lowrider.lewman.org (lowrider.lewman.org [209.67.240.52]) by hub.freebsd.org (Postfix) with ESMTP id 70F3137BDE6 for ; Tue, 28 Mar 2000 11:02:29 -0800 (PST) (envelope-from deimos@lowrider.lewman.org) Received: from localhost (deimos@localhost) by lowrider.lewman.org (8.9.3/8.9.3) with ESMTP id OAA03460; Tue, 28 Mar 2000 14:01:48 -0500 (EST) (envelope-from deimos@lowrider.lewman.org) Date: Tue, 28 Mar 2000 14:01:48 -0500 (EST) From: Andy To: Christian DeKonink Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: General pccardd question. In-Reply-To: <38E0E6E1.E2E5A525@sendmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 28 Mar 2000, Christian DeKonink wrote: > I have the 3com 3c589D and the 3com 3c574tx working on both > FreeBSD 3.4 and 4.0. Unfortunately the 3c575 that I bought from dell > doesn't have support. I think its cardbus. Yes, the 575 is cardbus. -- | Andy | e-mail | web | | | andy@lewman.com | www.lewman.com | "The Good Ship Enterprise" (to the tune of "The Good Ship Lollipop") On the good ship Enterprise Every week there's a new surprise Where the Romulans lurk And the Klingons often go berserk. Yes, the good ship Enterprise There's excitement anywhere it flies Where Tribbles play And Nurse Chapel never gets her way. See Captain Kirk standing on the bridge, Mr. Spock is at his side. The weekly menace, ooh-ooh It gets fried, scattered far and wide. It's the good ship Enterprise Heading out where danger lies And you live in dread If you're wearing a shirt that's red. -- Doris Robin and Karen Trimble of The L.A. Filkharmonics To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 15:16:36 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id D769937C036 for ; Tue, 28 Mar 2000 15:16:22 -0800 (PST) (envelope-from jhs@jhs.muc.de) Received: (qmail 9196 invoked from network); 28 Mar 2000 23:22:40 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 28 Mar 2000 23:22:40 -0000 Received: from park.jhs.no_domain (localhost [127.0.0.1]) by jhs.muc.de (8.9.3/8.9.3) with ESMTP id WAA06781 for ; Tue, 28 Mar 2000 22:28:49 GMT (envelope-from jhs@park.jhs.no_domain) Message-Id: <200003282228.WAA06781@jhs.muc.de> To: mobile@FreeBSD.ORG Subject: Re: 4.0 a severe disappointment From: "Julian Stacey" Organization: Vector Systems Ltd - Unix & Internet consultancy X-Web: http://www.jhs.muc.de http://bim.bsn.com/~jhs/ In-reply-to: Your message of "Wed, 22 Mar 2000 19:24:06 PST." <24210.953781846@zippy.cdrom.com> Date: Wed, 29 Mar 2000 00:28:49 +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Well, I can't obviously say that 4.0 works great on everyone's laptop > since such is clearly not the case for you. All I can say is that > it's a definite improvement as far as my Sony VAIO laptop is > concerned; I now have working networking, sound and my pccard modem > even works now. My point? YMMV! > - Jordan 4.0-RELEASE is stable on my Toshiba T4600C i486 w. 12M, including pcmcia 3C589 Ether, X11, NFS+AMD etc. ( Admittedly the install was non standard (to reduce internet fetch cost): ... Flip out the (Tosh. standard size) 200M drive (with an entire only-gzip-aout 3.3 system). Install a 1.5Gig drive. FTP 4.0 floppies from ftp.freebsd, create FSs on disc, use fixit flop, PL-IP ftp a bin.tgz of current from a week before release, ftp tar of old etc/, PLIP ftp 4-REL-src.tgz, make world, config ether etc) Julian - Julian Stacey http://bim.bsn.com/~jhs/ http://www.freebsd.org/~jhs/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 20:16:24 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 6513D37B54C for ; Tue, 28 Mar 2000 20:16:19 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p02-dn02kiryunisiki.gunma.ocn.ne.jp [211.0.245.67]) by peach.ocn.ne.jp (8.9.1a/OCN) with ESMTP id NAA11745; Wed, 29 Mar 2000 13:16:15 +0900 (JST) Message-ID: <38E18330.64B77221@newsguy.com> Date: Wed, 29 Mar 2000 13:14:40 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Mitsuru IWASAKI Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Call for review: new pccard.conf scheme References: <38E06BD8.346A53B0@newsguy.com> <200003281344.WAA14869@tasogare.imasy.or.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mitsuru IWASAKI wrote: > > Ah, that's good idea! I'll be working on function stuff (wildcard > entries for sio and ata) introducing another new keyword from PAO :) > But current pccard support (sys/pccard/) is kludge version and will > stop before 5.0-RELEASE, new pccard support (sys/dev/pccard/) will be > working fine at that time. > Maybe our "version number" keyword implementation is already too late? Expect the best, plan for the worst. It is better to introduce the version number keyword, and then find out it was too late than _not_ introduce the keyword and find out it wasn't. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@zurichgnomes.bsdconspiracy.net The size of the pizza is inversely proportional to the intensity of the hunger. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Mar 28 23:22:42 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from student.rug.ac.be (student.rug.ac.be [157.193.88.45]) by hub.freebsd.org (Postfix) with ESMTP id 08DCA37BD4C for ; Tue, 28 Mar 2000 23:22:29 -0800 (PST) (envelope-from frank@student.rug.ac.be) Received: (from frank@localhost) by student.rug.ac.be (8.9.3/8.9.3/DSA/1.0) id JAA08594 Wed, 29 Mar 2000 09:22:23 +0200 Date: Wed, 29 Mar 2000 09:22:23 +0200 From: Frank Louwers To: mobile@freebsd.org Subject: Xfree 4.0 Message-ID: <20000329092223.A8563@student.rug.ac.be> References: <24210.953781846@zippy.cdrom.com> <200003282228.WAA06781@jhs.muc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200003282228.WAA06781@jhs.muc.de>; from jhs@jhs.muc.de on Wed, Mar 29, 2000 at 12:28:49AM +0200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org while on the subject, is there anybody with an IBM thinkpad 760(something) or any other laptop that has a Trident Cyber chipset that got it to work under XFree 4.0? Mine worked perfectly under 3.3.6, but X refuses to start under 4.0, claiming he found an unknown ISA-chipset? Another strage thing: if I SuperProbe my system, the 'Trident LCD9320' chipset gets detected, but if I grep the trident driver directory (in the source) for LCD, i get 0 results ... Any sugestions? -- Frank Louwers Unix System Administrator PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 7:48: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from yoss.nonline.net (yoss.nonline.net [207.139.235.7]) by hub.freebsd.org (Postfix) with ESMTP id CA20E37C16E for ; Wed, 29 Mar 2000 07:48:02 -0800 (PST) (envelope-from yossman@nonline.net) Received: from localhost (yossman@localhost) by yoss.nonline.net (8.9.3/8.9.3) with ESMTP id KAA49964; Wed, 29 Mar 2000 10:50:58 -0500 (EST) Date: Wed, 29 Mar 2000 10:50:58 -0500 (EST) From: yossman Reply-To: yossman@nonline.net To: freebsd-mobile@freebsd.org Cc: yossman@nonline.net Subject: dual PCI cardbus PC Card controllers and PCCards Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i've been doing testing, attempting to get two exact-same PCI cardbus PC Card controllers to work in the same FreeBSD system, with two PC Cards inserted that are also exactly the same. so far, FreeBSD recognizes both controllers, but it only brings up one PCCard properly. this is on an intel p200MMX system, 64M RAM, 2G HDD. everything about the system except for the PCCard controllers are built on-board, such as the intel pro on-board network card (fxp0). i think the main difficulty is being caused by the fact that the two PCCards are exactly the same -- pccardd keeps reporting 'no free configuration' for the second card. if i try to manually configure the card using 'pccardc enabler', it either reports 'device not configured' if i hit the 'wrong' card slot number, or 'operation not supported by device' if i hit the right slot, to enable the second card that won't come up. the system also sees a total of THREE PCCards if i boot with both PC Cards already put into the system, even though there's only two inserted. if i take both cards out after the system has booted, and re-insert them one at a time, it brings one up fine every time, but it never brings up the second one, always quoting 'no free configuration' from pccardd. i've tried FreeBSD3.4-RELEASE, and FreeBSD3.4-RELEASE-PAO. i am planning on trying FreeBSD4.0-RELEASE next, but i'm not sure that this is a 'unsupported' issue -- i think i just have to tell the system more specifically how to assign resources to the cards, yet i don't know how to do that. any assistance i could get in figuring out how to manually assign everything some address space to work with would be awesome, i've been working on this for a few days now on and off. ;) there has been talk about trying this with linux as well as FreeBSD, and i'd like to see if i can't get it working with FreeBSD first. ;) relevant sections of config files follow. more of the dmesg report can be obtained, i was just trying to limit the size of this post. thanks for your time! /etc/rc.conf: ----- pccard_enable="YES" pccardd_flags=" -i 1 -i 2 -i 4 -i 5 -i 6 -i 8 " pccard_mem="DEFAULT" pccard_beep="2" /etc/pccard.conf: ----- # Generally available IO ports io 0x200-0x23F io 0x240-0x27f # Available memory slots memory 0xd0000 16k memory 0xd4000 16k # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config default "wi0" 3 insert logger -s Lucent WaveLAN/IEEE inserted insert /etc/pccard_ether $device remove logger -s Lucent WaveLAN/IEEE removed remove /etc/pccard_ether_remove $device # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config default "wi1" 9 insert logger -s Lucent WaveLAN/IEEE inserted insert /etc/pccard_ether $device remove logger -s Lucent WaveLAN/IEEE removed remove /etc/pccard_ether_remove $device /usr/src/sys/i386/conf/PAO.2000-03-28: ----- # You may need to reset all pccards after resuming options PCIC_RESUME_RESET controller pnp0 # PnP support for ISA controller pci0 # PCCARD (PCMCIA) support - do not remove. #pseudo-device card 1 pseudo-device card 3 device pcic0 at isa? port 0x3e0 irq 11 device pcic0 at isa? port 0x3e4 irq 11 device pcic1 at isa? # for HiNote Ultra II device pcic1 at isa? # for Chandra II device pcic2 at isa? port 0x3e2 irq 10 # for HiNote Ultra II device pcic2 at isa? port 0x3e4 irq 10 # for Chandra II device pcic3 at isa? device pcic3 at isa? # Power management support device apm0 at isa? # Advanced Power Management device wi0 at isa? port 0x200 net irq 3 device wi1 at isa? port 0x240 net irq 9 dmesg goes like this: ----- pcic0: rev 0x01 int a irq 11 on pci0.18.0 TI12XX PCI Config Reg: [pwr save][pci only] pcic1: rev 0x01 int a irq 11 on pci0.18.1 TI12XX PCI Config Reg: [pwr save][pci only] vga0: rev 0x68 on pci0.19.0 pcic2: rev 0x01 int a irq 10 on pci0.20.0 TI12XX PCI Config Reg: [pwr save][pci only] pcic3: rev 0x01 int a irq 10 on pci0.20.1 TI12XX PCI Config Reg: [pwr save][pci only] [...] wi1 not found at 0x240 [...] pcic0 at 0x3e0-0x3e1 irq 11 on isa PC-Card ctlr(0) TI PCI-1225 [CardBus bridge mode] (5 mem & 2 I/O windows) pcic0: slot 0 controller I/O address 0x3e0 pcic0: slot 1 controller I/O address 0x3e0 pcic1: sharing irq 11 with other pcic pcic1 not found pcic1: sharing irq 11 with other pcic pcic1 not found pcic2 at 0x3e2-0x3e3 irq 10 on isa PC-Card ctlr(1) TI PCI-1225 [CardBus bridge mode] (5 mem & 2 I/O windows) pcic1: slot 0 controller I/O address 0x3e2 pcic1: slot 1 controller I/O address 0x3e2 pcic2: sharing irq 11 with other pcic pcic3 not found pcic2: sharing irq 11 with other pcic pcic3 not found [...] apm0 on isa apm: found APM BIOS version 1.2 Initializing PC-card drivers: awi aic gp cnw ed ep fe sn wi wlp xe joy sio wdc Intel Pentium detected, installing workaround for F00F bug changing root device to wd0s1a Card inserted, slot 0 Card inserted, slot 2 Card inserted, slot 3 card0: assign wi0 iobase 0x200 irq 3 wi0: at 0x200-0x23f irq 3 on isa wi0: Ethernet address: 00:60:1d:1d:0d:58 yossman ----------------------------------------------------------------------- yossarian holmberg yossman@nonline.net systems administrator http://www.nonline.net/ national online inc. national computers and supplies To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 11:10: 6 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail2.svr.pol.co.uk (mail2.svr.pol.co.uk [195.92.193.210]) by hub.freebsd.org (Postfix) with ESMTP id 7633337B7A8 for ; Wed, 29 Mar 2000 11:09:42 -0800 (PST) (envelope-from s.mitchell@computer.org) Received: from modem-179.clown-trigger.dialup.pol.co.uk ([62.136.250.179] helo=lungfish.freeserve.co.uk) by mail2.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 12aNqW-00087G-00; Wed, 29 Mar 2000 20:09:40 +0100 Received: (from scott@localhost) by lungfish.freeserve.co.uk (8.8.8/8.8.8) id WAA02194; Tue, 28 Mar 2000 22:15:10 +0100 (BST) (envelope-from scott) Message-ID: <20000328221510.54277@lungfish.freeserve.co.uk> Date: Tue, 28 Mar 2000 22:15:10 +0100 From: Scott Mitchell To: Kevin Oberman , pmoyer@hyperon.com Cc: freebsd-mobile@FreeBSD.ORG, woody@nosloop.com, freebsd-xircom@lovett.com Subject: Re: CEM56 pccard.conf entry??? References: <200003272145.NAA17393@scaup.prod.itd.earthlink.net> <200003272158.NAA05130@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <200003272158.NAA05130@ptavv.es.net>; from Kevin Oberman on Mon, Mar 27, 2000 at 01:58:25PM -0800 X-Operating-System: FreeBSD 2.2.6-RELEASE i386 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Mar 27, 2000 at 01:58:25PM -0800, Kevin Oberman wrote: > Philip, > > The author of the xe driver, Scott Mitchell, reported a few days ago > that the driver would not work under V4 until Warner gets some > patches into the PCCARD support. Warner is a bit buried and says he > hopes to get to it soon. > > For the latest information on the Xircom driver I would suggest the > xircom-freebsd@lovett.com mailing list. Subscriptions should go to > majordomo@lovett.com. The modem part might work under 4.0 (I have neither a CEM56 nor a machine running 4.0 to test this on...). Ethernet part is definitely MIA for the moment. Anyone out there in freebsd-xircom land care to share the modem entry for their CEM/REM56? Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" s.mitchell@computer.org | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 11:59:21 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by hub.freebsd.org (Postfix) with ESMTP id 8238737C170 for ; Wed, 29 Mar 2000 11:58:50 -0800 (PST) (envelope-from mark@noc.mainstreet.net) Received: (from mark@localhost) by noc.mainstreet.net (8.9.2/8.9.2) id LAA04012; Wed, 29 Mar 2000 11:58:45 -0800 (PST) Date: Wed, 29 Mar 2000 11:58:45 -0800 (PST) Message-Id: <200003291958.LAA04012@noc.mainstreet.net> From: Mark Kent To: freebsd-mobile@FreeBSD.ORG Subject: (long) multiple queries about 4.0 on Sony 505HS Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have a Sony Z505HS, which has a pcmcia CD device (Ninja-ATA) and a USB floppy, a serial and parallel port hanging off a "port replicator", Yamaha ds-xg onboard sound, a Sony MemoryStick port (flash memory), an IR port, and a miserable built-in (soft) modem (http://www.vaio.net/products/pc/notebook/pcgz505hs.html). This is my first freeBSD machine, first non-Sun (other than an Apple 280c). I've installed 4.0 release from the net (via ftp), which worked very nicely. I've done a "make world" just to see it happen, I've made my own kernel, I've got the CD player to play music CDs (using kscd) but I've got to use the "line out" on the CD player to reap the benefits. I've been using Geocrawler to search for stuff, and (naturally?) mostly get 3.x answers and references to PAO to solve most of my problems. There is not much concrete 4.0 info that I can find. I can't get sound to work. In one of my experiments I enabled the "pcaudio" (pca0) and can get noise by stuffing files into /dev/pcaudio. I've backed off from using pca0 figuring that it is not needed for my set-up (too primitive?). So, I've got a bunch of questions. Ouptut of boot -v is at the end of this message. a) PNPBIOS or not? Some have pointed at "device pcm" as the way to do sound in 4.0 and somewhere I saw that you should have "options PNPBIOS" if you use "device pcm" But, when I use "options PNPBIOS" the USB part of the boot process says to turn it off. b) I'm assuming that the use of PNPBIOS should correspond exactly with the setting of "PnP OS?" in the BIOS set-up. True? c) Which of these should I expect to be able to get to work by using just 4.0-release: 1) sound 2) MemoryStick (appears as removeable disk in windows) 3) modem (http://808hi.com/56k/hcf9.htm) 4) IR port Yes, I recognize that a C compiler comes with 4.0 and so I should be able to do anything. But that's not what I'm asking :-) d) I've seen people type "use device pcm and make the appropriate devices in /dev". But how up-to-date is MAKEDEV? Some devices as identified by dmesg don't appear in MAKEDEV. e) What is the relation between major and minor device numbers and the IRQ and memory address? 'man mknod' sort of implies that hints can be found under /usr/src/sys/conf/, and I see the "majors" file. But I search for pcm and find 50 card pcmcia cards which doesn't sound like what I want (for sound). A check of /dev crw-r--r-- 1 root wheel 50, 0 Mar 29 08:39 card0 crw-r--r-- 1 root wheel 50, 1 Mar 28 12:42 card1 crw-r--r-- 1 root wheel 50, 2 Mar 28 12:42 card2 crw-r--r-- 1 root wheel 50, 3 Mar 28 12:42 card3 seems to confirm that this isn't what I want for sound. Meanwhile, 'grep -i sound majors' gives 30 snd sound driver system pointing at the snd device for which I've seen comments (in LINT) that we don't use this for the new pcm: # The newpcm driver (use INSTEAD of snd0 and all VOXWARE drivers!). # Note that motherboard sound devices may require options PNPBIOS. f) (I am not a peecee person) How do I find a comprehensive list of "things" known to my system and once I have the list (which I would guess would include IRQ numbers and memory addresses) what do I do with such a list in freeBSD? I can dual-boot so if the answer starts with "boot under Windows..." then I am OK with that. This question is triggered by certain things in GENERIC and LINT. Lines there include stuff like "port 0x534 irq 5 drq 1 flags 0x08" but how do They (They == the people who put this all together) know that on any given system that device is at irq 5, etc? g) Do I really care about the APM stuff? I've got a light that flashes when battery level is <= 10%, so I'm not likely to miss this. It seems that I can suspend at the hardware level and come back to life with only one ill-effect (I need to do "ifconfig fxp0 up" to get networking back). I can adjust screen brightness using the "Fn" key (a key not seen by "xev" so I'm guessing not seen by the kernel either). Am I missing anything? h) I see I haven't asked this exact question yet, so here goes: How, exactly, do I get sound to work on the Sony Z505HS? I want to be able to play CDs and hear them, and play mpeg files and hear the sound, and play Realwhatever and hear the sound, etc. This is what I've got currently: FreeBSD laptop.mainstreet.net 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Tue Mar 28 12:54:23 PST 2000 mark@laptop.mainstreet.net:/usr/src/sys/compile/MDK i386 device pcm0 at isa? irq 10 drq 1 flags 0x0 device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 and here is the "boot -v" output: avail memory = 257183744 (251156K bytes) bios32: Found BIOS32 Service Directory header at 0xc00f6c90 bios32: Entry = 0xfd880 (c00fd880) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0x11e pnpbios: Found PnP BIOS data at 0xc00f6cc0 pnpbios: Entry = f0000:b331 Rev = 1.0 pnpbios: Event flag at 400 Other BIOS signatures found: ACPI: 000f6c30 Preloaded elf kernel "kernel" at 0xc0314000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03140a8. Pentium Pro MTRR support enabled md0: Malloc disk Creating DISK md0 Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x80003904 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) npx0: on motherboard npx0: INT 16 interface pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) pcib0: on motherboard found-> vendor=0x8086, dev=0x7190, revid=0x03 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base 40000000, size 24 found-> vendor=0x8086, dev=0x7191, revid=0x03 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x8086, dev=0x7110, revid=0x02 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7111, revid=0x01 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000fc90, size 4 found-> vendor=0x8086, dev=0x7112, revid=0x01 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=9 map[20]: type 1, range 32, base 0000fca0, size 5 found-> vendor=0x8086, dev=0x7113, revid=0x03 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[90]: type 1, range 32, base 00001040, size 4 found-> vendor=0x104d, dev=0x8039, revid=0x02 class=0c-00-10, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base fedf7000, size 11 map[14]: type 1, range 32, base fedf7c00, size 9 found-> vendor=0x1073, dev=0x0010, revid=0x02 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base fedf8000, size 15 map[14]: type 1, range 32, base 0000fcc0, size 6 map[18]: type 3, range 32, base 0000fc8c, size 2 found-> vendor=0x14f1, dev=0x2443, revid=0x01 class=07-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base fede0000, size 16 map[14]: type 3, range 32, base 0000fc38, size 3 found-> vendor=0x8086, dev=0x1229, revid=0x08 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base fedf6000, size 12 map[14]: type 1, range 32, base 0000fc40, size 6 map[18]: type 1, range 32, base fec00000, size 20 found-> vendor=0x1180, dev=0x0475, revid=0x80 class=06-07-00, hdrtype=0x02, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=255 found-> vendor=0x104d, dev=0x808a, revid=0x01 class=05-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base fedf7800, size 10 pci0: on pcib0 pcib1: at device 1.0 on pci0 found-> vendor=0x10c8, dev=0x0005, revid=0x20 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[10]: type 1, range 32, base fd000000, size 24 map[14]: type 1, range 32, base fe400000, size 22 map[18]: type 1, range 32, base feb00000, size 20 pci1: on pcib1 pci1: (vendor=0x10c8, dev=0x0005) at 0.0 irq 9 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfc90-0xfc9f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xfc90 ata0: mask=03 status0=50 status1=00 ata0: mask=03 status0=50 status1=00 ata0: devices = 0x1 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xfc98 ata1: mask=03 status0=00 status1=00 ata1: mask=03 status0=00 status1=00 ata1: devices = 0x0 ata1: probe allocation failed uhci0: port 0xfca0-0xfcbf irq 9 at device 7.2 on pci0 usb0: 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 ugen0: Y-E DATA FlashBuster-U, rev 1.00/1.28, addr 2 chip1: port 0x1040-0x104f at device 7.3 on pci0 pci0: (vendor=0x104d, dev=0x8039) at 8.0 irq 9 pci0: (vendor=0x1073, dev=0x0010) at 9.0 irq 9 pci0: (vendor=0x14f1, dev=0x2443) at 10.0 irq 9 fxp0: port 0xfc40-0xfc7f mem 0xfec00000-0xfecfffff,0xfedf6000-0xfedf6fff irq 9 at device 11.0 on pci0 using shared irq9. fxp0: Ethernet address 08:00:46:06:2d:7a bpf: fxp0 attached pcic-pci0: at device 12.0 on pci0 PCI Config space: 00: 04751180 02100007 06070080 00020000 10: 00000000 020000dc 00000000 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 078001ff 40: 8082104d 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 00020001 00000000 04630463 30000000 90: 00000000 00000000 00000000 00000000 Cardbus Socket registers: 00: f000ff53: f000ff53: f000e2c3: f000ff53: 10: f000ff53: f000ff54: f000a0af: f0001153: ExCa registers: 00: 13 88 f5 5a 72 d0 80 e1 3f 74 c8 fa 66 8b 46 08 10: 52 66 0f b6 d9 66 31 d2 66 f7 f3 88 eb 88 d5 43 20: 30 d2 66 f7 f3 88 d7 5a 66 3d ff 03 00 00 fb 77 30: a2 86 c4 c0 c8 02 08 e8 40 91 88 fe 28 e0 8a 66 pci0: (vendor=0x104d, dev=0x808a) at 13.0 irq 9 Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 devclass_alloc_unit: ata0 already exists, using next available unit number devclass_alloc_unit: ata1 already exists, using next available unit number isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: direction bit not set fdc0: cmd 3 failed at out byte 1 of 3 ata3: iobase=0x0170 altiobase=0x0376 bmaddr=0x0000 ata3: mask=03 status0=00 status1=00 ata3: mask=03 status0=00 status1=00 ata3: devices = 0x0 ata3: probe allocation failed atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 psm0: current command byte:0047 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 02 64 psm: status 00 00 64 psm: status 00 03 64 psm: status 00 03 64 psm: status 53 02 14 psm: data 08 00 00 psm: status 00 02 64 psm0: irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 07 30 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 sio0: irq maps: 0x1 0x11 0x1 0x1 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 sio1: irq maps: 0x1 0x1 0x1 0x1 sio1: probe failed test(s): 0 1 2 4 6 7 9 ppc0: parallel port found at 0x378 ppc0: ECP SPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: on ppbus0 lpt0: Interrupt-driven port mss_probe: no address given, try 0x530 mss_detect, busy still set (0xff) sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 pcm1: on sbc0 pcm: setmap 5000, 2000; 0xcb3a0000 -> 5000 pcm: setmap 7000, 2000; 0xcb3a2000 -> 7000 isa_probe_children: probing PnP devices BIOS Geometries: 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: ppp0 attached new masks: bio 40084200, tty 400310b2, net 400712b2 bpf: lo0 attached ata0-master: success setting up UDMA2 mode on PIIX4 chip ad0: ATA-4 disk at ata0 as master ad0: 11513MB (23579136 sectors), 23392 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=4 cblid=1 Creating DISK ad0 Creating DISK wd0 Mounting root from ufs:/dev/ad0s2a pccard: card inserted, slot 0 ad0s1: type 0xb, start 63, end = 8401994, size 8401932 : OK ad0s2: type 0xa5, start 8401995, end = 23567354, size 15165360 : OK start_init: trying /sbin/init Linux-ELF exec handler installed splash: image decoder found: logo_saver devclass_alloc_unit: ata1 already exists, using next available unit number pcic: I/O win 0 flags 17 180-187 pcic: I/O win 0 flags 7 180-187 pcic: I/O win 0 flags 17 180-187 pcic: I/O win 1 flags 17 386-386 ata4: iobase=0x0180 altiobase=0x0386 bmaddr=0x0000 ata4: mask=03 status0=00 status1=01 ata4: mask=03 status0=00 status1=01 ata4: devices = 0xc ata4 at port 0x180-0x187,0x386 irq 3 slot 0 on pccard0 ata4-slave: identify retries exceeded ata4-master: piomode=4 dmamode=2 udmamode=-1 dmaflag=1 acd0: CDROM drive at ata4 as master acd0: read 2755KB/s (2755KB/s), 128KB buffer, BIOSPIO acd0: Reads: CD-R, CD-RW, CD-DA stream acd0: Audio: play, 16 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm audio disc loaded, unlocked To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 12:41:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from wally.eecs.harvard.edu (wally.eecs.harvard.edu [140.247.60.30]) by hub.freebsd.org (Postfix) with ESMTP id 0062237B69C for ; Wed, 29 Mar 2000 12:41:35 -0800 (PST) (envelope-from karp@eecs.harvard.edu) Received: from wally (localhost [127.0.0.1]) by wally.eecs.harvard.edu (8.10.0/8.10.0) with ESMTP id e2TKfU625089 for ; Wed, 29 Mar 2000 15:41:30 -0500 (EST) Message-Id: <200003292041.e2TKfU625089@wally.eecs.harvard.edu> X-Mailer: exmh version 2.0.2 To: freebsd-mobile@freebsd.org Subject: psm and xterm, 4.0-RELEASE and XFree86 3.3.6 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Mar 2000 15:41:30 -0500 From: Brad Karp Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings, all. I've scoured the mailing list archives to no avail. Apologies if I've overlooked an obvious answer contained therein. I've run various releases of 3.X (no PAO) on my Sony VAIO 505-TR for 9 months with great success. I've just installed 4.0-RELEASE, and it's behaving rather well, modulo the usual "learn the new names for the kernel config options" sort of thing. Except... There is a very subtle problem with my mouse. I use the psm driver, sysmouse, and XFree86 3.3.6. Additionally, I compile my kernel with apm, and with options PSM_HOOKRESUME and PSM_RESETAFTERSUSPEND. The mouse works great under X (XF86_SVGA server). Until I suspend and resume a few times. At that point, I begin to observe that the "Control-" menus in my xterms (that is, those which are accessed while holding down the Control key, to change font size and xterm options) stop working. More specifically, the menus are *activated* just fine--they appear with the appropriate key-mouse combination. But as I drag the pointer down the menu, the items are not highlighted, such that I cannot select any of them. (Makes turning on the scrollbar impossible, argh.) Exiting X and restarting fixes the problem. This always happens after a few suspend/resume cycles. The closest thing I could find in mailing list archives was a mention of NumLock as an X modifier. This isn't my problem; I've played with NumLock endlessly, to no avail. What's more, all other "click, hold down, drag" menus work fine (e.g., the right-click menu in Netscape), and it's my impression that I'd have seen the X key modifier problem in an earlier XFree86 release than 3.3.6. Has anyone out there seen this behavior? I suspect XFree86 3.3.6 and the 4.0 apm and psm drivers, but haven't tried to narrow it down further. I may revert to an earlier 3.3.X X server to see if I can rule that out. Thanks, -Brad, karp@eecs.harvard.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 12:42:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.cdrom.com (mg135-034.ricochet.net [204.179.135.34]) by hub.freebsd.org (Postfix) with ESMTP id A10B037B998 for ; Wed, 29 Mar 2000 12:42:13 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id MAA00662; Wed, 29 Mar 2000 12:45:49 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003292045.MAA00662@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Kent Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: (long) multiple queries about 4.0 on Sony 505HS In-reply-to: Your message of "Wed, 29 Mar 2000 11:58:45 PST." <200003291958.LAA04012@noc.mainstreet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Mar 2000 12:45:48 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > So, I've got a bunch of questions. Ouptut of boot -v is at the > end of this message. > > a) PNPBIOS or not? Some have pointed at "device pcm" > as the way to do sound in 4.0 and somewhere I saw that > you should have "options PNPBIOS" if you use "device pcm" Not necessarily; in your case you have PCI sound, and may be SOL (not sure which chipset your unit uses). > But, when I use "options PNPBIOS" the USB part of the boot > process says to turn it off. Er, it does? PNPBIOS is totally unrelated to USB. > b) I'm assuming that the use of PNPBIOS should correspond > exactly with the setting of "PnP OS?" in the BIOS set-up. > True? No. > c) Which of these should I expect to be able to get to work > by using just 4.0-release: > > 1) sound Possibly. If device pcm in your kernel config doesn't result in a sound device being detected during system bootup, you are probably SOL. > 2) MemoryStick (appears as removeable disk in windows) Probably; it should show up as a disk on ad2 (check your boot messages). > 3) modem (http://808hi.com/56k/hcf9.htm) If this is a PCCARD modem, yes. > 4) IR port Probably not, at least not in the fashion that you're expecting. > d) I've seen people type "use device pcm and make the > appropriate devices in /dev". But how up-to-date is > MAKEDEV? Some devices as identified by dmesg don't > appear in MAKEDEV. That's because they don't have device nodes. > e) What is the relation between major and minor device numbers > and the IRQ and memory address? None whatsoever. > f) (I am not a peecee person) How do I find a comprehensive > list of "things" known to my system and once I have the list > (which I would guess would include IRQ numbers and memory addresses) > what do I do with such a list in freeBSD? You can't, and you don't need to do much. FreeBSD will generally sort things out for itself, with a few irritating exceptions (pccards in particular). > This question is triggered by certain things in GENERIC and > LINT. Lines there include stuff like > "port 0x534 irq 5 drq 1 flags 0x08" > but how do They (They == the people who put this all together) > know that on any given system that device is at irq 5, etc? Either you're born with the talent, or you pay someone who is. They're trying to isolate the genes because it would be cheaper to clone sheep that can locate free IRQs. > g) Do I really care about the APM stuff? I've got a light that flashes > when battery level is <= 10%, so I'm not likely to miss this. Actually, yes. With APM enabled, the system will use a lot less power when running (eg. the CPU will suspend in the idle loop, etc). > h) I see I haven't asked this exact question yet, so here goes: > > How, exactly, do I get sound to work on the Sony Z505HS? Not easily. > pci0: (vendor=0x1073, dev=0x0010) at 9.0 irq 9 Bad news. This is your sound device; it's one of the Yamaha PCI parts (YMF744). Yamaha don't release documentation on this device, so making it work is going to be close to impossible. > sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 > pcm1: on sbc0 Your BIOS has, however, very kindly set it up in the extra-lame soundblaster emulation mode. You could try going to /dev and saying ./MAKEDEV snd1 and see if this helps. 'mixer' should at least let you tweak the mixer. Note that this is an 8-bit monaural emulation, so sound quality from non-CD sources will be bad. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 13:15:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by hub.freebsd.org (Postfix) with ESMTP id F2F2137B9C1 for ; Wed, 29 Mar 2000 13:14:15 -0800 (PST) (envelope-from mark@noc.mainstreet.net) Received: (from mark@localhost) by noc.mainstreet.net (8.9.2/8.9.2) id NAA09570; Wed, 29 Mar 2000 13:14:14 -0800 (PST) Date: Wed, 29 Mar 2000 13:14:14 -0800 (PST) Message-Id: <200003292114.NAA09570@noc.mainstreet.net> From: Mark Kent To: freebsd-mobile@FreeBSD.ORG In-reply-to: <200003292045.MAA00662@mass.cdrom.com> (message from Mike Smith on Wed, 29 Mar 2000 12:45:48 -0800) Subject: Re: (long) multiple queries about 4.0 on Sony 505HS Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for the rapid reply. ==> But, when I use "options PNPBIOS" the USB part of the boot ==> process says to turn it off. == ==Er, it does? PNPBIOS is totally unrelated to USB. Here it is: /kernel: uhci0: port 0xfc60-0xfc7f at device 7.2 on pci0 /kernel: uhci0: Invalid irq 255 /kernel: uhci0: Please switch on USB support and switch PNP-OS to 'No' in BIOS /kernel: device_probe_and_attach: uhci0 attach returned 6 ==> Your BIOS has, however, very kindly set it up in the extra-lame ==> soundblaster emulation mode. You could try going to /dev and saying ==> ==> ./MAKEDEV snd1 ==> ==> and see if this helps Not clear that it does. I set/get this: Mixer vol is currently set to 75:75 Mixer synth is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 75:75 Mixer cd is currently set to 75:75 so I'm guessing that I should be hearing something. I'll continue experimenting... Thanks, -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 13:33:59 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.cdrom.com (mg135-034.ricochet.net [204.179.135.34]) by hub.freebsd.org (Postfix) with ESMTP id 350B037B745 for ; Wed, 29 Mar 2000 13:33:09 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA01035; Wed, 29 Mar 2000 13:36:58 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003292136.NAA01035@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Kent Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: (long) multiple queries about 4.0 on Sony 505HS In-reply-to: Your message of "Wed, 29 Mar 2000 13:14:14 PST." <200003292114.NAA09570@noc.mainstreet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Mar 2000 13:36:57 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Thanks for the rapid reply. > > ==> But, when I use "options PNPBIOS" the USB part of the boot > ==> process says to turn it off. > == > ==Er, it does? PNPBIOS is totally unrelated to USB. > > Here it is: > > /kernel: uhci0: port 0xfc60-0xfc7f at device 7.2 on pci0 > /kernel: uhci0: Invalid irq 255 > /kernel: uhci0: Please switch on USB support and switch PNP-OS to 'No' in BIOS > /kernel: device_probe_and_attach: uhci0 attach returned 6 This is unrelated. PNPBIOS is a kernel option. This is telling you that your BIOS is not correctly configuring your USB adapter; either you have USB turned off in your BIOS, or your BIOS 'PnP OS' option is set to YES. You'll note that's what it tells you. We spell things carefully for a reason; if it was telling you to remove the PNPBIOS option from your kernel config file, that's what it'd say. > ==> Your BIOS has, however, very kindly set it up in the extra-lame > ==> soundblaster emulation mode. You could try going to /dev and saying > ==> > ==> ./MAKEDEV snd1 > ==> > ==> and see if this helps > > Not clear that it does. I set/get this: > > Mixer vol is currently set to 75:75 > Mixer synth is currently set to 75:75 > Mixer pcm is currently set to 75:75 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 75:75 > Mixer cd is currently set to 75:75 > > so I'm guessing that I should be hearing something. Can you change these values and have them work? If you tweak the 'cd' value, can you get any sound out of your external CDROM? You might also try catting something to /dev/audio to see if you get any noise at all. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 13:48:21 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by hub.freebsd.org (Postfix) with ESMTP id 80DF237BD6D for ; Wed, 29 Mar 2000 13:48:19 -0800 (PST) (envelope-from mark@noc.mainstreet.net) Received: (from mark@localhost) by noc.mainstreet.net (8.9.2/8.9.2) id NAA12110; Wed, 29 Mar 2000 13:48:18 -0800 (PST) Date: Wed, 29 Mar 2000 13:48:18 -0800 (PST) Message-Id: <200003292148.NAA12110@noc.mainstreet.net> From: Mark Kent To: freebsd-mobile@FreeBSD.ORG In-reply-to: <200003292045.MAA00662@mass.cdrom.com> (message from Mike Smith on Wed, 29 Mar 2000 12:45:48 -0800) Subject: Re: (long) multiple queries about 4.0 on Sony 505HS Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maybe this is making sense: >> b) I'm assuming that the use of PNPBIOS should correspond >> exactly with the setting of "PnP OS?" in the BIOS set-up. >> True? == == No. With that solid "no", it looks like what I should have is PnP OS set to No in BIOS and options PNPBIOS in the kernel config So, now I do. And I have simply this: options PNPBIOS device pcm device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 and get this: sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 pcm0: on sbc0 and did this sh MAKEDEV snd0 and Yes, I can change the mixer values: Mixer vol is currently set to 75:75 Mixer synth is currently set to 75:56 Mixer pcm is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 75:75 Mixer cd is currently set to 90:90 and No, it does not generate sound. >> You might also try catting something to /dev/audio to see if you get >> any noise at all No noise. It sits there but can be ctrl-c'ed out, although there is a 20 second pause before getting the shell prompt back (after ctrl-c). Thanks, -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 14:25:44 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 94C3A37B9DF for ; Wed, 29 Mar 2000 14:25:37 -0800 (PST) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12aQtx-0000CY-00 for freebsd-mobile@FreeBSD.ORG; Wed, 29 Mar 2000 17:25:25 -0500 Date: Wed, 29 Mar 2000 17:25:25 -0500 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Sony F430 sound ? (everything else working) (Re: (long) multiple queries about 4.0 on Sony 505HS) Message-ID: <20000329172525.C24259@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <200003291958.LAA04012@noc.mainstreet.net> <200003292045.MAA00662@mass.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200003292045.MAA00662@mass.cdrom.com>; from msmith@freebsd.org on Wed, Mar 29, 2000 at 12:45:48PM -0800 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've been installing FreeBSD on some work Sony F430s at the request of my boss (I get to try this stuff out and get paid for it ;) Windows reports the sound device as a Yamaha DS-XG and it's on irq 9 with the vga device and several other things. The bios has no configuration for audio. I'm currently messing with 3.4-PAO - the horror stories in -STABLE have cooled my desire to move to 4.0 right now and with a standard pcm0 line, I get; pcm0 at 0x220 irq 5 drq 1 on isa Unknown card 0x0 0x0 -- hope it is SBPRO The mixer appears to work to the extent I can change the values and they stay changed, audio (from cd, from play, etc) does not. Since I don't hear anything from the CD playing I'm assuming that it isn't actually working. If I try and play a .au I get; timeout flushing dbuf_out, chan 1 cnt 0xb37a flags 0x00000441 I'm guessing that this is pci audio and I'm SOL, certainly with 3.4 ? Am I any less SOL with 4.0 ? Everything else that freebsd has support for works fine - the DVD works as an ATAPI cdrom drive, 1024x768 at 24bit works under xfree; (--) SVGA: PCI: NeoMagic NM2200 rev 32, Memory @ 0xfd000000, 0xfe800000 (--) SVGA: chipset: NM2200 (--) SVGA: videoram: 2560k (**) SVGA: Using 24 bpp, Depth 24, Color weight: 888 [...] (--) SVGA: NeoMagic MagicMedia 256AV (NM2200) chip (--) SVGA: NM2200: Panel is a 1024x768 color TFT display (--) SVGA: NM2200: Internal LCD only display mode The only thing that puzzles me is that if I use 16 bit it uses more acceleration; (**) SVGA: Using 16 bpp, Depth 16, Color weight: 565 [...] (--) SVGA: NM2200: Using hardware cursor (--) SVGA: Using XAA (XFree86 Acceleration Architecture) (--) SVGA: XAA: Solid filled rectangles (--) SVGA: XAA: Screen-to-screen copy [etc] Does XAA need some spare memory or is something odd going on ? pcmcia is ok - the machine has two free IRQs according to windows, 3 and 5 (it has a winmodem, no second serial port). I got the pcmcia controller to work by selecting pcic0: irq 9, 0x3e0 pccardd memory 0xd8000 ignore no irqs Sucessful net install with a 3com 3C589C, all I changed otherwise was resizing the windows partition with partition magic and turning PNP OS off in bios. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 14:35: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 031C737C037 for ; Wed, 29 Mar 2000 14:34:47 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 3F18E1C65; Wed, 29 Mar 2000 17:34:46 -0500 (EST) Date: Wed, 29 Mar 2000 17:34:46 -0500 From: Bill Fumerola To: Peter Radcliffe Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Sony F430 sound ? (everything else working) (Re: (long) multiple queries about 4.0 on Sony 505HS) Message-ID: <20000329173446.T23367@jade.chc-chimes.com> References: <200003291958.LAA04012@noc.mainstreet.net> <200003292045.MAA00662@mass.cdrom.com> <20000329172525.C24259@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000329172525.C24259@pir.net>; from pir@pir.net on Wed, Mar 29, 2000 at 05:25:25PM -0500 X-Operating-System: FreeBSD 3.2-RELEASE i386 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 29, 2000 at 05:25:25PM -0500, Peter Radcliffe wrote: > (--) SVGA: PCI: NeoMagic NM2200 rev 32, Memory @ 0xfd000000, 0xfe800000 > (--) SVGA: chipset: NM2200 > (--) SVGA: videoram: 2560k > (**) SVGA: Using 24 bpp, Depth 24, Color weight: 888 > [...] > (--) SVGA: NeoMagic MagicMedia 256AV (NM2200) chip > (--) SVGA: NM2200: Panel is a 1024x768 color TFT display > (--) SVGA: NM2200: Internal LCD only display mode newpcm works for me for these chips. -- Bill Fumerola - Network Architect Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org Office: 800-252-2421 x128 / Cell: 248-761-7272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 14:47: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id B80D437B64C for ; Wed, 29 Mar 2000 14:46:59 -0800 (PST) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12aREj-0000LA-00 for freebsd-mobile@FreeBSD.ORG; Wed, 29 Mar 2000 17:46:53 -0500 Date: Wed, 29 Mar 2000 17:46:52 -0500 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: Sony F430 sound ? (everything else working) (Re: (long) multiple queries about 4.0 on Sony 505HS) Message-ID: <20000329174652.D24259@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <200003291958.LAA04012@noc.mainstreet.net> <200003292045.MAA00662@mass.cdrom.com> <20000329172525.C24259@pir.net> <20000329173446.T23367@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000329173446.T23367@jade.chc-chimes.com>; from billf@chc-chimes.com on Wed, Mar 29, 2000 at 05:34:46PM -0500 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Fumerola probably said: > > (--) SVGA: PCI: NeoMagic NM2200 rev 32, Memory @ 0xfd000000, 0xfe800000 > newpcm works for me for these chips. 4.0 newpcm ? I was under the impression (although this impression could well be out of date) that this laptop model had seperate NeoMagic display chipset to the yamaha sound chipset and wasn't yet supported ... P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 14:56:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.cdrom.com (mg135-034.ricochet.net [204.179.135.34]) by hub.freebsd.org (Postfix) with ESMTP id 6CFF637B745 for ; Wed, 29 Mar 2000 14:55:33 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id OAA01327; Wed, 29 Mar 2000 14:59:21 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003292259.OAA01327@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Peter Radcliffe Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Sony F430 sound ? (everything else working) (Re: (long) multiple queries about 4.0 on Sony 505HS) In-reply-to: Your message of "Wed, 29 Mar 2000 17:25:25 EST." <20000329172525.C24259@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Mar 2000 14:59:20 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I've been installing FreeBSD on some work Sony F430s at the request of my > boss (I get to try this stuff out and get paid for it ;) > > Windows reports the sound device as a Yamaha DS-XG and it's on irq 9 with > the vga device and several other things. You are SOL for now. Yamaha don't make documentation for this device available. > The only thing that puzzles me is that if I use 16 bit it uses more > acceleration; > (**) SVGA: Using 16 bpp, Depth 16, Color weight: 565 > [...] > (--) SVGA: NM2200: Using hardware cursor > (--) SVGA: Using XAA (XFree86 Acceleration Architecture) > (--) SVGA: XAA: Solid filled rectangles > (--) SVGA: XAA: Screen-to-screen copy > [etc] > > Does XAA need some spare memory or is something odd going on ? XAA is the XFree86 Acceleration Architecture. The chip probably doesn't support these operations in 24-bit mode. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 14:59:57 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.cdrom.com (mg135-034.ricochet.net [204.179.135.34]) by hub.freebsd.org (Postfix) with ESMTP id DB25D37B92A for ; Wed, 29 Mar 2000 14:59:40 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id PAA01358; Wed, 29 Mar 2000 15:03:32 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003292303.PAA01358@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Kent Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: (long) multiple queries about 4.0 on Sony 505HS In-reply-to: Your message of "Wed, 29 Mar 2000 13:48:18 PST." <200003292148.NAA12110@noc.mainstreet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Mar 2000 15:03:31 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Maybe this is making sense: > > >> b) I'm assuming that the use of PNPBIOS should correspond > >> exactly with the setting of "PnP OS?" in the BIOS set-up. > >> True? > == > == No. > > With that solid "no", it looks like what I should have is > > PnP OS set to No in BIOS > and > options PNPBIOS in the kernel config > > So, now I do. And I have simply this: > > options PNPBIOS > device pcm > device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 > > and get this: > > sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 > pcm0: on sbc0 This is the YMF744 in "soundblaster compatibility" mode. It's not a V16x though, AFAIK. > and did this > > sh MAKEDEV snd0 > > and Yes, I can change the mixer values: > > Mixer vol is currently set to 75:75 > Mixer synth is currently set to 75:56 > Mixer pcm is currently set to 75:75 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 75:75 > Mixer cd is currently set to 90:90 > > and No, it does not generate sound. Grr. I don't actually know how sound is meant to be passed from your pccard CDROM to the laptop proper; there may need to be stuff changed in the pccard bridge too. 8( > >> You might also try catting something to /dev/audio to see if you get > >> any noise at all > > No noise. It sits there but can be ctrl-c'ed out, although > there is a 20 second pause before getting the shell prompt back > (after ctrl-c). If you cat something very small, does it ever come back? Basically, the root cause of the problem is that your sound device isn't supported, and doesn't look like it will be for some time. 8( -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 15: 0: 8 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id BCB8437BB04 for ; Wed, 29 Mar 2000 14:59:44 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 0CCF11C65; Wed, 29 Mar 2000 17:59:44 -0500 (EST) Date: Wed, 29 Mar 2000 17:59:44 -0500 From: Bill Fumerola To: Peter Radcliffe Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Sony F430 sound ? (everything else working) (Re: (long) multiple queries about 4.0 on Sony 505HS) Message-ID: <20000329175943.V23367@jade.chc-chimes.com> References: <200003291958.LAA04012@noc.mainstreet.net> <200003292045.MAA00662@mass.cdrom.com> <20000329172525.C24259@pir.net> <20000329173446.T23367@jade.chc-chimes.com> <20000329174652.D24259@pir.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000329174652.D24259@pir.net>; from pir@pir.net on Wed, Mar 29, 2000 at 05:46:52PM -0500 X-Operating-System: FreeBSD 3.2-RELEASE i386 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 29, 2000 at 05:46:52PM -0500, Peter Radcliffe wrote: > Bill Fumerola probably said: > > > (--) SVGA: PCI: NeoMagic NM2200 rev 32, Memory @ 0xfd000000, 0xfe800000 > > newpcm works for me for these chips. > > 4.0 newpcm ? > > I was under the impression (although this impression could well be out > of date) that this laptop model had seperate NeoMagic display chipset > to the yamaha sound chipset and wasn't yet supported ... Well, if it uses the audio side of the neomagic, it will work. Remember in "The Matrix" towards the end of the film where 'Neo' and 'Trinity' enter the building with massive firepower and destroy everything? That's what it is going to take to extract Yamaha documentation, from what Cameron says. -- Bill Fumerola - Network Architect Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org Office: 800-252-2421 x128 / Cell: 248-761-7272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 15: 0:26 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from paprika.michvhf.com (paprika.michvhf.com [209.103.136.12]) by hub.freebsd.org (Postfix) with SMTP id 2429437B67D for ; Wed, 29 Mar 2000 15:00:21 -0800 (PST) (envelope-from vev@michvhf.com) Received: (qmail 7577 invoked by uid 1001); 29 Mar 2000 23:00:22 -0000 Date: Wed, 29 Mar 2000 18:00:22 -0500 (EST) From: Vince Vielhaber To: freebsd-mobile@freebsd.org Subject: 3.4 and a 33.6 Apex Data modem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to set up a 33.6 Apex Data modem with 3.4-REL. According to AirTouch it's supposed to work with my cell fone. Anyway, pccardd says that the "driver allocation failed for AD PC_CARD". In digging thru the archives I found a patch from Warner that I partially applied (just the reporting stuff so I could find out why it failed). It says the reason is errno 22 (Invalid argument). The computer's a micron laptop. I'm not sure where to go from here or even what other info to give. I don't use laptops much, but if this modem's not gonna work with my cell fone it's going back ($280 is a bit much for a 33.6) so any kind of direction will be help. So where do I go from here, what other info do I need to provide and how do I get that info? Vince. -- ========================================================================== Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net 128K ISDN: $24.95/mo or less - 56K Dialup: $17.95/mo or less at Pop4 Online Campground Directory http://www.camping-usa.com Online Giftshop Superstore http://www.cloudninegifts.com ========================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 15: 7: 6 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 3FF3937B5B7 for ; Wed, 29 Mar 2000 15:05:49 -0800 (PST) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12aRX1-0000TX-00 for freebsd-mobile@FreeBSD.ORG; Wed, 29 Mar 2000 18:05:47 -0500 Date: Wed, 29 Mar 2000 18:05:47 -0500 From: Peter Radcliffe To: freebsd-mobile@FreeBSD.ORG Subject: Re: Sony F430 sound ? (everything else working) (Re: (long) multiple queries about 4.0 on Sony 505HS) Message-ID: <20000329180547.E24259@pir.net> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <200003291958.LAA04012@noc.mainstreet.net> <200003292045.MAA00662@mass.cdrom.com> <20000329172525.C24259@pir.net> <20000329173446.T23367@jade.chc-chimes.com> <20000329174652.D24259@pir.net> <20000329175943.V23367@jade.chc-chimes.com> <20000329172525.C24259@pir.net> <200003292259.OAA01327@mass.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200003292259.OAA01327@mass.cdrom.com>; from msmith@freebsd.org on Wed, Mar 29, 2000 at 02:59:20PM -0800 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike Smith probably said: > XAA is the XFree86 Acceleration Architecture. The chip probably doesn't > support these operations in 24-bit mode. Hrrmm. Now I have to decide if I want 16bit + acceleration or 24bit on these :) Bill Fumerola probably said: > Well, if it uses the audio side of the neomagic, it will work. I believe not - my PGC-505TR uses the neomagic sound and works pretty well with 3.4-PAO. I get _nothing_ out of this one. > Remember in "The Matrix" towards the end of the film where 'Neo' and > 'Trinity' enter the building with massive firepower and destroy > everything? That's what it is going to take to extract Yamaha > documentation, from what Cameron says. Urgh. Don't you just love co-operative companies. Thanks for the info. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 15:58:14 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 451E637B7EA for ; Wed, 29 Mar 2000 15:58:07 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA65571; Wed, 29 Mar 2000 16:58:04 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA17372; Wed, 29 Mar 2000 16:57:39 -0700 (MST) Message-Id: <200003292357.QAA17372@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: ietf suport Cc: Randy Bush , FreeBSD Laptoppers In-reply-to: Your message of "Tue, 28 Mar 2000 16:51:19 +0900." <38E06477.15E4E4ED@newsguy.com> References: <38E06477.15E4E4ED@newsguy.com> <14558.60622.478579.861038@horsey.gshapiro.net> Date: Wed, 29 Mar 2000 16:57:39 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <38E06477.15E4E4ED@newsguy.com> "Daniel C. Sobral" writes: : Well, I don't know about PAO or 3.4, but on 4.0/5.0, : /etc/defaults/rc.conf is set so that the file read by default is : /etc/pccard.conf.sample, *not* /etc/pccard.conf, which is the default : for pccardd and documented as such. This has misled everyone I ever : talked to about it. That's why it is being fixed by iswaski-san... I think he plans to commit tonight or tomorrow. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 16: 0:58 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 3B85337BB27 for ; Wed, 29 Mar 2000 16:00:43 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA65587; Wed, 29 Mar 2000 17:00:31 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA17395; Wed, 29 Mar 2000 17:00:07 -0700 (MST) Message-Id: <200003300000.RAA17395@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: Call for review: new pccard.conf scheme Cc: Mitsuru IWASAKI , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 28 Mar 2000 17:22:48 +0900." <38E06BD8.346A53B0@newsguy.com> References: <38E06BD8.346A53B0@newsguy.com> <200003271712.CAA08158@tasogare.imasy.or.jp> Date: Wed, 29 Mar 2000 17:00:07 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <38E06BD8.346A53B0@newsguy.com> "Daniel C. Sobral" writes: : Err... pccard.conf is a file that goes through WAAAAAY too many syntax : changes. Can you add a "version number" config line, so that pccardd can : verify that the files are in an acceptable syntax? I'd suggest : major/minor numbers. If major is wrong, the syntax is incompatible. If : the minor is wrong, the syntax is still supported but the user would : better update it to remove legacy keywords. Huh? AFAIK, There's been no major changes to the syntax to that file since 2.2.x. There's only been improvements. I wouldn't bother adding that at this late date. pccard.conf likely won't be around in 5.0 in anywhere near its current form, and would be renamed to something else in any event. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 16: 1:30 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D611537B758 for ; Wed, 29 Mar 2000 16:01:23 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA65593; Wed, 29 Mar 2000 17:01:22 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA17408; Wed, 29 Mar 2000 17:00:58 -0700 (MST) Message-Id: <200003300000.RAA17408@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: Call for review: new pccard.conf scheme Cc: dcs@newsguy.com, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 28 Mar 2000 22:44:37 +0900." <200003281344.WAA14869@tasogare.imasy.or.jp> References: <200003281344.WAA14869@tasogare.imasy.or.jp> <38E06BD8.346A53B0@newsguy.com> Date: Wed, 29 Mar 2000 17:00:58 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200003281344.WAA14869@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : Maybe our "version number" keyword implementation is already too late? I think so. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 16: 3:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 778FF37B6EF for ; Wed, 29 Mar 2000 16:03:35 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA65611; Wed, 29 Mar 2000 17:03:33 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA17442; Wed, 29 Mar 2000 17:03:10 -0700 (MST) Message-Id: <200003300003.RAA17442@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: Call for review: new pccard.conf scheme Cc: Mitsuru IWASAKI , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 29 Mar 2000 13:14:40 +0900." <38E18330.64B77221@newsguy.com> References: <38E18330.64B77221@newsguy.com> <38E06BD8.346A53B0@newsguy.com> <200003281344.WAA14869@tasogare.imasy.or.jp> Date: Wed, 29 Mar 2000 17:03:10 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <38E18330.64B77221@newsguy.com> "Daniel C. Sobral" writes: : Expect the best, plan for the worst. It is better to introduce the : version number keyword, and then find out it was too late than _not_ : introduce the keyword and find out it wasn't. No. Let's NOT complicate pccardd any more than we have to. It is going to die and the less we do to it, the more we can do to NEWCARD. Besides, if the worst does happen, then we can add a version flag later. If no version is present, it is by default version 1, just like now. I'm very strongly opposed to this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 17: 5:14 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from smartie.braingarage.com (m206-51.dsl.tsoft.com [198.144.206.51]) by hub.freebsd.org (Postfix) with ESMTP id A2B0337BACA for ; Wed, 29 Mar 2000 17:05:11 -0800 (PST) (envelope-from robert@braingarage.com) Received: (from nobody@localhost) by smartie.braingarage.com (8.9.3/8.9.3) id RAA20215; Wed, 29 Mar 2000 17:05:10 -0800 (PST) (envelope-from robert@braingarage.com) Date: Wed, 29 Mar 2000 17:05:10 -0800 (PST) From: robert bowen Message-Id: <200003300105.RAA20215@smartie.braingarage.com> X-Authentication-Warning: smartie.braingarage.com: nobody set sender to robert@braingarage.com using -f To: freebsd-mobile@freebsd.org Reply-To: robert@braingarage.com MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.11 Subject: NetBSD sound support port to FreeBSD Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been fighting (with helpful patches from Steve O'Hara_Smith) to get my ESS Solo-1 sound chip working with FreeBSD. I noticed that the Net/OpenBSD people have this driver and I wonder how much work it would take to port it to Newpcm. Does anyone have an idea? It is certainly above my abilities, but I could start if someone could give direction/advice. Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 18:56:28 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id E280937B633 for ; Wed, 29 Mar 2000 18:56:25 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p50-dn01kiryunisiki.gunma.ocn.ne.jp [211.0.245.51]) by peach.ocn.ne.jp (8.9.1a/OCN) with ESMTP id LAA08727; Thu, 30 Mar 2000 11:55:05 +0900 (JST) Message-ID: <38E2C1A8.ECD96F7C@newsguy.com> Date: Thu, 30 Mar 2000 11:53:28 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Warner Losh Cc: Mitsuru IWASAKI , freebsd-mobile@FreeBSD.ORG Subject: Re: Call for review: new pccard.conf scheme References: <38E06BD8.346A53B0@newsguy.com> <200003271712.CAA08158@tasogare.imasy.or.jp> <200003300000.RAA17395@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh wrote: > > Huh? AFAIK, There's been no major changes to the syntax to that file > since 2.2.x. There's only been improvements. Thinking about it for ten seconds, I recalled the increase in the string that identifies the card. > I wouldn't bother adding that at this late date. pccard.conf likely > won't be around in 5.0 in anywhere near its current form, and would be > renamed to something else in any event. I'd love to be wrong on this, and I'd also love for the feature to be added just in case. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@zurichgnomes.bsdconspiracy.net The size of the pizza is inversely proportional to the intensity of the hunger. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 19:10:36 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id A2D7E37B711 for ; Wed, 29 Mar 2000 19:10:23 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.5/nospam) with UUCP id FAA19657 for freebsd-mobile@FreeBSD.ORG; Thu, 30 Mar 2000 05:10:10 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id C4B578796; Thu, 30 Mar 2000 01:07:33 +0200 (CEST) Date: Thu, 30 Mar 2000 01:07:33 +0200 From: Ollivier Robert To: freebsd-mobile@FreeBSD.ORG Subject: Re: (long) multiple queries about 4.0 on Sony 505HS Message-ID: <20000330010733.A84716@keltia.freenix.fr> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <200003292045.MAA00662@mass.cdrom.com> <200003292148.NAA12110@noc.mainstreet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.9i In-Reply-To: <200003292148.NAA12110@noc.mainstreet.net>; from mark@noc.mainstreet.net on Wed, Mar 29, 2000 at 01:48:18PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Mark Kent: > options PNPBIOS > device pcm > device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 If this is the same sound card as my Z505SX, you should be able to remove the sbc0 line. pci0: at 8.0 irq 9 pcm0: mem 0xfea00000-0xfeafffff,0xfe000000-0xfe3fffff irq 9 at device 8.1 on pci0 It is of course possible that they changed the entire sound subsystem between the SX and your HS... PS: the funny part is that in French, HS == Hors-Service == Out of order :-) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #78: Sun Feb 27 15:32:39 CET 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 19:10:51 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 25D3437B51E for ; Wed, 29 Mar 2000 19:10:43 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.5/nospam) with UUCP id FAA19664 for freebsd-mobile@FreeBSD.ORG; Thu, 30 Mar 2000 05:10:38 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id AEFF18796; Thu, 30 Mar 2000 01:10:05 +0200 (CEST) Date: Thu, 30 Mar 2000 01:10:05 +0200 From: Ollivier Robert To: freebsd-mobile@FreeBSD.ORG Subject: Re: (long) multiple queries about 4.0 on Sony 505HS Message-ID: <20000330011005.B84716@keltia.freenix.fr> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <200003291958.LAA04012@noc.mainstreet.net> <200003292045.MAA00662@mass.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.9i In-Reply-To: <200003292045.MAA00662@mass.cdrom.com>; from msmith@freebsd.org on Wed, Mar 29, 2000 at 12:45:48PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Mike Smith: > > 3) modem (http://808hi.com/56k/hcf9.htm) > > If this is a PCCARD modem, yes. I suspect this is a winmodem thingy as my Z505SX has. > > 4) IR port > > Probably not, at least not in the fashion that you're expecting. Serial port emulation (look into the BIOS) mor eor less work. I'm unable to sync my Pilot with it though. sio2 at port 0x3e8-0x3ef irq 5 on isa0 sio2: type 16550A -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #78: Sun Feb 27 15:32:39 CET 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 19:11:49 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by hub.freebsd.org (Postfix) with ESMTP id 4C32837B6EB for ; Wed, 29 Mar 2000 19:11:47 -0800 (PST) (envelope-from mark@noc.mainstreet.net) Received: (from mark@localhost) by noc.mainstreet.net (8.9.2/8.9.2) id TAA04639; Wed, 29 Mar 2000 19:11:45 -0800 (PST) Date: Wed, 29 Mar 2000 19:11:45 -0800 (PST) Message-Id: <200003300311.TAA04639@noc.mainstreet.net> From: Mark Kent To: freebsd-mobile@FreeBSD.ORG In-reply-to: <20000329175943.V23367@jade.chc-chimes.com> (message from Bill Fumerola on Wed, 29 Mar 2000 17:59:44 -0500) Subject: Re: Sony F430 sound ? (everything else working) (Re: (long) multiple queries about 4.0 on Sony 505HS) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Remember in "The Matrix" towards the end of the film where 'Neo' >> and 'Trinity' enter the building with massive firepower and destroy >> everything? That's what it is going to take to extract Yamaha >> documentation, from what Cameron says. This, I believe, was in reference to the Yamaha DS-XG (YMF744). *Someone* got the documentation since it appears here: http://www.opensound.com/freebsd.html Can anyone comment on this statement by opensound: UPDATE: FreeBSD 4.0 support withdrawn. FreeBSD-4.0-20000317-STABLE Snapshot is actually a 3.4 kernel release. Support for 4.0 is indefinitely on HOLD. It requires a complete rewrite of the lowlevel routines. Does it indicate a good grasp of freebsd innards? It looks like it would cost only $30 :-( -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 20: 8:10 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A241D37B772 for ; Wed, 29 Mar 2000 20:08:06 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA66420; Wed, 29 Mar 2000 21:08:01 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA19618; Wed, 29 Mar 2000 21:07:37 -0700 (MST) Message-Id: <200003300407.VAA19618@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: Call for review: new pccard.conf scheme Cc: Mitsuru IWASAKI , freebsd-mobile@FreeBSD.org In-reply-to: Your message of "Thu, 30 Mar 2000 11:53:28 +0900." <38E2C1A8.ECD96F7C@newsguy.com> References: <38E2C1A8.ECD96F7C@newsguy.com> <38E06BD8.346A53B0@newsguy.com> <200003271712.CAA08158@tasogare.imasy.or.jp> <200003300000.RAA17395@harmony.village.org> Date: Wed, 29 Mar 2000 21:07:37 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <38E2C1A8.ECD96F7C@newsguy.com> "Daniel C. Sobral" writes: : Thinking about it for ten seconds, I recalled the increase in the string : that identifies the card. That change basically didn't impact anything. There were a few cards that were dinged by it. No worse than any of the changes in the kernel config file. : > I wouldn't bother adding that at this late date. pccard.conf likely : > won't be around in 5.0 in anywhere near its current form, and would be : > renamed to something else in any event. : : I'd love to be wrong on this, and I'd also love for the feature to be : added just in case. Submit patches if you are that insistant. If iwasaki-san really want to use them, it is up to him, but I really really don't want to do this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Mar 29 22:14: 1 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.cdrom.com (mg136-158.ricochet.net [204.179.136.158]) by hub.freebsd.org (Postfix) with ESMTP id 47F6237B770 for ; Wed, 29 Mar 2000 22:13:56 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA00450; Wed, 29 Mar 2000 22:17:51 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003300617.WAA00450@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Kent Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Sony F430 sound ? (everything else working) (Re: (long) multiple queries about 4.0 on Sony 505HS) In-reply-to: Your message of "Wed, 29 Mar 2000 19:11:45 PST." <200003300311.TAA04639@noc.mainstreet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Mar 2000 22:17:50 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> Remember in "The Matrix" towards the end of the film where 'Neo' > >> and 'Trinity' enter the building with massive firepower and destroy > >> everything? That's what it is going to take to extract Yamaha > >> documentation, from what Cameron says. > > This, I believe, was in reference to the Yamaha DS-XG (YMF744). > > *Someone* got the documentation since it appears here: > > http://www.opensound.com/freebsd.html That's correct. You'll note that there's no source code here. > Can anyone comment on this statement by opensound: > > UPDATE: FreeBSD 4.0 support withdrawn. > FreeBSD-4.0-20000317-STABLE Snapshot is actually a 3.4 kernel > release. Support for 4.0 is indefinitely on HOLD. It requires a > complete rewrite of the lowlevel routines. > > Does it indicate a good grasp of freebsd innards? Yes. The OSS code internals haven't changed for several years, while we've moved forwards. > It looks like it would cost only $30 :-( It sort-of works, too. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 3:31:25 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by hub.freebsd.org (Postfix) with ESMTP id 9E45337B604 for ; Thu, 30 Mar 2000 03:31:16 -0800 (PST) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.10.0/jtpda-5.3.3) with ESMTP id e2UBVEU84990 for ; Thu, 30 Mar 2000 13:31:14 +0200 (CEST) Received: from rose.lpthe.jussieu.fr ([134.157.10.102]) by parthe.lpthe.jussieu.fr (8.9.1a/jtpda-5.3.1) with ESMTP id NAA06411 for ; Thu, 30 Mar 2000 13:31:14 +0200 (MET DST) Received: (from michel@localhost) by rose.lpthe.jussieu.fr (8.9.3/8.9.3) id NAA00904 for freebsd-mobile@FreeBSD.ORG; Thu, 30 Mar 2000 13:31:13 +0200 (CEST) (envelope-from michel) Date: Thu, 30 Mar 2000 13:31:13 +0200 From: Michel Talon To: freebsd-mobile@FreeBSD.ORG Subject: Re: (long) multiple queries about 4.0 on Sony 505HS Message-ID: <20000330133113.A632@lpthe.jussieu.fr> References: <200003292148.NAA12110@noc.mainstreet.net> <200003292303.PAA01358@mass.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200003292303.PAA01358@mass.cdrom.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 29, 2000 at 03:03:31PM -0800, Mike Smith wrote: > > and Yes, I can change the mixer values: > > > > Mixer vol is currently set to 75:75 > > Mixer synth is currently set to 75:56 > > Mixer pcm is currently set to 75:75 > > Mixer line is currently set to 75:75 > > Mixer mic is currently set to 75:75 > > Mixer cd is currently set to 90:90 > > > > and No, it does not generate sound. > If this is like in my Dell Inspiron 3500, i have to put mixer pcm 100:100 before being able to get audible sound from the speakers. Here also it is in SoundBlaster emulation mode under FreeBSD 3.3+PAO. Hope i will soon upgrade to 4.0 to have full recognition of the soundcard. I have booted the iso image, seems that there is no error showing up. -- Michel Talon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 5:58:25 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mongkok.pacific.net.hk (mongkok.pacific.net.hk [202.14.67.46]) by hub.freebsd.org (Postfix) with ESMTP id 75B5037BD0B for ; Thu, 30 Mar 2000 05:58:20 -0800 (PST) (envelope-from alexkwan@pacific.net.hk) Received: from kwaifong.pacific.net.hk (kwaifong.pacific.net.hk [202.14.67.7]) by mongkok.pacific.net.hk with ESMTP id VAA25185 for ; Thu, 30 Mar 2000 21:58:19 +0800 (HKT) Received: from alexkwan (ppp88.dyn30.pacific.net.hk [202.64.30.88]) by kwaifong.pacific.net.hk with SMTP id VAA27096 for ; Thu, 30 Mar 2000 21:58:18 +0800 (HKT) Message-ID: <007301bf9a50$5dfbafa0$581e40ca@alexkwan> From: "Alex Kwan" To: Subject: Re: cuaa2 or sio2 Date: Thu, 30 Mar 2000 22:00:54 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I am using a normal pcmcia modem card to dialup, the device name of ppp.conf is sio2 or cuaa2? Also, I copy the pccard.sample.conf file to build my pccard.conf, do I needed to delete the section of the cards that I didn't own. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 6:13: 3 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from pooh.elsevier.nl (pooh.elsevier.nl [145.36.13.27]) by hub.freebsd.org (Postfix) with ESMTP id A666537B75A for ; Thu, 30 Mar 2000 06:12:40 -0800 (PST) (envelope-from steve@pooh.elsevier.nl) Received: (from steve@localhost) by pooh.elsevier.nl (8.9.3/8.9.3) id PAA00477; Thu, 30 Mar 2000 15:17:44 +0100 (IST) (envelope-from steve) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <007301bf9a50$5dfbafa0$581e40ca@alexkwan> Date: Thu, 30 Mar 2000 15:17:43 +0100 (IST) From: "Steve O'Hara-Smith" To: Alex Kwan Subject: Re: cuaa2 or sio2 Cc: freebsd-mobile@FreeBSD.ORG Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 30-Mar-00 Alex Kwan wrote: > the device name of ppp.conf is sio2 or cuaa2? The latter, cuaa2 is one of the device nodes providing access to the sio2 device (ttyd2 and cuaia2 are the others). PS: -questions is more appropriate for this sort of thing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 6:27:26 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cwb.pacific.net.hk (cwb.pacific.net.hk [202.14.67.92]) by hub.freebsd.org (Postfix) with ESMTP id 2D15137BC03 for ; Thu, 30 Mar 2000 06:27:18 -0800 (PST) (envelope-from alexkwan@pacific.net.hk) Received: from tsingyi.pacific.net.hk (tsingyi.pacific.net.hk [202.14.67.240]) by cwb.pacific.net.hk with ESMTP id WAA29794 for ; Thu, 30 Mar 2000 22:27:15 +0800 (HKT) Received: from alexkwan (ppp101.dyn29.pacific.net.hk [202.64.29.101]) by tsingyi.pacific.net.hk with SMTP id WAA23908 for ; Thu, 30 Mar 2000 22:27:14 +0800 (HKT) Message-ID: <000b01bf9a54$693255a0$651d40ca@alexkwan> From: "Alex Kwan" To: Subject: EagleTec 56K Fax Modem Card Date: Thu, 30 Mar 2000 22:28:37 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! My modem card is Eagle Tec 56K Fax Modem Card, and I have not found this model in the sample config file., does it supported by FreeBSD4.0? If yes, how to complete the pccard.conf? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 7:53:34 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mongkok.pacific.net.hk (mongkok.pacific.net.hk [202.14.67.46]) by hub.freebsd.org (Postfix) with ESMTP id 54F7F37B5AC for ; Thu, 30 Mar 2000 07:53:27 -0800 (PST) (envelope-from alexkwan@pacific.net.hk) Received: from tsingyi.pacific.net.hk (tsingyi.pacific.net.hk [202.14.67.240]) by mongkok.pacific.net.hk with ESMTP id XAA09274 for ; Thu, 30 Mar 2000 23:53:23 +0800 (HKT) Received: from alexkwan (ppp87.dyn30.pacific.net.hk [202.64.30.87]) by tsingyi.pacific.net.hk with SMTP id XAA05034 for ; Thu, 30 Mar 2000 23:53:22 +0800 (HKT) Message-ID: <000701bf9a60$714be380$571e40ca@alexkwan> From: "Alex Kwan" To: Subject: Re: I can't dialup with PC Card Modem, Please help me Date: Thu, 30 Mar 2000 23:55:06 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! My laptop was Toshiba Tecra510CDT, Card Controller: ToPIC95 OS: FreeBSD4.0 When I use a external modem to connected to com port, and the user mode ppp dialup was working very well, but when I try to use a PC Card Modem (Eagle Tec 56K Fax Modem, I am sure it is not a win modem, because the catalog said it can work under Linux). my /etc/defaults/rc.conf: pccard_enable = "YES" pccard_mem = "DEFAULT" pccard_beep = "1" pccard_ifconfig = "YES" pccardd_flags = "" pccard_conf = "/etc/pccard.conf" my /etc/pccard.conf: io 0x240-0x360 irq 3 10 11 13 15 memory 0xd4000 96k #GENERIC PCMCIA MODEM function serial config "sio3" any insert logger -s PCMCIA Modem inserted remove logger -s PCMCIA Modem removed my /etc/ppp/ppp.conf default: set device /dev/cuaa3 .......... .......... When I dialup, it's no response and got a error message: ppp[96]: tun0: Warning: deflink: /dev/cuaa3: Bad file descriptior What Can I Do Now? Thanks for everyone! Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 9: 1:44 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 5833037B98D; Thu, 30 Mar 2000 09:01:37 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdnb23.imasy.or.jp [202.227.24.151]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id CAA16482; Fri, 31 Mar 2000 02:01:29 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200003301701.CAA16482@tasogare.imasy.or.jp> To: freebsd-mobile@FreeBSD.org Cc: freebsd-current@FreeBSD.org Subject: HEADS UP: new pccard.conf scheme, please test! X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 31 Mar 2000 02:01:25 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 52 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org HI, all. I've just committed new feature for pccardd, but default pccard configuration file is still /etc/pccard.conf.sample because I'd like to see how things go and test them more for about a week. Test version of /etc/defaults/pccard.conf, /etc/pccard.conf are available at http://www.freebsd.org/~iwasaki/pccard/pccard.conf.tar.gz and, patches against the files under src/etc and src/share are available at http://www.freebsd.org/~iwasaki/pccard/pccardd-etc.diff You might need to copy /etc/defaults/pccard.conf to src/etc/defauts/ for make world until src/etc/defauts/pccard.conf is created. Please test them and report your problem to iwasaki@jp.FreeBSD.org if anything wrong. Thanks! > iwasaki 2000/03/30 08:01:39 PST > > Modified files: > usr.sbin/pccard/pccardd cardd.h file.c pccard.conf.5 pccardd.8 > pccardd.c > Log: > - default config file changed from /etc/pccard.conf to > /etc/defaults/pccard.conf in pccardd. But system default pccardd > config file is still /etc/pccard.conf.sample specified in /etc/rc.conf > for the testing this changes. > - improved `include' keyword function for error handling. > - now that resource pool (io, irq, mem) can be overridden. > - pccard config entries is searched following the first match rule if > there are more than two entries which have the same card identifier. > > Note that the /etc/defaults/pccard.conf related files is not committed > at this time, will come a week later. I'll prepare the test version > of /etc/defaults/pccard.conf, /etc/pccard.conf and other files soon. > > Reviewed by: imp and nomads in Japan. > > Revision Changes Path > 1.19 +3 -1 src/usr.sbin/pccard/pccardd/cardd.h > 1.25 +116 -41 src/usr.sbin/pccard/pccardd/file.c > 1.13 +18 -4 src/usr.sbin/pccard/pccardd/pccard.conf.5 > 1.18 +10 -4 src/usr.sbin/pccard/pccardd/pccardd.8 > 1.7 +3 -2 src/usr.sbin/pccard/pccardd/pccardd.c > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 11:19:25 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 4681537BE34 for ; Thu, 30 Mar 2000 11:19:22 -0800 (PST) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (isdn57.imasy.or.jp [202.227.24.249]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id EAA20801; Fri, 31 Mar 2000 04:19:18 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Message-Id: <200003301919.EAA20801@tasogare.imasy.or.jp> To: imp@village.org Cc: dcs@newsguy.com, iwasaki@jp.FreeBSD.org, freebsd-mobile@FreeBSD.org Subject: Re: Call for review: new pccard.conf scheme In-Reply-To: Your message of "Wed, 29 Mar 2000 21:07:37 -0700" <200003300407.VAA19618@harmony.village.org> References: <200003300407.VAA19618@harmony.village.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 31 Mar 2000 04:19:17 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 980905(IM100) Lines: 16 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > : I'd love to be wrong on this, and I'd also love for the feature to be > : added just in case. > > Submit patches if you are that insistant. If iwasaki-san really want > to use them, it is up to him, but I really really don't want to do > this. I, personally, like this idea very much, but It's not so good to implement in the current time toward the 5.0-RELEASE. My recent activities on pccardd is to encourage PAO users to migrate to plain FreeBSD, also to think "what kind of features are necessary for the pccard daemon program in new pccard support". Mr. Daniel's suggestion is very helpful in terms of this, I appreciate his kindness. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 11:31:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id CDFAF37BFDD for ; Thu, 30 Mar 2000 11:31:39 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA69676; Thu, 30 Mar 2000 12:31:37 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA26046; Thu, 30 Mar 2000 12:31:11 -0700 (MST) Message-Id: <200003301931.MAA26046@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: Call for review: new pccard.conf scheme Cc: dcs@newsguy.com, freebsd-mobile@FreeBSD.org In-reply-to: Your message of "Fri, 31 Mar 2000 04:19:17 +0900." <200003301919.EAA20801@tasogare.imasy.or.jp> References: <200003301919.EAA20801@tasogare.imasy.or.jp> <200003300407.VAA19618@harmony.village.org> Date: Thu, 30 Mar 2000 12:31:11 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200003301919.EAA20801@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : I, personally, like this idea very much, but It's not so good to : implement in the current time toward the 5.0-RELEASE. : My recent activities on pccardd is to encourage PAO users to migrate : to plain FreeBSD, also to think "what kind of features are necessary : for the pccard daemon program in new pccard support". : Mr. Daniel's suggestion is very helpful in terms of this, I appreciate : his kindness. Yea. I've been really swamped lately and have had trouble finding time to deal with all the pccard issues before us. In thinking back, I think I was reacting more from that than any overriding technical issues. I do owe dcs an appology for the tone I took with him. Daniel, I'm sorry to bite your head off for suggesting this. While it may be too late in the lifecycle of pccardd for this, it is a good idea none-the-less. Be that as it may, that was no excuse for me to bite your head off. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 11:44:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 291FF37B890 for ; Thu, 30 Mar 2000 11:44:31 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA69708; Thu, 30 Mar 2000 12:44:26 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA26112; Thu, 30 Mar 2000 12:44:00 -0700 (MST) Message-Id: <200003301944.MAA26112@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: Call for review: new pccard.conf scheme Cc: dcs@newsguy.com, freebsd-mobile@FreeBSD.org In-reply-to: Your message of "Fri, 31 Mar 2000 04:19:17 +0900." <200003301919.EAA20801@tasogare.imasy.or.jp> References: <200003301919.EAA20801@tasogare.imasy.or.jp> <200003300407.VAA19618@harmony.village.org> Date: Thu, 30 Mar 2000 12:44:00 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200003301919.EAA20801@tasogare.imasy.or.jp> Mitsuru IWASAKI writes: : to plain FreeBSD, also to think "what kind of features are necessary : for the pccard daemon program in new pccard support". I'd like to hash out some ideas that I had in the card driving to work this morning. Right now the plan is for the pccard device drivers to know what kind of devices they grok. So the sio device would know all the modem cards it supports, in addition to being able to make its best shot at all serial devices (the CIS gives a function ID for each major function on a card). The ed driver would know what it supported, plus that if it was a network card to give it its best shot and probe the thing anyway (since 99% of all new network cards use ed or ep). And so forth. The ata driver will do similar things. This is just like NetBSD does it, except for the best effort probing of the card, which is what I'd like to add. I'm not completely sure about this part. I'm torn between having a new probe-like routine that will probe based on function and just having things silently do this. While this will take care of 99% of all users, there will be those users that need to be able to tell a driver "hey, mr Sn driver, please make a card that matches be matched by your probe routine." This will allow people to go out and buy the latest pccard and then let the driver know via a simple command that it should support attach to this card w/o the need to rebuild a driver. I was thinking of having a new command, called for the moment cardctl, that would do this. You'd say something like cardctl sio -o 0x0143 -m 0x1234 which would cause the sio driver to now match OEM number 0x143, model 0x1234. This would translate into a ioctl that would filter down to the pccard bus. The pccard bus would then issue a new bus method call to add the device id. The sio driver would get this call, make a note of it. After all returning, the pccard bus would (or the cardctl program would instruct tell the pccard bus to) do a probe_and_attach for all children not already attached. This would mean that we'd need to have some infrastructure to initialize a PnP id table for drivers to use, plus some infrastructure to add entries to an existing PnP table. All drivers would effectively have to support this, so maybe some factoring could be done to turn control of the table over to the pccard bus so that drivers don't need to get involved at all. Anyway, these are just my random musings at the moment. I'm sure people will let me know if I'm out to lunch or not. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 11:46:35 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id E7B1837BAC1 for ; Thu, 30 Mar 2000 11:46:31 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA69729; Thu, 30 Mar 2000 12:46:29 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA26153; Thu, 30 Mar 2000 12:46:03 -0700 (MST) Message-Id: <200003301946.MAA26153@harmony.village.org> To: "Alex Kwan" Subject: Re: cuaa2 or sio2 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 30 Mar 2000 22:00:54 +0800." <007301bf9a50$5dfbafa0$581e40ca@alexkwan> References: <007301bf9a50$5dfbafa0$581e40ca@alexkwan> Date: Thu, 30 Mar 2000 12:46:03 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <007301bf9a50$5dfbafa0$581e40ca@alexkwan> "Alex Kwan" writes: : I am using a normal pcmcia modem card to dialup, : the device name of ppp.conf is sio2 or cuaa2? For 4.0, use the cuaaX device that corresponds to the device number in the probe message. You may need to create this in /dev. For 3.x and earlier, use the cuaxxX device that matches the sioX in your pccard.conf file. : Also, I copy the pccard.sample.conf file to build my : pccard.conf, do I needed to delete the section of : the cards that I didn't own. No. but you are allowed to. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 11:48:57 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2420037BDF0 for ; Thu, 30 Mar 2000 11:48:54 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA69741; Thu, 30 Mar 2000 12:48:52 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA26181; Thu, 30 Mar 2000 12:48:26 -0700 (MST) Message-Id: <200003301948.MAA26181@harmony.village.org> To: "Alex Kwan" Subject: Re: I can't dialup with PC Card Modem, Please help me Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 30 Mar 2000 23:55:06 +0800." <000701bf9a60$714be380$571e40ca@alexkwan> References: <000701bf9a60$714be380$571e40ca@alexkwan> Date: Thu, 30 Mar 2000 12:48:26 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <000701bf9a60$714be380$571e40ca@alexkwan> "Alex Kwan" writes: : #GENERIC PCMCIA MODEM : function serial : config "sio3" any : insert logger -s PCMCIA Modem inserted : remove logger -s PCMCIA Modem removed this syntax doesn't yet work in 4.0 (unless iwasaki-san's changes added it). You'll need a more specific entry. : What Can I Do Now? Either create a specific entry from the output of dumpcis, or send the dumpcis output here and I'll show you how to write one. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 12:48:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from richard2.pil.net (richard2.pil.net [207.8.164.9]) by hub.freebsd.org (Postfix) with SMTP id 3025A37B91D for ; Thu, 30 Mar 2000 12:48:42 -0800 (PST) (envelope-from up@3.am) Received: (qmail 14111 invoked by uid 1825); 30 Mar 2000 20:48:38 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Mar 2000 20:48:38 -0000 Date: Thu, 30 Mar 2000 15:48:38 -0500 (EST) From: X-Sender: up@richard2.pil.net To: freebsd-mobile@freebsd.org Subject: Vaio vs Portege plus modems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm looking into getting a laptop that I can run FreeBSD on, and I've narrowed my choice down to (in order of preference): Toshiba Portege 3110CT (about $500-$600 cheaper) Sony Vaio Z505HE My main concern at this point is the modem. Neither of their websites indicate whether the built-in modem is a Winmodem or not, nor could I find a conclusion in the archives of this list. Can anyone tell me from experience if this is the case? if not, recommended alternatives? Would PAO be needed in either case? TIA, James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 12:54:14 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from moek.pir.net (moek.pir.net [209.192.237.190]) by hub.freebsd.org (Postfix) with ESMTP id 10B9337B8C8 for ; Thu, 30 Mar 2000 12:54:11 -0800 (PST) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 12alx7-0000Km-00 for freebsd-mobile@freebsd.org; Thu, 30 Mar 2000 15:54:05 -0500 Date: Thu, 30 Mar 2000 15:54:04 -0500 From: Peter Radcliffe To: freebsd-mobile@freebsd.org Subject: Re: Vaio vs Portege plus modems Message-ID: <20000330155404.J26446@pir.net> Mail-Followup-To: freebsd-mobile@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from up@3.am on Thu, Mar 30, 2000 at 03:48:38PM -0500 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org up@3.am probably said: > Toshiba Portege 3110CT (about $500-$600 cheaper) > Sony Vaio Z505HE > > My main concern at this point is the modem. Neither of their websites > indicate whether the built-in modem is a Winmodem or not, nor could I find > a conclusion in the archives of this list. All of the Z505s have winmodems, to my knowledge. I don't know about the Toshiba. I'm informed by a friend that the 7020CT has a lucent winmodem. I think you're going to have trouble finding a newer laptop with a real modem (My Sony 505TR has one, bit that isn't particularly new). > Can anyone tell me from experience if this is the case? > if not, recommended alternatives? Get a PCMCIA modem. You'll get better performance from it anyway. P. -- pir pir@pir.net pir@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 13: 3:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from isds.duke.edu (davinci.isds.duke.edu [152.3.22.1]) by hub.freebsd.org (Postfix) with ESMTP id 9318D37B8D9 for ; Thu, 30 Mar 2000 13:03:48 -0800 (PST) (envelope-from sto@stat.Duke.EDU) Received: from cayenne.isds.duke.edu (cayenne.isds.duke.edu [152.3.22.11]) by isds.duke.edu (8.8.8/8.8.8) with ESMTP id QAA02359 for ; Thu, 30 Mar 2000 16:03:47 -0500 (EST) Received: (from sto@localhost) by cayenne.isds.duke.edu (8.8.8/8.8.8) id QAA12689 for freebsd-mobile@FreeBSD.ORG; Thu, 30 Mar 2000 16:03:47 -0500 (EST) Date: Thu, 30 Mar 2000 16:03:46 -0500 From: "Sean O'Connell" To: FreeBSD mobile Subject: Re: Vaio vs Portege plus modems Message-ID: <20000330160346.L12557@stat.Duke.EDU> Reply-To: "Sean O'Connell" Mail-Followup-To: FreeBSD mobile References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from up@3.am on Thu, Mar 30, 2000 at 03:48:38PM -0500 X-Organization: Institute of Statistics and Decision Sciences Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org up@3.am stated: > > I'm looking into getting a laptop that I can run FreeBSD on, and I've > narrowed my choice down to (in order of preference): > > Toshiba Portege 3110CT (about $500-$600 cheaper) > Sony Vaio Z505HE > > My main concern at this point is the modem. Neither of their websites > indicate whether the built-in modem is a Winmodem or not, nor could I find > a conclusion in the archives of this list. > > Can anyone tell me from experience if this is the case? > if not, recommended alternatives? > Would PAO be needed in either case? > > TIA, > James- Both (i believe) are the evil winmodems. Sony used to use real modems (for instance, the one in my 505TR is real). As far as I can tell, the portege still only uses svga on the video front (i find that to be a bit too constrainng much prefer xga on my machine even on the same size screen), but it does have built-in ethernet. the Sony n505's give you xga (on a 10.4"), alas no enet. the z505's are slightly larger and have enet also and a nice 12.1" screen (based on a z505r that i have setup). also, it looks like Sharp recently rolled out the Actius A290 which has xga on an 11.3" screen, builtin enet and a 9gb hdd all at around 3#'s ... looks pretty exciting from a spec standpoint. it most likely has a winmodem. also, not sure about availability on these things. I would strongly recommend using 4.0 releas unless you plan on using a parallel port zip driver. this is broken at the moment, and I haven't seen anything to suggest it has been fixed (i could be wrong). S ----------------------------------------------------------------------- Sean O'Connell Email: sean@stat.Duke.EDU Institute of Statistics and Decision Sciences Phone: (919) 684-5419 Duke University Fax: (919) 684-8594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 13:21:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id B312037B950 for ; Thu, 30 Mar 2000 13:21:43 -0800 (PST) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) with ESMTP id OAA26937; Thu, 30 Mar 2000 14:21:16 -0700 (MST) (envelope-from handy@lambic.physics.montana.edu) Date: Thu, 30 Mar 2000 14:21:16 -0700 (MST) From: Brian Handy To: "Sean O'Connell" Cc: FreeBSD mobile Subject: Re: Vaio vs Portege plus modems In-Reply-To: <20000330160346.L12557@stat.Duke.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 30 Mar 2000, Sean O'Connell wrote: >Both (i believe) are the evil winmodems. Sony used to use real >modems (for instance, the one in my 505TR is real). Just for the record, what is the deal with the WinModems? While I've parrotted this same line that they're bad, I gotta admit...I don't know why. None of my machines currently have one. (Sigh...I want a new laptop.) I've heard vague references to slower, different, blah,... but I'm not clear on what the problem really is with these. When the boss gets a new laptop and I tell him to buy a modem in addition to the one that's built-in, he's going to want to know why! Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 13:28:50 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from richard2.pil.net (richard2.pil.net [207.8.164.9]) by hub.freebsd.org (Postfix) with SMTP id 27B4137B8B7 for ; Thu, 30 Mar 2000 13:28:47 -0800 (PST) (envelope-from up@3.am) Received: (qmail 18569 invoked by uid 1825); 30 Mar 2000 21:28:43 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Mar 2000 21:28:43 -0000 Date: Thu, 30 Mar 2000 16:28:43 -0500 (EST) From: X-Sender: up@richard2.pil.net To: Brian Handy Cc: FreeBSD mobile Subject: Re: Vaio vs Portege plus modems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 30 Mar 2000, Brian Handy wrote: > On Thu, 30 Mar 2000, Sean O'Connell wrote: > > >Both (i believe) are the evil winmodems. Sony used to use real > >modems (for instance, the one in my 505TR is real). > > Just for the record, what is the deal with the WinModems? While I've > parrotted this same line that they're bad, I gotta admit...I don't know > why. None of my machines currently have one. (Sigh...I want a new > laptop.) > > I've heard vague references to slower, different, blah,... but I'm not > clear on what the problem really is with these. When the boss gets a new > laptop and I tell him to buy a modem in addition to the one that's > built-in, he's going to want to know why! The problem is, as the name implies, you really need Windoze to use them. That's because they're essentially "software modems". I'm suprised somebody hasn't written some sort of emulator for them, though... James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 13:34:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 97EDD37B893 for ; Thu, 30 Mar 2000 13:34:08 -0800 (PST) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) with ESMTP id OAA26992; Thu, 30 Mar 2000 14:33:36 -0700 (MST) (envelope-from handy@lambic.physics.montana.edu) Date: Thu, 30 Mar 2000 14:33:35 -0700 (MST) From: Brian Handy To: up@3.am Cc: freebsd-mobile@freebsd.org Subject: Re: Vaio vs Portege plus modems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> [Winmodems? ] > >The problem is, as the name implies, you really need Windoze to use them. >That's because they're essentially "software modems". I'm suprised >somebody hasn't written some sort of emulator for them, though... Ugh...I see. Technology gone awry. Thanks! Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 13:57:53 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by hub.freebsd.org (Postfix) with ESMTP id 112A737B8B7 for ; Thu, 30 Mar 2000 13:57:52 -0800 (PST) (envelope-from mark@noc.mainstreet.net) Received: (from mark@localhost) by noc.mainstreet.net (8.9.2/8.9.2) id NAA07397; Thu, 30 Mar 2000 13:57:42 -0800 (PST) Date: Thu, 30 Mar 2000 13:57:42 -0800 (PST) Message-Id: <200003302157.NAA07397@noc.mainstreet.net> From: Mark Kent To: up@3.am Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: (up@3.am) Subject: Re: Vaio vs Portege plus modems Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Sony Vaio Z505HE >> My main concern at this point is the modem The HS (and almost certainly the HE) has this miserable modem: http://808hi.com/56k/hcf1.htm with a chipset from Conexant (Rockwell). From a "remote" location I can't stay connected to my equipment I run (a PRI on a Lucent PM3), even at 28.8 with V34. Dialing from a location in the same Central Office as the PRI (i.e., sitting right next to the PM3), I connect at 49k but the modem renegotiates and/or retrains so often that it is unusable. It is worthless (if you are dialing into Lucent chipset modems) -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 14: 9: 0 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.cdrom.com (mg137-078.ricochet.net [204.179.137.78]) by hub.freebsd.org (Postfix) with ESMTP id E5BEB37BA6D for ; Thu, 30 Mar 2000 14:08:53 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id OAA05506; Thu, 30 Mar 2000 14:12:25 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003302212.OAA05506@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mark Kent Cc: up@3.am, freebsd-mobile@FreeBSD.ORG Subject: Re: Vaio vs Portege plus modems In-reply-to: Your message of "Thu, 30 Mar 2000 13:57:42 PST." <200003302157.NAA07397@noc.mainstreet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 30 Mar 2000 14:12:25 -0800 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> Sony Vaio Z505HE > >> My main concern at this point is the modem > > The HS (and almost certainly the HE) has this miserable modem: > > http://808hi.com/56k/hcf1.htm Am I the only one for whom the mnemonic 'hcf' stands out here? (For the history-impaired, 'hcf' is the legendary 'halt-and-catch-fire' opcode.) -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 14:21: 0 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 0C46137B70E for ; Thu, 30 Mar 2000 14:20:57 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA70465; Thu, 30 Mar 2000 15:20:54 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA27312; Thu, 30 Mar 2000 15:20:27 -0700 (MST) Message-Id: <200003302220.PAA27312@harmony.village.org> To: Brian Handy Subject: Re: Vaio vs Portege plus modems Cc: "Sean O'Connell" , FreeBSD mobile In-reply-to: Your message of "Thu, 30 Mar 2000 14:21:16 MST." References: Date: Thu, 30 Mar 2000 15:20:27 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Brian Handy writes: : Just for the record, what is the deal with the WinModems? In order to save less than $5 per unit, they move some or all of the processing power needed to run the modem into the host processor. There is no standard way of doing this. Some modems are almost fully functional, leaving only compression and/or error correction to the host processor. Other soft modems are little more than DSPs wired to the pci bus. These soft modems require lots of hand springs to get the proper signals out the right interface. There are many timing issues, if I'm told correctly, about when you need to do things. They really are nasty kludges that should be taken out behind the barn and shot in the head. Too bad they predominate so much. I'll take my PCI controller based modem over these aberrations anyday. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 14:22:38 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 3EAAF37B88B for ; Thu, 30 Mar 2000 14:22:37 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id OAA96351; Thu, 30 Mar 2000 14:23:31 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: Brian Handy Cc: "Sean O'Connell" , FreeBSD mobile Subject: Re: Vaio vs Portege plus modems In-reply-to: Your message of "Thu, 30 Mar 2000 14:21:16 MST." Date: Thu, 30 Mar 2000 14:23:31 -0800 Message-ID: <96348.954455011@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Just for the record, what is the deal with the WinModems? While I've They're winmodemns. That means they only work with Windows. Not with Linux, not with BSD, not with SCO Unix. The Linux people have some "stub drivers" available which you'll see references to, but these don't actually do anything useful yet, they're just the start of what may hopefully be functioning drivers. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 15:36:17 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from dbasecentral.com (prod1.dbasecentral.com [205.243.161.30]) by hub.freebsd.org (Postfix) with ESMTP id 5B85737B812 for ; Thu, 30 Mar 2000 15:36:13 -0800 (PST) (envelope-from ken@kyler.com) Received: from Cheat (adsl-151-200-15-77.bellatlantic.net [151.200.15.77]) by dbasecentral.com (8.9.3/8.9.3) with SMTP id RAA28275 for ; Thu, 30 Mar 2000 17:36:11 -0600 From: "Ken Kyler" To: "FreeBSD Laptoppers" Subject: 4-STABLE & WaveLan/IEEE Card Date: Thu, 30 Mar 2000 18:36:08 -0500 Message-ID: <000101bf9aa0$b92c5b40$6400a8c0@kyler.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running FreeBSD 4-STABLE. I have a WaveLan PCI-PCMCIA adapter and a WaveLAN/IEEE wireless NIC. When I try to run pccardd, I get the following "pccardd[349]: fatal error: no PC-CARD slots". When FreeBSD boots, it recognizes the adapter. I've included the appropriate lines from the config files and the boot log. Can anyone see what I'm doing wrong or tell me what I've not done? Ken Kyler dmseg.today ------------------------ pcic-pci0: irq 9 at device 13.0 on pci0 pcic-pci1: irq 9 at device 13.1 on pci0 rc.conf ---------------------------- pccard_ifconfig="wi" pccard_enable="YES" pccard_conf="/etc/pccard.conf" network_interfaces="rl1 rl0 lo0 wi0" ifconfig_wi0="inet 192.168.0.2 netmask 255.255.255.0" pccard.conf ------------------------ # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi0" 9 insert echo WaveLan/IEEE inserted... insert wicontrol -i wi0 -p l insert wicontrol -i wi0 -n '' insert wicontrol -i wi0 -s greatwall.kyler.com insert logger -t pccard:$device -s WaveLAN/IEEE inserted insert /etc/pccard_ether $device remove echo WaveLan/IEEE removed... remove logger -t pccard:$device -s WaveLAN/IEEE removed remove /sbin/ifconfig $device delete Ken Kyler -- ken@kyler.com http://www.kyler.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 16:32:46 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from angmar.mel.vet.com.au (angmar.mel.vet.com.au [203.103.154.62]) by hub.freebsd.org (Postfix) with ESMTP id BB35B37B5FD for ; Thu, 30 Mar 2000 16:32:41 -0800 (PST) (envelope-from thutton@vet.com.au) Received: from foo.mel.vet.com.au (foo.mel.vet.com.au [203.103.154.60]) by angmar.mel.vet.com.au (8.9.3/8.9.3) with SMTP id KAA13292; Fri, 31 Mar 2000 10:32:38 +1000 (EST) From: Toby Hutton MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14563.61989.679486.467873@foo.mel.vet.com.au> Date: Fri, 31 Mar 2000 10:32:37 +1000 (EST) To: "Sean O'Connell" Cc: FreeBSD mobile Subject: Re: Vaio vs Portege plus modems In-Reply-To: <20000330160346.L12557@stat.Duke.EDU> References: <20000330160346.L12557@stat.Duke.EDU> X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Reply-To: Toby Hutton Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sean O'Connell writes: > I would strongly recommend using 4.0 releas unless you plan on using > a parallel port zip driver. this is broken at the moment, and I > haven't seen anything to suggest it has been fixed (i could be wrong). Eh? My pp zip drive is working under 4.0-STABLE, used it last night. I didn't try -RELEASE... supped straight up from 3.4-STABLE (whoo, which was an interesting experience. Did it before Warner put the instructions in UPDATING :) Fun.) -- Toby. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 17:40: 0 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cwb.pacific.net.hk (cwb.pacific.net.hk [202.14.67.92]) by hub.freebsd.org (Postfix) with ESMTP id 7012937B87A for ; Thu, 30 Mar 2000 17:39:51 -0800 (PST) (envelope-from alexkwan@pacific.net.hk) Received: from tsingyi.pacific.net.hk (tsingyi.pacific.net.hk [202.14.67.240]) by cwb.pacific.net.hk with ESMTP id JAA04768; Fri, 31 Mar 2000 09:39:49 +0800 (HKT) Received: from alexkwan (ppp227.dyn30.pacific.net.hk [202.64.30.227]) by tsingyi.pacific.net.hk with SMTP id JAA23128; Fri, 31 Mar 2000 09:39:47 +0800 (HKT) Message-ID: <000d01bf9ab2$5ccc1cc0$e31e40ca@alexkwan> From: "Alex Kwan" To: "Warner Losh" Cc: References: <007301bf9a50$5dfbafa0$581e40ca@alexkwan> <200003301946.MAA26153@harmony.village.org> Subject: Re: cuaa2 or sio2 Date: Fri, 31 Mar 2000 09:42:21 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! Warner, That is already cuaa0, cuaa1, cuaa2 and cuaa3 in /dev, do you mean that I needed to do following in this case: cd ./dev MAKEDEV sio2 Thanks > : I am using a normal pcmcia modem card to dialup, > : the device name of ppp.conf is sio2 or cuaa2? > > For 4.0, use the cuaaX device that corresponds to the device number in > the probe message. You may need to create this in /dev. > > For 3.x and earlier, use the cuaxxX device that matches the sioX in > your pccard.conf file. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 17:53: 3 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from cwb.pacific.net.hk (cwb.pacific.net.hk [202.14.67.92]) by hub.freebsd.org (Postfix) with ESMTP id AC9E037B9C6 for ; Thu, 30 Mar 2000 17:52:49 -0800 (PST) (envelope-from alexkwan@pacific.net.hk) Received: from tsingyi.pacific.net.hk (tsingyi.pacific.net.hk [202.14.67.240]) by cwb.pacific.net.hk with ESMTP id JAA07583; Fri, 31 Mar 2000 09:52:42 +0800 (HKT) Received: from alexkwan (ppp227.dyn30.pacific.net.hk [202.64.30.227]) by tsingyi.pacific.net.hk with SMTP id JAA26938; Fri, 31 Mar 2000 09:52:41 +0800 (HKT) Message-ID: <001401bf9ab4$29e186e0$e31e40ca@alexkwan> From: "Alex Kwan" To: "Warner Losh" Cc: References: <000701bf9a60$714be380$571e40ca@alexkwan> <200003301948.MAA26181@harmony.village.org> Subject: Re: I can't dialup with PC Card Modem, Please help me Date: Fri, 31 Mar 2000 09:55:13 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! Warner, When I exec /stand/pccardc dumpcis, that was"0 slots found", I changed the card to 3com574-TX, the resault is same, (these cards are all work fine under MS Windows), and the dmesg was shown: pcic-pci0: irq11 at device 2.0 on pci0 pcic-pci1: irq11 at device 2.0 on pci1 ......... Enable PC-Card. Doing Initial Network setup: hostname Do I missing something to make the PC Card to work? Thank you very much! Alex > > this syntax doesn't yet work in 4.0 (unless iwasaki-san's changes > added it). You'll need a more specific entry. > > : What Can I Do Now? > > Either create a specific entry from the output of dumpcis, or send the > dumpcis output here and I'll show you how to write one. > > Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 20:49:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id CEA7637B90F for ; Thu, 30 Mar 2000 20:49:34 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA71766; Thu, 30 Mar 2000 21:49:33 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA31926; Thu, 30 Mar 2000 21:49:05 -0700 (MST) Message-Id: <200003310449.VAA31926@harmony.village.org> To: "Alex Kwan" Subject: Re: cuaa2 or sio2 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 31 Mar 2000 09:42:21 +0800." <000d01bf9ab2$5ccc1cc0$e31e40ca@alexkwan> References: <000d01bf9ab2$5ccc1cc0$e31e40ca@alexkwan> <007301bf9a50$5dfbafa0$581e40ca@alexkwan> <200003301946.MAA26153@harmony.village.org> Date: Thu, 30 Mar 2000 21:49:05 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <000d01bf9ab2$5ccc1cc0$e31e40ca@alexkwan> "Alex Kwan" writes: : That is already cuaa0, cuaa1, cuaa2 and cuaa3 in /dev, : do you mean that I needed to do following in this case: : cd ./dev : MAKEDEV sio2 I mean that if it is probing as sio4, you need to do cd /dev MAKEDEV cuaa4 ttyd4 Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Mar 30 20:53:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 9C53637B7D3 for ; Thu, 30 Mar 2000 20:53:33 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA71819; Thu, 30 Mar 2000 21:53:31 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA32014; Thu, 30 Mar 2000 21:53:04 -0700 (MST) Message-Id: <200003310453.VAA32014@harmony.village.org> To: "Alex Kwan" Subject: Re: I can't dialup with PC Card Modem, Please help me Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 31 Mar 2000 09:55:13 +0800." <001401bf9ab4$29e186e0$e31e40ca@alexkwan> References: <001401bf9ab4$29e186e0$e31e40ca@alexkwan> <000701bf9a60$714be380$571e40ca@alexkwan> <200003301948.MAA26181@harmony.village.org> Date: Thu, 30 Mar 2000 21:53:04 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <001401bf9ab4$29e186e0$e31e40ca@alexkwan> "Alex Kwan" writes: : When I exec /stand/pccardc dumpcis, that was"0 slots found", : I changed the card to 3com574-TX, the resault is same, : (these cards are all work fine under MS Windows), : and the dmesg was shown: : pcic-pci0: irq11 at device 2.0 on pci0 : pcic-pci1: irq11 at device 2.0 on pci1 : ......... : Enable PC-Card. Doing Initial Network setup: hostname : Do I missing something to make the PC Card to work? What rev of FreeBSD? If you can try -current, please let me know if the latest changes to pcic_p.c fix this problem. It looks like your pccard slots aren't being setup in legacy mode. Your bios likely has a setting to do this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 8:45:13 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 9427D37BB93 for ; Fri, 31 Mar 2000 08:45:08 -0800 (PST) (envelope-from wwoods@cybcon.com) Received: from laptop.cybcon.com (william@tc2-17.cybcon.com [63.163.56.82]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id IAA03111 for ; Fri, 31 Mar 2000 08:46:13 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 31 Mar 2000 08:45:02 -0800 (PST) Reply-To: bwoods2@uswest.net From: William Woods To: freebsd-mobile@freebsd.org Subject: XF86 4.0 on a laptop.... Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I currently have a IBM Thinkpad 600E running 4.0-stable with XF86 3.3.6. All seems to be well with it , I have it running in 1024X768. I am debating utting XF86 4.0 on it. Are there any special considerations when doing this? I understand that XF86 4.0 does not have the graphical setup in it. How is the autodetect of vid cards? Will XF86 4.0 read the old /etc/XF86Config file from 3.3.6? ---------------------------------- E-Mail: bwoods2@uswest.net Date: 31-Mar-00 Time: 08:41:58l ---------------------------------- NOTICE TO BULK E-MAILERS: Pursuant to US Code, Title 47, Chapter 5, Subchapter II, 227, and all unsolicited commercial e-mail sent to this address is subject to a download and archival fee in the amount of $500 US To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 10:21:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from student.rug.ac.be (student.rug.ac.be [157.193.88.45]) by hub.freebsd.org (Postfix) with ESMTP id 2447A37B6A3 for ; Fri, 31 Mar 2000 10:21:44 -0800 (PST) (envelope-from frank@student.rug.ac.be) Received: (from frank@localhost) by student.rug.ac.be (8.9.3/8.9.3/DSA/1.0) id UAA21407Fri, 31 Mar 2000 20:21:32 +0200 Date: Fri, 31 Mar 2000 20:21:32 +0200 From: "Frank (sysadmin)" To: bwoods2@uswest.net Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: XF86 4.0 on a laptop.... Message-ID: <20000331202132.A21389@student.rug.ac.be> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from wwoods@cybcon.com on Fri, Mar 31, 2000 at 08:45:02AM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 31, 2000 at 08:45:02AM -0800, William Woods wrote: > I currently have a IBM Thinkpad 600E running 4.0-stable with XF86 3.3.6. All > seems to be well with it , I have it running in 1024X768. I am debating utting > XF86 4.0 on it. Are there any special considerations when doing this? I > understand that XF86 4.0 does not have the graphical setup in it. If you have a PCI chipset, no problems! However, I have a TP760CD, which has a Trident 9320 chipset. The 9320 is still supported in XF 4, but only in the PCI edition. Mine is ISA, so bad luck ... Which means I am back to 3.3.6 .. frank ps: one annoying thing is that SuperProbe detects the card correctly, so don't get your hopes up if SuperProbe says it is ok ... -- Frank Louwers Unix System Administrator PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 10:35:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 9318437BDD1 for ; Fri, 31 Mar 2000 10:35:12 -0800 (PST) (envelope-from wwoods@cybcon.com) Received: from laptop.cybcon.com (william@tc2-17.cybcon.com [63.163.56.82]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id KAA13404; Fri, 31 Mar 2000 10:34:56 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000331202132.A21389@student.rug.ac.be> Date: Fri, 31 Mar 2000 10:33:45 -0800 (PST) Reply-To: bwoods2@uswest.net From: William Woods To: "Frank (sysadmin)" Subject: Re: XF86 4.0 on a laptop.... Cc: freebsd-mobile@FreeBSD.ORG, bwoods2@uswest.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK, so how would I tell what card I have? I **believe** I have a PCI chipset but am not sure, could I send you my XF86Config and you take a look at it and let me know? On 31-Mar-00 Frank (sysadmin) wrote: > On Fri, Mar 31, 2000 at 08:45:02AM -0800, William Woods wrote: >> I currently have a IBM Thinkpad 600E running 4.0-stable with XF86 3.3.6. All >> seems to be well with it , I have it running in 1024X768. I am debating >> utting >> XF86 4.0 on it. Are there any special considerations when doing this? I >> understand that XF86 4.0 does not have the graphical setup in it. > > If you have a PCI chipset, no problems! However, I have a TP760CD, which has > a > Trident 9320 chipset. The 9320 is still supported in XF 4, but only in the > PCI > edition. Mine is ISA, so bad luck ... > > Which means I am back to 3.3.6 .. > > frank > > ps: one annoying thing is that SuperProbe detects the card correctly, so > don't > get your hopes up if SuperProbe says it is ok ... > -- > Frank Louwers Unix System Administrator > PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD ---------------------------------- E-Mail: bwoods2@uswest.net Date: 31-Mar-00 Time: 10:31:53l ---------------------------------- NOTICE TO BULK E-MAILERS: Pursuant to US Code, Title 47, Chapter 5, Subchapter II, 227, and all unsolicited commercial e-mail sent to this address is subject to a download and archival fee in the amount of $500 US To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 10:44:55 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from student.rug.ac.be (student.rug.ac.be [157.193.88.45]) by hub.freebsd.org (Postfix) with ESMTP id 53EDA37BA14 for ; Fri, 31 Mar 2000 10:44:52 -0800 (PST) (envelope-from frank@student.rug.ac.be) Received: (from frank@localhost) by student.rug.ac.be (8.9.3/8.9.3/DSA/1.0) id UAA22087Fri, 31 Mar 2000 20:44:36 +0200 Date: Fri, 31 Mar 2000 20:44:36 +0200 From: "Frank (sysadmin)" To: bwoods2@uswest.net Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: XF86 4.0 on a laptop.... Message-ID: <20000331204436.A22048@student.rug.ac.be> References: <20000331202132.A21389@student.rug.ac.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from wwoods@cybcon.com on Fri, Mar 31, 2000 at 10:33:45AM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 31, 2000 at 10:33:45AM -0800, William Woods wrote: > OK, so how would I tell what card I have? I **believe** I have a PCI chipset > but am not sure, could I send you my XF86Config and you take a look at it and > let me know? You have 3.3.6 running now? run SuperProbe and it will tell you ... frank -- Frank Louwers Unix System Administrator PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 11:13:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id B719737B693 for ; Fri, 31 Mar 2000 11:13:37 -0800 (PST) (envelope-from wwoods@cybcon.com) Received: from laptop.cybcon.com (william@tc1-27.cybcon.com [63.163.56.28]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id LAA16902; Fri, 31 Mar 2000 11:13:22 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000331204436.A22048@student.rug.ac.be> Date: Fri, 31 Mar 2000 11:12:11 -0800 (PST) Reply-To: bwoods2@uswest.net From: William Woods To: "Frank (sysadmin)" , freebsd-mobile@freebsd.org Subject: Re: XF86 4.0 on a laptop.... Cc: bwoods2@uswest.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK, I ran Superprobe and this is what I got: First video: Super-VGA Chipset: Yamaha 6388 VPDC (Port Probed) RAMDAC: Generic 8-bit pseudo-color DAC (with 6-bit wide lookup tables (or in 6-bit mode)) This the realavant part of XF86Config: # # 2000/01/09 # Yoshiro MIHIRA # sanpei@sanpei.org # IBM ThinkPAD 600 # Intel Pentium II-266MHz # ?? # FreeBSD # 4.0-current(1999/12/22) # XFree86 3.3.5 # XF86_SVGA # NeoMagic 128XD # included in video chip # Local-BUS # 2Mbytes # 16 # 1024 x 768 # ??? # TFT Does that mean it will work? On 31-Mar-00 Frank (sysadmin) wrote: > On Fri, Mar 31, 2000 at 10:33:45AM -0800, William Woods wrote: >> OK, so how would I tell what card I have? I **believe** I have a PCI chipset >> but am not sure, could I send you my XF86Config and you take a look at it >> and >> let me know? > > You have 3.3.6 running now? run SuperProbe and it will tell you ... > > frank > > > -- > Frank Louwers Unix System Administrator > PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD ---------------------------------- E-Mail: bwoods2@uswest.net Date: 31-Mar-00 Time: 11:09:24l ---------------------------------- NOTICE TO BULK E-MAILERS: Pursuant to US Code, Title 47, Chapter 5, Subchapter II, 227, and all unsolicited commercial e-mail sent to this address is subject to a download and archival fee in the amount of $500 US To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 12:11:22 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from horizon.barak-online.net (horizon.barak.net.il [206.49.94.218]) by hub.freebsd.org (Postfix) with ESMTP id 646AF37B8F0 for ; Fri, 31 Mar 2000 12:11:17 -0800 (PST) (envelope-from bk532@iname.com) Received: from localhost.local.net ([212.150.12.49]) by horizon.barak-online.net (8.9.3/8.9.1) with ESMTP id XAA26592; Fri, 31 Mar 2000 23:09:45 +0300 (IDT) Message-ID: <38E46E2C.287B2FBA@iname.com> Date: Fri, 31 Mar 2000 11:21:48 +0200 From: Boris Karnaukh Organization: Private person X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: Alex Kwan Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: EagleTec 56K Fax Modem Card References: <000b01bf9a54$693255a0$651d40ca@alexkwan> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alex Kwan wrote: > My modem card is Eagle Tec 56K Fax Modem Card, > and I have not found this model in the sample config file., > does it supported by FreeBSD4.0? > If yes, how to complete the pccard.conf? First off, try to find your configuration options with pccardc dumpcis You'll have to write down: 1. Manufacturer name (Manuf=[]) 3. All the tuples marked with "Configuration entry" Pay attention to: - which irq's your card support - which base i/o address is to be used in each configuration. If you still haven't created your own file pccard.conf, it's time to so cp pccard.conf.sample pccard.conf Edit your pccard.conf. Change free irq's list to make it match your machine configuration. Clone one of modem configurations and change it according to your , , config id, irq. It's important to remember that i/o address should match to value you've set up in your kernel configuration (man loader for further information). Kill pccardd and run it with your customised pccard.conf. -- Boris Karnaukh (mailto:bk532@iname.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 12:43:57 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from axp5.physik.fu-berlin.de (axp5.physik.fu-berlin.de [160.45.34.3]) by hub.freebsd.org (Postfix) with ESMTP id 01C6D37BFC8 for ; Fri, 31 Mar 2000 12:43:51 -0800 (PST) (envelope-from dieringe@sirius.physik.fu-berlin.de) Received: from sirius.physik.fu-berlin.de (sirius.physik.fu-berlin.de [160.45.34.162]) by axp5.physik.fu-berlin.de (8.9.1a/8.9.1) with ESMTP id WAA20705; Fri, 31 Mar 2000 22:43:41 +0200 (MET DST) Received: from localhost (dieringe@localhost) by sirius.physik.fu-berlin.de (8.9.1a/8.9.1) with ESMTP id WAA04716; Fri, 31 Mar 2000 22:43:40 +0200 (MET DST) Date: Fri, 31 Mar 2000 22:43:39 +0200 (MET DST) From: Martin Dieringer To: bwoods2@uswest.net Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: XF86 4.0 on a laptop.... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have XFree 4.0 running on a thinkpad 600 and it's running ok. I *think* it's a bit faster. The xset +dpms doesn't switch off the screen anymore, so I use xautolock with 'apm -d 0' for this now. the XF86Config has to be edited. I think I used xf86config again. I can't start xdm from rc.local anymore because the keyboard would be dead. So I startx manually now. That's what X finds out about the video chip: (--) PCI:*(0:3:0) Neomagic NM2160 rev 1, Mem @ 0xe0000000/24, 0x20000000/21, 0x20200000/20 (II) NEOMAGIC(0): Chipset is a MagicGraph 128XD (NM2160) (--) NEOMAGIC(0): Panel is a 1024x768 color TFT display (--) NEOMAGIC(0): VideoRAM: 2048 kByte (**) NEOMAGIC(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz martin On Fri, 31 Mar 2000, William Woods wrote: > I currently have a IBM Thinkpad 600E running 4.0-stable with XF86 3.3.6. All > seems to be well with it , I have it running in 1024X768. I am debating utting > XF86 4.0 on it. Are there any special considerations when doing this? I > understand that XF86 4.0 does not have the graphical setup in it. How is the > autodetect of vid cards? Will XF86 4.0 read the old /etc/XF86Config file from > 3.3.6? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 13:52:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 2927637BA8F for ; Fri, 31 Mar 2000 13:52:16 -0800 (PST) (envelope-from dmlb@ragnet.demon.co.uk) Received: from ragnet.demon.co.uk ([158.152.46.40]) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 12b9Kw-000L3E-0V for freebsd-mobile@freebsd.org; Fri, 31 Mar 2000 22:52:15 +0100 Received: from dmlb by ragnet.demon.co.uk with local (Exim 3.03 #1) id 12b8zx-000P53-00 for freebsd-mobile@freebsd.org; Fri, 31 Mar 2000 22:30:33 +0100 Content-Length: 1125 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 31 Mar 2000 22:30:33 +0100 (BST) From: Duncan Barclay To: freebsd-mobile@freebsd.org Subject: Raylink driver - getting APM working Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I'm having trouble understanding what needs to be done to get a network driver (for Raylink/Webgear Aviator 2.4GHz cards) to APM suspend and resume properly under 3.x (are we still calling 3.x -stable?). Oh, I'm actually talking about the interactions between pccard and apm within the kernel so I can finish writing the driver. I can't seem to find any network driver that actually does this, if_ed.c doesn't have any APM and yet it seems to work fine in my Libretto, is this a case of PAO hacking? I noticed that for 4.x all APM has disappeared from things that have it in RELENG_3 (e.g. aic). Duncan PS. For those that want to ask why I'm using 3.x and not 4 for this, I need the same sort of facilities that if_xe (Xircom) requires. Warner is working on this and and soon as he has something together the driver will be ported. --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@ragnet.demon.co.uk | the alcoholics, and the permanently stoned. ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Mar 31 17:58:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C567037B85D for ; Fri, 31 Mar 2000 17:58:16 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id SAA75972; Fri, 31 Mar 2000 18:58:14 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA39191; Fri, 31 Mar 2000 18:57:44 -0700 (MST) Message-Id: <200004010157.SAA39191@harmony.village.org> To: Duncan Barclay Subject: Re: Raylink driver - getting APM working Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 31 Mar 2000 22:30:33 +0100." References: Date: Fri, 31 Mar 2000 18:57:44 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Duncan Barclay writes: : I noticed that for 4.x all APM has disappeared from things that have : it in RELENG_3 (e.g. aic). Yes. In 4.0 the cards are detached and power is removed on suspend. they are re-attached on resume, if they are still present in the system. I can't for the life of me recall how it was done in 3.x or PAO3. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 1 0:32:18 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from teapot25.domain0.bigpond.com (teapot25.domain0.bigpond.com [139.134.5.173]) by hub.freebsd.org (Postfix) with SMTP id 7E7E637BADD for ; Sat, 1 Apr 2000 00:32:15 -0800 (PST) (envelope-from snorkel@bigpond.com) Received: from localhost (localhost [127.0.0.1]) by teapot25.domain0.bigpond.com (NTMail 3.02.13) with ESMTP id ka128476 for ; Sat, 1 Apr 2000 18:31:05 +1000 Received: from CWIP-T-010-p-97-243.tmns.net.au ([139.134.97.243]) by mail0.bigpond.com (Claudes-Aquatic-MailRouter V2.7e 13/2963791); 01 Apr 2000 18:31:04 Message-ID: <000f01bf9bb4$c4337b30$f361868b@tantrum> From: "Wobbly" To: Subject: unsubscribe Date: Sat, 1 Apr 2000 18:32:01 +1000 Organization: TANTRUM MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 1 11: 4:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.79.126]) by hub.freebsd.org (Postfix) with ESMTP id 2C1D337BC60 for ; Sat, 1 Apr 2000 11:04:54 -0800 (PST) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.79.115]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id MAA28129; Sat, 1 Apr 2000 12:04:52 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id MAA04906; Sat, 1 Apr 2000 12:04:51 -0700 (MST) (envelope-from nate) Date: Sat, 1 Apr 2000 12:04:51 -0700 (MST) Message-Id: <200004011904.MAA04906@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: bwoods2@uswest.net Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: XF86 4.0 on a laptop.... In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I currently have a IBM Thinkpad 600E running 4.0-stable with XF86 > 3.3.6. All seems to be well with it , I have it running in 1024X768. I > am debating utting XF86 4.0 on it. Are there any special > considerations when doing this? You'll have to mess around with your config file, but otherwise it works fine. Send me private email if you want a copy of my config file... Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 1 11: 9:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.79.126]) by hub.freebsd.org (Postfix) with ESMTP id DF92A37C2F1 for ; Sat, 1 Apr 2000 11:09:37 -0800 (PST) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.79.115]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id MAA28191; Sat, 1 Apr 2000 12:09:31 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id MAA05882; Sat, 1 Apr 2000 12:09:30 -0700 (MST) (envelope-from nate) Date: Sat, 1 Apr 2000 12:09:30 -0700 (MST) Message-Id: <200004011909.MAA05882@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Warner Losh Cc: Duncan Barclay , freebsd-mobile@FreeBSD.ORG Subject: Re: Raylink driver - getting APM working In-Reply-To: <200004010157.SAA39191@harmony.village.org> References: <200004010157.SAA39191@harmony.village.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > In message Duncan Barclay writes: > : I noticed that for 4.x all APM has disappeared from things that have > : it in RELENG_3 (e.g. aic). > > Yes. In 4.0 the cards are detached and power is removed on suspend. > they are re-attached on resume, if they are still present in the > system. > > I can't for the life of me recall how it was done in 3.x or PAO3. It was done the same way, which is code I wrote in version 2.2.5/6. Until that point, suspend/resume *never* worked in FreeBSD. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Apr 1 11:23:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail2.svr.pol.co.uk (mail2.svr.pol.co.uk [195.92.193.210]) by hub.freebsd.org (Postfix) with ESMTP id C49B437BB35 for ; Sat, 1 Apr 2000 11:23:37 -0800 (PST) (envelope-from s.mitchell@computer.org) Received: from modem-117.green-mandarin.dialup.pol.co.uk ([62.137.23.117] helo=lungfish.freeserve.co.uk) by mail2.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 12bTUU-0003mc-00; Sat, 01 Apr 2000 20:23:26 +0100 Received: (from scott@localhost) by lungfish.freeserve.co.uk (8.8.8/8.8.8) id PAA01062; Sat, 1 Apr 2000 15:04:39 +0100 (BST) (envelope-from scott) Message-ID: <20000401150438.17836@lungfish.freeserve.co.uk> Date: Sat, 1 Apr 2000 15:04:38 +0100 From: Scott Mitchell To: Warner Losh , Duncan Barclay Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Raylink driver - getting APM working References: <200004010157.SAA39191@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <200004010157.SAA39191@harmony.village.org>; from Warner Losh on Fri, Mar 31, 2000 at 06:57:44PM -0700 X-Operating-System: FreeBSD 2.2.6-RELEASE i386 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 31, 2000 at 06:57:44PM -0700, Warner Losh wrote: > In message Duncan Barclay writes: > : I noticed that for 4.x all APM has disappeared from things that have > : it in RELENG_3 (e.g. aic). > > Yes. In 4.0 the cards are detached and power is removed on suspend. > they are re-attached on resume, if they are still present in the > system. > > I can't for the life of me recall how it was done in 3.x or PAO3. Badly :-) At least, on my non-PAO 3.x ThinkPad the cards never get powered down, so the machine refuses to suspend or hibernate (you can force it by poking at hotkeys though). I think PAO3 has a pccardc option to power off a slot. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" s.mitchell@computer.org | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message