From owner-freebsd-mobile Sun Jun 11 3:42:17 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lontra.ip.pt (lontra.ip.pt [195.23.13.50]) by hub.freebsd.org (Postfix) with SMTP id 2C2D937B819 for ; Sun, 11 Jun 2000 03:42:11 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 60967 invoked by uid 1037); 11 Jun 2000 10:42:07 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by lontra2.ip.pt with SMTP; 11 Jun 2000 10:42:07 -0000 Received: from ip.pt (sitewizard.ip.pt [195.23.13.97]) by mail2.ip.pt with SMTP id LAA09822; Sun, 11 Jun 2000 11:42:06 +0100 (WEST) From: "Manuel Arriaga" Reply-To: m.arriaga@ip.pt To: "Sean O'Connell" Cc: freebsd-mobile@freebsd.org Date: Sun, 11 Jun 2000 10:44:15 GMT Subject: Re: [newbie] Anyone using a Thinkpad 760ED / Xircom card? X-Mailer: DMailWeb Web to Mail Gateway 2.0p, http://netwinsite.com/top_mail.htm Message-id: <39436d7f.6f8d.0@ip.pt> X-User-Info: 195.23.160.129 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Sean, Thanks for your reply. >4.0 should work pretty well on most laptops. That's good news! >FreeBSD doesn't yet support Cardbus cards. This will hopefully >be rectified over the summer/fall of this year. I see, but could I use the pcmcia_cs package for that? I know that FreeBSD can run Linux applications under emulation, but does it work for the drivers and the such, too? Thanks for any tip, Manuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 3:46:17 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from www.genprofile.com (www.genprofile.com [141.80.240.218]) by hub.freebsd.org (Postfix) with ESMTP id 3AF1337BF78 for ; Sun, 11 Jun 2000 03:46:10 -0700 (PDT) (envelope-from bauer@genprofile.com) Received: from genprofile.com ([141.80.240.219]) by www.genprofile.com (8.8.8/8.8.8) with ESMTP id MAA08143 for ; Sun, 11 Jun 2000 12:46:07 +0200 (CEST) (envelope-from bauer@genprofile.com) Message-ID: <39436E58.F75992D1@genprofile.com> Date: Sun, 11 Jun 2000 10:47:52 +0000 From: David Bauer Organization: GenProfile AG X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: 3Com(USR) 56k modem card 3056 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm trying to install the 3Com modem model USR 3056 under FreeBSD4.0. Here is my configuration in pccard.conf which I created according to the output from pccardc: ############################ io 0x240-0x360 irq 3 10 11 13 15 memory 0xd4000 96k card "3Com" "U.S. Robotics 3056" config 0x7 "sio2" 3 insert logger -t pccard:$device -s 3Com Modem inserted insert logger -t pccard:$device -s 3Com Modem removed ############################ and here are the boot messages: ################################# pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa pccard0: on pcic0 pccard1: on pcic0 pccard: card inserted, slot 0 sio2 at port 0x110-0x117 irq 3 slot 0 on pccard0 sio2: type 16550A pccard:sio2: 3Com Modem inserted pccardd[46]: pccard started ####################################### From the above messages I would say the modem should work. And now the question: How do I access this modem? The laptop has a COM1 which is /dev/cuaa0. An external modem on this port works fine. But if I try to access the /dev/cuaa1 with tip then I get only the error message: tip: /dev/cuaa1: Device not configured. But the /dev/cuaa1 is present (major 28, minor 129). I probably missed the last little but important step. Any idea what's still wrong or missing in my configuration? Thanks! David. -- Dr. David Bauer GenProfile AG, Robert-Roessle-Str. 10, D-13125 Berlin, Germany Tel:+49-30-94892165, Fax:+49-30-94892151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 3:59:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from swan.au.en-bio.com (swan.en-bio.COM.AU [203.35.254.3]) by hub.freebsd.org (Postfix) with ESMTP id 31DD037B819 for ; Sun, 11 Jun 2000 03:59:12 -0700 (PDT) (envelope-from Tony.Maher@eBioinformatics.com) Received: from shad.au.int.en-bio.com (www-cache.au.en-bio.com [203.35.254.2]) by swan.au.en-bio.com (8.9.1a/8.9.1) with ESMTP id UAA14917; Sun, 11 Jun 2000 20:59:09 +1000 Received: (from tonym@localhost) by shad.au.int.en-bio.com (8.9.1b+Sun/8.9.1) id UAA06610; Sun, 11 Jun 2000 20:59:00 +1000 (EST) Date: Sun, 11 Jun 2000 20:59:00 +1000 (EST) From: Tony Maher Message-Id: <200006111059.UAA06610@shad.au.int.en-bio.com> To: bauer@genprofile.com, freebsd-mobile@FreeBSD.ORG Subject: Re: 3Com(USR) 56k modem card 3056 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > sio2 at port 0x110-0x117 irq 3 slot 0 on pccard0 > sio2: type 16550A > How do I access this modem? The laptop has a COM1 which is /dev/cuaa0. > An external modem on this port works fine. But if I try to access the > /dev/cuaa1 with tip then I get only the error message: > tip: /dev/cuaa1: Device not configured. > But the /dev/cuaa1 is present (major 28, minor 129). sio2 <=> /dev/cuaa2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 7: 9:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from www.genprofile.com (www.genprofile.com [141.80.240.218]) by hub.freebsd.org (Postfix) with ESMTP id 9DA2037B851 for ; Sun, 11 Jun 2000 07:09:47 -0700 (PDT) (envelope-from bauer@genprofile.com) Received: from genprofile.com ([141.80.240.219]) by www.genprofile.com (8.8.8/8.8.8) with ESMTP id QAA08371; Sun, 11 Jun 2000 16:09:43 +0200 (CEST) (envelope-from bauer@genprofile.com) Message-ID: <39439E13.3E20303A@genprofile.com> Date: Sun, 11 Jun 2000 14:11:31 +0000 From: David Bauer Organization: GenProfile AG X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Cc: Tony Maher Subject: Re: 3Com(USR) 56k modem card 3056 References: <200006111059.UAA06610@shad.au.int.en-bio.com> Content-Type: multipart/mixed; boundary="------------3C1C5852DDF5045267CF4263" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------3C1C5852DDF5045267CF4263 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Tony Maher wrote: > > > sio2 at port 0x110-0x117 irq 3 slot 0 on pccard0 > > sio2: type 16550A > sio2 <=> /dev/cuaa2 Arrghh, the 0<=>1 numbering .... But a problem remains, tip to cuaa2 locks the notebook completely, so I can only press the power button. I tried to change the sio2 to sio3 and sio1 in pccard.conf and also changed the irq from 3 to 11 but with tip to the corresponding dev the computer is hanging. Ejecting the card from the hanging notebook gives the correct message from pccardd that card was removed but the system is stil hanging. For the experts I attached the cisdump. Thanks so lot, David. --------------3C1C5852DDF5045267CF4263 Content-Type: text/plain; charset=us-ascii; name="cisdump.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cisdump.txt" Code 223 not found Code 223 not found code Unknown ignored Code 125 not found Code 125 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: 00 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = 512b, 1 units Tuple #2, code = 0x15 (Version 1 info), length = 46 000: 05 00 33 43 6f 6d 00 55 2e 53 2e 20 52 6f 62 6f 010: 74 69 63 73 20 33 30 35 36 00 47 6c 6f 62 61 6c 020: 20 35 36 4b 20 50 43 20 43 61 72 64 00 ff Version = 5.0, Manuf = [3Com],card vers = [U.S. Robotics 3056] Addit. info = [Global 56K PC Card] Tuple #3, code = 0x20 (Manufacturer ID), length = 4 000: 01 01 42 00 PCMCIA ID = 0x101, OEM ID = 0x42 Tuple #4, code = 0x1a (Configuration map), length = 6 000: 05 2f 00 04 1f 00 Reg len = 2, config register addr = 0x400, last config = 0x2f Registers: XXXXX--- -------- Tuple #5, code = 0x1b (Configuration entry), length = 18 000: c7 41 99 49 55 86 41 86 25 d0 60 10 01 07 30 ff 010: ff 28 Config index = 0x7(default) Interface byte = 0x41 (I/O) +RDY/-BSY active Vcc pwr: Nominal operating supply voltage: 5 x 1V Continuous supply current: 1 x 100mA, ext = 0x41 Power down supply current: 1 x 100mA, ext = 0x25 Card decodes 16 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x110 block length = 0x8 IRQ modes: Level IRQs: 4 5 8 9 10 11 12 13 14 15 Max twin cards = 0 Misc attr: (Audio-BVD2) (Power down supported) Tuple #6, code = 0x1b (Configuration entry), length = 7 000: 0f 08 d0 60 70 01 07 Config index = 0xf Card decodes 16 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x170 block length = 0x8 Tuple #7, code = 0x1b (Configuration entry), length = 7 000: 17 08 d0 60 10 02 07 Config index = 0x17 Card decodes 16 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x210 block length = 0x8 Tuple #8, code = 0x1b (Configuration entry), length = 7 000: 1f 08 d0 60 70 02 07 Config index = 0x1f Card decodes 16 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x270 block length = 0x8 Tuple #9, code = 0x1b (Configuration entry), length = 7 000: 27 08 d0 60 f0 02 07 Config index = 0x27 Card decodes 16 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x2f0 block length = 0x8 Tuple #10, code = 0x1b (Configuration entry), length = 7 000: 2f 08 d0 60 70 03 07 Config index = 0x2f Card decodes 16 address lines, limited 8/16 Bit I/O I/O address # 1: block start = 0x370 block length = 0x8 Tuple #11, code = 0x21 (Functional ID), length = 2 000: fe 01 Unknown function - POST initialize Tuple #12, code = 0x1 (Common memory descriptor), length = 1 000: 01 Common memory device information: Device number 1, type No device, WPS = OFF Speed = 250nS, Memory block size = 512b, 1 units Tuple #13, code = 0x1 (Common memory descriptor), length = 66 000: 00 21 02 00 00 00 ff 83 0e 31 30 4b 32 31 33 46 010: 30 33 31 4b 37 00 ff 14 00 ff ff 09 57 00 ff 5a 020: d7 80 fc b8 4f 03 f6 40 f9 04 fb 90 ff 00 ae 18 030: ff 00 97 01 bc 02 ff 00 d9 08 be 89 ff 03 f7 50 040: d7 11 Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = 2Kb, 5 units Device number 2, type No device, WPS = OFF Speed = 200nS, Memory block size = 512b, 1 units Device number 3, type No device, WPS = OFF Speed = No speed, Memory block size = 512b, 1 units Tuple #14, code = 0x0 (Null tuple), length = 160 000: ff 38 7b 0c fd 90 35 4a eb 20 f7 20 63 00 7e 25 010: d5 00 ff 00 bf 81 ff 00 ff 11 df d2 fd 98 ff 4a 020: bf 08 ff 00 ff 06 fc 0c ff 00 7f 00 ae 48 be 21 030: ff c8 bf f9 df 4a fb 10 af 01 7d 30 bd 04 ff 40 040: d9 04 7b c0 7f ba 76 3e cd 44 df 8e ff 95 f5 00 050: ff 53 ff 63 ff 00 fb 0c 7f 06 ff d0 57 15 bf 22 060: fa 02 3b 20 f7 11 fd 05 ef c9 bc 28 ff 4c 77 44 070: f6 80 3f 40 ff 04 ef 00 ef 60 75 40 fb 28 7f 22 080: fb 72 79 00 9a 00 de c0 7f 94 b1 98 df 00 9e 12 090: ff 00 ff 0c bb 8a ff 50 cf 00 ff 08 ff b1 fe 80 Tuple #15, code = 0x0 (Null tuple), length = 128 000: f3 20 ff f8 ff 08 ff 01 fe c1 ff 30 ff d1 ff 82 010: fd 50 ff 08 fb 02 e3 01 fc 04 df 80 bf 8e e9 20 020: 6f 54 ff 02 ee 02 75 1a 76 32 b7 80 fa e0 ff 00 030: fe 2b 9b 09 be 84 f3 10 5c 23 de cd fd 86 7f c2 040: fb 98 ff 15 f6 00 94 40 cb 24 fe 83 fa 00 fc 41 050: bd 00 5d a0 7f 40 8f 46 ff 00 fe 40 77 04 fb 00 060: ff 00 3b 04 ab 02 fd 80 79 08 ff 01 d6 00 7f 0a 070: bf 0a 67 80 ef 00 ff 10 ff 08 fc 12 1b 02 ea 08 Tuple #16, code = 0xff (Terminator), length = 145 000: bf 04 7c 04 f3 30 ac 50 ff 90 3e 47 08 00 00 00 010: 00 00 00 00 07 00 00 00 00 00 00 40 01 00 00 00 020: 00 00 00 00 07 00 00 00 00 00 00 40 01 00 00 00 030: 00 00 00 00 07 00 00 00 00 00 00 00 00 00 00 00 040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 090: 00 2 slots found --------------3C1C5852DDF5045267CF4263-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 12:13:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from www.chasm.org (adsl-63-195-80-23.dsl.snfc21.pacbell.net [63.195.80.23]) by hub.freebsd.org (Postfix) with ESMTP id 78B6F37B5F4 for ; Sun, 11 Jun 2000 12:13:38 -0700 (PDT) (envelope-from martin@chasm.org) Received: from aria.gotomydoc.com (aria [192.168.0.3]) by www.chasm.org (8.9.3/8.9.3) with ESMTP id MAA04720 for ; Sun, 11 Jun 2000 12:12:27 -0700 (PDT) (envelope-from martin@chasm.org) Message-Id: <4.3.1.0.20000611121008.00aaa460@chasm.org> X-Sender: martin@chasm.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sun, 11 Jun 2000 12:13:23 -0700 To: freebsd-mobile@freebsd.org From: Charles Martin Subject: Please tell me which PCMCIA NIC will work with my Sony VAIO PCG-F490 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been trying to get my Netgear FA410TX to work without success. Can someone point me to a PCMCIA NIC that will work with my Sony VAIO PCG-F490? I am trying to run 4.0. Please help. Thank you. Charles To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 12:48:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from doninha.ip.pt (doninha.ip.pt [195.23.13.51]) by hub.freebsd.org (Postfix) with SMTP id 05D7937B534 for ; Sun, 11 Jun 2000 12:48:27 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 78336 invoked by uid 1037); 11 Jun 2000 19:48:19 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by doninha2.ip.pt with SMTP; 11 Jun 2000 19:48:19 -0000 Received: from ip.pt (sitewizard.ip.pt [195.23.13.97]) by mail2.ip.pt with SMTP id UAA53787; Sun, 11 Jun 2000 20:48:19 +0100 (WEST) From: "Manuel Arriaga" Reply-To: m.arriaga@ip.pt To: Charles Martin Cc: freebsd-mobile@freebsd.org Date: Sun, 11 Jun 2000 19:50:27 GMT Subject: Re: Please tell me which PCMCIA NIC will work with my Sony VAIO PCG-F490 X-Mailer: DMailWeb Web to Mail Gateway 2.0p, http://netwinsite.com/top_mail.htm Message-id: <3943ed83.7902.0@ip.pt> X-User-Info: 195.23.160.53 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Charles, I really haven't got a clue on which PCMCIA NICs work with a VAIO (I use a Thinkpad), but you can get the list of supported PCMCIA cards under FreeBSD at http://www.jp.freebsd.org/PAO/#card . Trust me, you *might* be disappointed! :-) (Especially if you compare it to Linux's "pcmcia card services" package - http://pcmcia.sourceforge.org/ftp/SUPPORTED.CARDS -, which seems to support almost any card on the market. :-( Best of luck, Manuel >Can >someone point me to a PCMCIA NIC that will work with my Sony VAIO >PCG-F490? I am trying to run 4.0. Please help. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 13:29: 6 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from doninha.ip.pt (doninha.ip.pt [195.23.13.51]) by hub.freebsd.org (Postfix) with SMTP id 354D737B9C6 for ; Sun, 11 Jun 2000 13:28:51 -0700 (PDT) (envelope-from m.arriaga@ip.pt) Received: (qmail 4205 invoked by uid 1037); 11 Jun 2000 20:28:42 -0000 Received: from unknown (HELO mail2.ip.pt) (194.79.69.132) by doninha2.ip.pt with SMTP; 11 Jun 2000 20:28:42 -0000 Received: from ip.pt (sitewizard.ip.pt [195.23.13.97]) by mail2.ip.pt with SMTP id VAA63875; Sun, 11 Jun 2000 21:28:42 +0100 (WEST) From: "Manuel Arriaga" Reply-To: m.arriaga@ip.pt To: "Sean O'Connell" Cc: freebsd-mobile@freebsd.org Date: Sun, 11 Jun 2000 20:30:50 GMT Subject: Re: [newbie] Anyone using a Thinkpad 760ED / Xircom card? X-Mailer: DMailWeb Web to Mail Gateway 2.0p, http://netwinsite.com/top_mail.htm Message-id: <3943f6fa.79bf.0@ip.pt> X-User-Info: 195.23.160.53 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Sean, >I recommend using a pretty recent snapshot of -STABLE >(ftp://releng4.freebsd.org .. slow for you, but I believe >there a mirror sites in europe) as there have been several >(incremental) improvements to pccard support. Ha, I will look for a mirror and download it; thanks. >> >FreeBSD doesn't yet support Cardbus cards. This will hopefully >> >be rectified over the summer/fall of this year. >> >> I see, but could I use the pcmcia_cs package for that? I know that >> FreeBSD can run Linux applications under emulation, but does it work >> for the drivers and the such, too? >> Thanks for any tip, > >Unfortunately, I don't think so. Then I am out of luck, it seems... :-( I wouldn't mind buying a non-Cardbus card instead, but the problem is that my Thinkpad is known for *seriously* overheating, and I thought that perhaps the lower power consumptions of Cardbus-compliant cards would help reduce the heat... Cheers, Manuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 15:30:29 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from swan.au.en-bio.com (swan.en-bio.COM.AU [203.35.254.3]) by hub.freebsd.org (Postfix) with ESMTP id DF46D37BA95 for ; Sun, 11 Jun 2000 15:30:26 -0700 (PDT) (envelope-from Tony.Maher@eBioinformatics.com) Received: from shad.au.int.en-bio.com (www-cache.au.en-bio.com [203.35.254.2]) by swan.au.en-bio.com (8.9.1a/8.9.1) with ESMTP id IAA09677; Mon, 12 Jun 2000 08:30:20 +1000 Received: (from tonym@localhost) by shad.au.int.en-bio.com (8.9.1b+Sun/8.9.1) id IAA18772; Mon, 12 Jun 2000 08:30:13 +1000 (EST) Date: Mon, 12 Jun 2000 08:30:13 +1000 (EST) From: Tony Maher Message-Id: <200006112230.IAA18772@shad.au.int.en-bio.com> To: bauer@genprofile.com Cc: freebsd-mobile@freebsd.org Subject: Re: 3Com(USR) 56k modem card 3056 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > But a problem remains, tip to cuaa2 locks the notebook completely, > so I can only press the power button. > I tried to change the sio2 to sio3 and sio1 in pccard.conf > and also changed the irq from 3 to 11 but with tip to the corresponding > dev the computer is hanging. Are the interrupts used by the modem in use by anything else? On my laptop (Dell 3500) irq 11 is NeoMagic MagicMedia 256AX Audio controller, irq 3 is ethernet card. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 17:37:32 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id A559137B6FA for ; Sun, 11 Jun 2000 17:37:28 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0509.cvx20-bradley.dialup.earthlink.net [209.179.251.254]) by eagle.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA25481 for ; Sun, 11 Jun 2000 17:37:25 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id RAA00321 for freebsd-mobile@freebsd.org; Sun, 11 Jun 2000 17:36:04 -0700 (PDT) Date: Sun, 11 Jun 2000 17:36:03 -0700 From: "Crist J. Clark" To: freebsd-mobile@freebsd.org Subject: Multi-Location Configuration Message-ID: <20000611173603.A204@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Something I have been meaning to ask about but never seem to get to. So, on a lazy Sunday afternoon by the pool I type... There have been threads on this list about how to best setup a notebook PC to operate differently depending on how it is being used. Since notebooks are, by design, meant to be moved around, they often will be hooked into different networks, have different hardware connected, and have other changes made. Tools like PCCard support by their very nature support this type of thing, but many other systems on FreeBSD assume things do not change from boot up to boot up. (I am not going to touch the issue of moving a live system around.) My particular solution has been to make a tree in /etc called /etc/location. In this directory are any number of subdirs which each correspond to a different setup, plus there is one symlink pointing to the configuration presently in use. For example, % ls -l /etc/location total 5 lrwxr-xr-x 1 root wheel 10 Jun 11 13:20 current -> standalone drwxr-xr-x 2 root wheel 512 Jun 10 13:38 earthlink drwxr-xr-x 2 root wheel 512 Jun 11 13:21 home drwxr-xr-x 2 root wheel 512 Jun 5 19:29 work-dialin drwxr-xr-x 2 root wheel 512 Mar 26 21:02 work-office drwxr-xr-x 2 root wheel 512 Jun 5 19:28 standalone Each directory contains files that are customized for each location, % ls -l /etc/location/home total 99 -rw-r--r-- 1 root wheel 308 Apr 4 19:05 fstab -rw-r--r-- 1 root wheel 191 Jun 3 16:38 hosts -rw------- 1 root wheel 985 Feb 7 15:51 master.passwd -rw-r--r-- 1 root wheel 851 Feb 7 15:51 passwd -rw-r--r-- 1 root wheel 40960 Feb 7 15:51 pwd.db -rw-r--r-- 1 root wheel 531 Jun 3 20:35 rc.conf -rw-r--r-- 1 root wheel 91 Feb 16 18:53 resolv.conf -rw-r--r-- 1 root wheel 12587 Feb 13 13:10 sendmail.cf -rw------- 1 root wheel 40960 Feb 7 15:51 spwd.db And the corresponding entries in /etc for each of the files is a symlink to /etc/location/current. When booting up a system in a new environment, I stop in single-user mode and change the symlink, # mount / # cd /etc/location # rm current && ln -s home current # ^D This works well enough, but what would be really neat would be to have the system stop, offer the configurations available, report the current choice (the present default), wait a few seconds for user input, and then continue with the boot with the default or user's choice. I wrote scripts that do most of the work for this, but there are problems, - This needs to be done _very_ early in the boot process (rc.conf is one of the first files read by /etc/rc as well as /etc/fstab). There is a chicken and egg problem in that I want to use a custom /etc/fstab, but in order to change /etc/location, we must have already mounted the filesystems (the root fs anyway) read-write. - The passwd(1) (via pwd_mkdb(8) I believe) command will clobber the symlinks in /etc and write the new files directly in /etc. For chpass(1)-type operations, root can edit /etc/location//master.passwd and then run pwd_mkdb with the -d option, but requiring a root login is a hassle and still does not fix the password making/changing issue. - I need a sendmail(8) god to figure out how to get messages in the queue to be sent properly no matter which networked configuration we start in. (Of course we want them to be queued up correctly in standalone too.) I think those are the main issues. If anyone has any ideas, whether or not you feel they are worthy traffic on the list, let me know. Oh, and as one other aside about startup, getting mice to be "auto-detected." Sometimes I plug in a three-button serial mouse (it's not that the builtin trackball on my DELL is a pain, I actually find it quite usable, but it only is two-button). Anyone have a method to auto-detect a serial mouse? If it is there, I'll use it and change my XF86Config apropriately. If not, I use the default PS2 trackball and turn on three-button emulation. Once again, it is a hassle to get in there as root and make the manual changes, especially if I realize I already started X with the three-button emulation improperly set. Thanks for any help. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jun 11 17:59:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from emu.prod.itd.earthlink.net (emu.prod.itd.earthlink.net [207.217.121.31]) by hub.freebsd.org (Postfix) with ESMTP id 6C41737B6F6 for ; Sun, 11 Jun 2000 17:59:32 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0509.cvx20-bradley.dialup.earthlink.net [209.179.251.254]) by emu.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id RAA21258 for ; Sun, 11 Jun 2000 17:59:29 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id RAA00405 for freebsd-mobile@freebsd.org; Sun, 11 Jun 2000 17:55:38 -0700 (PDT) Date: Sun, 11 Jun 2000 17:55:37 -0700 From: "Crist J. Clark" To: freebsd-mobile@freebsd.org Subject: pccardd syslog Levels Message-ID: <20000611175510.B204@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A question about the somewhat spammy and annoying behavior of pccardd(8). Why is the detection of cards and the startup of pccardd noted at the daemon.err level? IMHO, the _normal_ startup of pccardd and detection of cards seems more like 'notice' events to me. Most users probably stick with the default syslog.conf which *.err goes to the console and *.notice generally goes to /var/log/messages. I know that's how I want things to be... except I don't want the pccardd messages spamming my bootups. Just curious about the history and perhaps hoping someone out there might think about changing this (I know I will be doing some source hacks before my next buildworld). -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 0:24:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from www.genprofile.com (www.genprofile.com [141.80.240.218]) by hub.freebsd.org (Postfix) with ESMTP id 985C937B7FC for ; Mon, 12 Jun 2000 00:24:37 -0700 (PDT) (envelope-from bauer@genprofile.com) Received: from genprofile.com ([141.80.240.219]) by www.genprofile.com (8.8.8/8.8.8) with ESMTP id JAA09333 for ; Mon, 12 Jun 2000 09:24:33 +0200 (CEST) (envelope-from bauer@genprofile.com) Message-ID: <39449099.40EAED31@genprofile.com> Date: Mon, 12 Jun 2000 07:26:17 +0000 From: David Bauer Organization: GenProfile AG X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Re: 3Com(USR) 56k modem card 3056 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, thanks to all for the hints but no solution yet. It's an older notebook without IR and USB. There is a build-in sound. I configured it to see if it's really sitting on 5 and its working. So 3,10,11,15 should be free. I tried different combinations of pcmcia management irq and modem irq (also with assigning them via boot/loader.conf) all with the same 'hanging' result. I do not have a PNP bios so the PNPBIOS options don't work. I found a notice in the modem descriptions saying that this modem is designed for M$ Windows. I thought that PCMCIA is a standard which should be independent from the operating system. Is it possible to make a modem which works only under Windows and not under DOS or any other operating system? I would not expect 3Com-USR doing such things..... David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 6:19:34 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 1E17437BA1E for ; Mon, 12 Jun 2000 06:19:29 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 131U7b-000CEP-0W; Mon, 12 Jun 2000 14:19:23 +0100 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id OAA46393; Mon, 12 Jun 2000 14:18:53 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id MAA44736; Mon, 12 Jun 2000 12:15:42 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 12 Jun 2000 12:15:42 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Ollivier Robert Cc: mobile@FreeBSD.ORG Subject: Re: SONY Z505S In-Reply-To: <20000610010237.A94883@keltia.freenix.fr> 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 > > > USB Floppy drive > > I got this running two months ago but now everytime I do a > "camcontrol rescan 0" the machine freezes then reboots itself > automatically. I'll have to try it outside X to see if I get a message. That would be appreciated. Should be easy enough to fix. A Y-E Data floppy works fine here (saves me carrying around a much heavier laptop bay floppy drive :-) If you could, could you compile your kernel with the following lines in your kernel configuration: makeoptions DEBUG=-g options DDB when the kernel panics and drops into the kernel debugger, type trace and write down the list of function names it displays. Thanks a million. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 7:53: 9 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.altadena.net (ns.altadena.net [206.126.144.2]) by hub.freebsd.org (Postfix) with ESMTP id 068DE37B57B; Mon, 12 Jun 2000 07:53:05 -0700 (PDT) (envelope-from pete@ns.altadena.net) Received: (from pete@localhost) by ns.altadena.net (8.9.3/8.8.8) id HAA23263; Mon, 12 Jun 2000 07:53:02 -0700 (PDT) (envelope-from pete) From: Pete Carah Message-Id: <200006121453.HAA23263@ns.altadena.net> Subject: pccardd and modules To: current@freebsd.org, mobile@freebsd.org Date: Mon, 12 Jun 2000 07:53:02 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=iso8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I notice that though ifconfig does a kld as appropriate, pccardd doesn't at least as of a week ago. Still looks like it isn't in the source. 1. Is this in the works from one of the normal maintainers? If not I might take a look at fixing it up over the next week or so. -- Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 9:22:53 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from afs.itc.keio.ac.jp (afs.itc.keio.ac.jp [131.113.212.3]) by hub.freebsd.org (Postfix) with SMTP id 1AC3137B567 for ; Mon, 12 Jun 2000 09:22:34 -0700 (PDT) (envelope-from hosokawa@itc.keio.ac.jp) Received: (qmail 5523 invoked from network); 12 Jun 2000 16:22:29 -0000 Received: from pppa03.yk.rim.or.jp (HELO localhost.FromTo.Cc) (202.247.186.3) by afs.itc.keio.ac.jp with SMTP; 12 Jun 2000 16:22:29 -0000 Date: Tue, 13 Jun 2000 01:23:01 +0900 Message-ID: <86itveq36i.wl@ringo.FromTo.Cc> From: Tatsumi Hosokawa To: pete@ns.altadena.net Cc: current@freebsd.org, mobile@freebsd.org Subject: Re: pccardd and modules In-Reply-To: In your message of "Mon, 12 Jun 2000 07:53:02 -0700 (PDT)" <200006121453.HAA23263@ns.altadena.net> References: <200006121453.HAA23263@ns.altadena.net> User-Agent: Wanderlust/1.1.0 (Overjoyed) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Mon, 12 Jun 2000 07:53:02 -0700 (PDT), Pete Carah wrote: > > I notice that though ifconfig does a kld as appropriate, pccardd doesn't > at least as of a week ago. Still looks like it isn't in the source. > > 1. Is this in the works from one of the normal maintainers? If not I > might take a look at fixing it up over the next week or so. Currently I'm not working on this. (I'm now working on multilingual support for -current sysinstall) ...Hmm? Does sysinstall have to have the same function :-) ??? -- --------------------------- Tatsumi Hosokawa hosokawa@itc.keio.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 9:39:38 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 0E90637B567 for ; Mon, 12 Jun 2000 09:39:31 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e5CGdTn30846 for ; Mon, 12 Jun 2000 09:39:29 -0700 (PDT) Message-Id: <200006121639.e5CGdTn30846@ptavv.es.net> X-Mailer: exmh version 2.1.2 06/08/2000 To: mobile@freebsd.org Subject: WaveLan problems in 4.0-Stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jun 2000 09:39:29 -0700 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've been trying to use my WaveLAN card at a conference and I seem to not be receiving any data. It appears to be transmitting just fine. Any known problems with a cvsup about June 6? I'd suspect IRQ problems, but my Xircom card works fine and I have both tied to IRQ 9. (Only one is inserted at a time.) The system is an IBM ThinkPad 600E and I have tried both a GOLD and a BRONZE card. wicontrol -o shows no received packets. Is polling worth trying? -- 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 Jun 12 12:58:43 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 5309637B5B8 for ; Mon, 12 Jun 2000 12:58:34 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p17-dn01kiryunisiki.gunma.ocn.ne.jp [211.0.245.18]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id EAA21721; Tue, 13 Jun 2000 04:58:28 +0900 (JST) Message-ID: <39453D2F.F262A2B4@newsguy.com> Date: Tue, 13 Jun 2000 04:42:39 +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: cjclark@alum.mit.edu Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Multi-Location Configuration References: <20000611173603.A204@dialin-client.earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org msmith has a tool to help with this sort of thing. I don't recall it's name nor where one can find it, though. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "He is my minion, so he doesn't need a name." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 13:35:54 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.cdrom.com (adsl-63-206-88-224.dsl.snfc21.pacbell.net [63.206.88.224]) by hub.freebsd.org (Postfix) with ESMTP id 8A69237B71F for ; Mon, 12 Jun 2000 13:35:52 -0700 (PDT) (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 NAA18990; Mon, 12 Jun 2000 13:39:48 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200006122039.NAA18990@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Daniel C. Sobral" Cc: cjclark@alum.mit.edu, freebsd-mobile@FreeBSD.ORG Subject: Re: Multi-Location Configuration In-reply-to: Your message of "Tue, 13 Jun 2000 04:42:39 +0900." <39453D2F.F262A2B4@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jun 2000 13:39:48 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > msmith has a tool to help with this sort of thing. I don't recall it's > name nor where one can find it, though. I stopped using the personality script a long time ago, once I managed to beat the advantages of DHCP into a few peoples' heads. 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 Mon Jun 12 20:59: 0 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from Millions.Ca (h-207-228-120-32.gen.cadvision.com [207.228.120.32]) by hub.freebsd.org (Postfix) with ESMTP id 4DA5C37BC7A for ; Mon, 12 Jun 2000 20:58:49 -0700 (PDT) (envelope-from stacy@Millions.CA) Received: (from uucp@localhost) by Millions.Ca (8.9.3/8.9.3) id VAA46238; Mon, 12 Jun 2000 21:58:43 -0600 (MDT) (envelope-from stacy@Millions.CA) Received: from Oak.Millions.Ca(192.168.64.1) via SMTP by mail-gw-0.millions.ca, id smtpdB46236; Mon Jun 12 21:58:35 2000 Received: from Millions.CA (Maple.Millions.Ca [192.168.64.2]) by oak.millions.ca (8.8.8/8.8.5) with ESMTP id VAA05910; Mon, 12 Jun 2000 21:58:33 -0600 (MDT) Message-ID: <3945B168.DD3B2502@Millions.CA> Date: Mon, 12 Jun 2000 21:58:32 -0600 From: Stacy Millions Organization: Millions Consulting Limited X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en-US MIME-Version: 1.0 To: Nick Hibma Cc: mobile@FreeBSD.ORG Subject: Re: SONY Z505S References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nick Hibma wrote: > > > > > USB Floppy drive > > > > I got this running two months ago but now everytime I do a > > "camcontrol rescan 0" the machine freezes then reboots itself > > automatically. I'll have to try it outside X to see if I get a message. > > That would be appreciated. Should be easy enough to fix. A Y-E Data > floppy works fine here (saves me carrying around a much heavier laptop > bay floppy drive :-) I'm running FreeBSD 4.0-Current on a Sony Z505S. The last time I cvsuped and recompiled was May 22. I have no problems with my floppy. relevant dmesg output: 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 umass0: Y-E DATA FlashBuster-U, rev 1.00/1.14, addr 2 da0 at umass-sim32 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 20KB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present On a completely different note: any one looking to add some memory to their notebook, check out www.crucial.com I ordered a 128MB SODIMM for my Z505S (for a total of 192MB) for $113.39 US (plus $15 US for Fedex to Canada). I ordered it Friday morning, the emailed me a shipping confirmation by Friday evening and Fedex was at my door Monday morning. Sorry to sound like a commercial, but I am a very satisfied customer. -stacy -- Nothing spoils fun like finding out it builds character. - Calvin Stacy Millions stacy@millions.ca Millions Consulting Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 23:10:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from yoda.dccnet.com (mail.deltacable.com [207.230.239.70]) by hub.freebsd.org (Postfix) with ESMTP id 17DF337B838 for ; Mon, 12 Jun 2000 23:10:09 -0700 (PDT) (envelope-from kg@dccnet.com) Received: from dccnet.com (unverified [209.5.131.193]) by yoda.dccnet.com (Rockliffe SMTPRA 3.4.6) with ESMTP id for ; Mon, 12 Jun 2000 23:07:31 -0700 Message-ID: <3945D044.721BA185@dccnet.com> Date: Mon, 12 Jun 2000 23:10:12 -0700 From: "Kevin G. Eliuk" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Mobile Subject: Acer 507T Notebook Question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Sorry for this croaa post. Initially mailed to stable. This weekend I was setting up the newly acquired acer notebook and all went really well (being my first notebook install). >> Specifications: ================== Processor - Intel Celeron 466MHz Core Logic - Intel 440MX Video Subsystem - NeoMagic MagicGraph 128XD (works flawlessly with neomagic driver and little effort) CD-ROM Drive - 24X TEAC CD-224E Sound Subsystem - Crystal/Cirrus Logic CL4299 (no luck thus far) PCCard Support - O2Micro OZ6812 CardBus Controller : 1 Type III or 1 Type II (recognized and worked with a KNE-PC2T PCMCIA adapter) Pointing Device - Touchpad by Synaptics (running with the psm driver) Modem - Lucent Technologies Soft Modem - AMR ( :-) ) I installed 4.0-Stable dated June 8th, breaking all the rules and installing XFree86-4.0 from ports. I am wondering about what might get the sound to work with this puppy? I have tried: device pcm device gusc device sbc device csa and have added: options PNPBIOS in the kernel with no luck. I have even added what I thought would be good values for these using "at isa?" values to no avail. Any help would be appreciated. >>Verbose dmesg output: ======================= Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-20000608-STABLE #0: Sun Jun 11 23:51:54 PDT 2000 kevine@laptop.versys.net:/usr/src/sys/compile/TALC Calibrating clock(s) ... TSC clock: 466553861 Hz, i8254 clock: 1193128 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 II/Pentium II Xeon/Celeron (466.58-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x66a Stepping = 10 Features=0x183f9ff real memory = 67043328 (65472K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x003a8000 - 0x03fe7fff, 63176704 bytes (15424 pages) avail memory = 61616128 (60172K bytes) bios32: Found BIOS32 Service Directory header at 0xc00f0280 bios32: Entry = 0xf0210 (c00f0210) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0x0 pnpbios: Found PnP BIOS data at 0xc00f61a0 pnpbios: Entry = fa000:0 Rev = 1.0 pnpbios: Event flag at 4b0 Other BIOS signatures found: ACPI: 000fe030 Preloaded elf kernel "kernel" at 0xc038f000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc038f09c. Preloaded elf module "splash_bmp.ko" at 0xc038f0ec. Preloaded splash_image_data "/boot/505.bmp" at 0xc038f190. VESA: information block 56 45 53 41 00 02 1f 01 00 01 00 00 00 00 22 00 00 01 1f 00 1d 01 00 01 00 01 09 01 00 01 1a 01 00 01 00 01 01 01 02 01 03 01 04 01 05 01 0d 01 0e 01 10 01 11 01 12 01 13 01 14 01 15 01 16 01 VESA: 20 mode(s) found VESA: v2.0, 1984k memory, flags:0x0, mode table:0xc02c2dc2 (1000022) VESA: MagicGraph 128XD 40K SVGA BIOS VESA: NeoMagic MagicGraph 128XV 01.0 Pentium Pro MTRR support enabled md0: Malloc disk Creating DISK md0 splash: image@0xc03180c8, size:481022 bmp_start(): splash_mode:259 splash: image decoder found: splash_bmp pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=71948086) apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 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=80] is there (id=71948086) pcib0: on motherboard found-> vendor=0x8086, dev=0x7194, revid=0x01 class=06-00-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7195, revid=0x00 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=b, irq=11 found-> vendor=0x8086, dev=0x7196, revid=0x00 class=07-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=b, irq=11 found-> vendor=0x10c8, dev=0x0004, revid=0x01 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=5 map[10]: type 1, range 32, base 06000000, size 24 map[14]: type 1, range 32, base 05400000, size 21 map[18]: type 1, range 32, base 05300000, size 20 found-> vendor=0x1217, dev=0x6872, revid=0x05 class=06-07-00, hdrtype=0x02, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 found-> vendor=0x8086, dev=0x7198, revid=0x01 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7199, revid=0x00 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 00008000, size 4 found-> vendor=0x8086, dev=0x719a, revid=0x00 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=10 map[20]: type 1, range 32, base 00007cc0, size 5 found-> vendor=0x8086, dev=0x719b, revid=0x00 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 pci0: on pcib0 pci0: (vendor=0x8086, dev=0x7195) at 0.1 irq 11 pci0: (vendor=0x8086, dev=0x7196) at 0.2 irq 11 pci0: (vendor=0x10c8, dev=0x0004) at 2.0 irq 5 chip1: irq 11 at device 6.0 on pci0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x8000-0x800f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x8000 ata0: mask=03 status0=50 status1=00 ata0: mask=03 status0=50 status1=00 ata0: devices = 0x9 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x8008 ata1: mask=00 status0=ff status1=ff ata1: probe allocation failed uhci0: port 0x7cc0-0x7cdf irq 10 at device 7.2 on pci0 uhci0: (New UHCI DeviceId=0x719a8086) usb0: on uhci0 usb0: USB revision 1.0 uhub0: (0x719a8086) UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip2: at device 7.3 on pci0 ata-: ata0 exists, using next available unit number 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 pnpbios: 14 devices, largest 126 bytes PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0 PNP0a03: adding io range 0x4d0-0x4d1, size=0x2, align=0 PNP0a03: end config pnpbios: handle 0 device ID PNP0a03 (030ad041) PNP0000: adding io range 0x20-0x21, size=0x2, align=0 PNP0000: adding io range 0xa0-0xa1, size=0x2, align=0 PNP0000: adding irq mask 00x4 PNP0000: end config pnpbios: handle 1 device ID PNP0000 (0000d041) PNP0200: adding io range 0-0xf, size=0x10, align=0 PNP0200: adding io range 0x81-0x8f, size=0xf, align=0 PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0 PNP0200: adding dma mask 0x10 PNP0200: end config pnpbios: handle 2 device ID PNP0200 (0002d041) PNP0100: adding io range 0x40-0x43, size=0x4, align=0 PNP0100: adding irq mask 00x1 PNP0100: end config pnpbios: handle 3 device ID PNP0100 (0001d041) PNP0b00: adding io range 0x70-0x73, size=0x4, align=0 PNP0b00: adding irq mask 0x100 PNP0b00: end config pnpbios: handle 4 device ID PNP0b00 (000bd041) PNP0800: adding io range 0x61-0x61, size=0x1, align=0 PNP0800: end config pnpbios: handle 5 device ID PNP0800 (0008d041) PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0 PNP0c04: adding irq mask 0x2000 PNP0c04: end config pnpbios: handle 6 device ID PNP0c04 (040cd041) PNP0c01: adding memory range 0-0x9ffff, size=0xa0000, align=0 PNP0c01: adding memory range 0xe0000-0xfffff, size=0x20000, align=0 PNP0c01: adding memory32 range 0xffff0000-0xffffffff, size=0x10000, align=0 PNP0c01: end config pnpbios: handle 7 device ID PNP0c01 (010cd041) PNP0c02: adding memory32 range 0x100000-0xffffff, size=0xf00000, align=0 PNP0c02: adding memory32 range 0x1000000-0x3ffffff, size=0x3000000, align=0 PNP0c02: adding io range 0xf000-0xf03f, size=0x40, align=0 PNP0c02: adding io range 0xf100-0xf11f, size=0x20, align=0 PNP0c02: adding io range 0x80-0x80, size=0x1, align=0 PNP0c02: adding io range 0x92-0x92, size=0x1, align=0 PNP0c02: end config pnpbios: handle 8 device ID PNP0c02 (020cd041) PNP0303: adding io range 0x60-0x60, size=0x1, align=0 PNP0303: adding io range 0x64-0x64, size=0x1, align=0 PNP0303: adding io range 0x62-0x62, size=0x1, align=0 PNP0303: adding io range 0x66-0x66, size=0x1, align=0 PNP0303: adding irq mask 00x2 PNP0303: end config pnpbios: handle 9 device ID PNP0303 (0303d041) PNP0f13: adding irq mask 0x1000 PNP0f13: end config pnpbios: handle 11 device ID PNP0f13 (130fd041) PNP0401: adding irq mask 0x80 PNP0401: adding io range 0x378-0x37f, size=0x8, align=0 PNP0401: adding io range 0x778-0x77b, size=0x4, align=0 PNP0401: adding dma mask 0x2 PNP0401: end config pnpbios: handle 13 device ID PNP0401 (0104d041) PNP0501: adding irq mask 0x10 PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0 PNP0501: end config pnpbios: handle 14 device ID PNP0501 (0105d041) PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0 PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0 PNP0700: adding irq mask 0x40 PNP0700: adding dma mask 0x4 PNP0700: end config pnpbios: handle 15 device ID PNP0700 (0007d041) isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 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: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: data 08 00 00 psm: status 10 00 64 psm: status 00 02 64 psm: data 08 00 00 psm: status 00 02 64 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, 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:0x700ff 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 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 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 11 pccard0: on pcic0 pccard1: on pcic0 sio0: irq maps: 0x41 0x51 0x41 0x41 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A ppc0: parallel port found at 0x378 ppc0: ECP SPP ECP+EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/7 bytes threshold plip0: on ppbus0 bpf: lp0 attached lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 isa_probe_children: probing PnP devices unknown0: at port 0xcf8-0xcff,0x4d0-0x4d1 on isa0 unknown: can't assign resources unknown1: at port 0-0xf,0x81-0x8f,0xc0-0xdf drq 4 on isa0 unknown2: at port 0x40-0x43 irq 0 on isa0 unknown3: at port 0x70-0x73 irq 8 on isa0 unknown4: at port 0x61 on isa0 unknown5: at port 0xf0-0xff irq 13 on isa0 unknown6: at iomem 0-0x9ffff,0xe0000-0xfffff,0xffff0000-0xffffffff on isa0 unknown7: at port 0xf000-0xf03f,0xf100-0xf11f,0x80,0x92 iomem 0x100000-0xffffff,0x1000000-0x3ffffff on isa0 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources BIOS Geometries: 0:024efe3f 0..590=591 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: faith0 attached bpf: gif0 attached bpf: gif1 attached bpf: gif2 attached bpf: gif3 attached bpf: stf0 attached bpf: lo0 attached bpf: ppp0 attached new masks: bio 40084440, tty 40031092, net 40071092 bpf: sl0 attached ata0-master: success setting up UDMA2 mode on PIIX4 chip ad0: ATA-4 disk at ata0 as master ad0: 4645MB (9514260 sectors), 10068 cyls, 15 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=2 cblid=0 Creating DISK ad0 Creating DISK wd0 ata0-slave: piomode=4 dmamode=2 udmamode=-1 dmaflag=1 ata0-slave: success setting up PIO4 mode on generic chip acd0: CDROM drive at ata0 as slave acd0: read 4134KB/s (4134KB/s), 128KB buffer, PIO4 acd0: Reads: CD-R, CD-DA stream acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked Mounting root from ufs:/dev/ad0s2a pccard: card inserted, slot 0 ad0s1: type 0xb, start 63, end = 5365709, size 5365647 : OK ad0s2: type 0xa5, start 5365710, end = 9510479, size 4144770 : OK start_init: trying /sbin/init pcic: I/O win 0 flags 15 300-31f pcic: I/O win 0 flags 5 300-31f ed0 at port 0x300-0x31f irq 3 slot 0 on pccard0 pcic: I/O win 0 flags 15 300-31f ed0: address 00:c0:f0:3d:96:a8, type NE2000 (16 bit) bpf: ed0 attached Linux-ELF exec handler installed -- Regards, )))))) )))))) )))))) Kevin G. Eliuk )) )) )) )) )) )) http://www.FreeBSD.org )) "Change your operating system, )) )) )) )) )) and You can change your World." )))))) )))))) )))))) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 23:37:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lanturn.express.ru (lanturn.kmost.express.ru [212.24.37.109]) by hub.freebsd.org (Postfix) with ESMTP id 2B73937B7C2; Mon, 12 Jun 2000 23:37:12 -0700 (PDT) (envelope-from vova@express.ru) Received: from vova (helo=localhost) by lanturn.express.ru with local-esmtp (Exim 3.11 #1) id 131kKo-000CMe-00; Tue, 13 Jun 2000 10:38:02 +0400 Date: Tue, 13 Jun 2000 10:38:02 +0400 (MSD) From: vova@express.ru X-Sender: vova@lanturn.kmost.express.ru To: Nick Hibma Cc: mobile@freebsd.org, hadware@freebsd.org Subject: Re: SONY Z505S 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 Sat, 10 Jun 2000, Nick Hibma wrote: > > 5.0-CURRENT, I've updated from cvs Jun 7 2000 > > > > > The USB hub IOERROR is a strange. never seen that one before. > > > > > > What don't work: > > > > USB Floppy drive > > > > it already works under -CURRENT (thanks Sean O'Connell for help) > > > You get an IOERROR on the hub and your floppy still works? Yes, my floppy works > nick > > -- > n_hibma@webweaving.org > n_hibma@freebsd.org USB project > http://www.etla.net/~n_hibma/ -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, vova@express.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jun 12 23:55: 5 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lanturn.express.ru (lanturn.kmost.express.ru [212.24.37.109]) by hub.freebsd.org (Postfix) with ESMTP id 0698337B6D4; Mon, 12 Jun 2000 23:54:57 -0700 (PDT) (envelope-from vova@express.ru) Received: from vova (helo=localhost) by lanturn.express.ru with local-esmtp (Exim 3.11 #1) id 131kbv-000COl-00; Tue, 13 Jun 2000 10:55:43 +0400 Date: Tue, 13 Jun 2000 10:55:43 +0400 (MSD) From: vova@express.ru X-Sender: vova@lanturn.kmost.express.ru To: Nick Hibma Cc: mobile@freebsd.org, hadware@freebsd.org Subject: Re: SONY Z505S 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 Fri, 9 Jun 2000, Nick Hibma wrote: It seems audio for my notebook broken under 5.0-CURRENT :( I've got pcm0: mem 0xfea00000-0xfeafffff,0xfe000000-0xfe3fffff irq 9 at device 8.1 on pci0 while booting # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Jun 7 2000 19:11:52 Installed devices: pcm0: at memory 0xfe000000, 0xfea00000 irq 9 (1p/1r channels duplex) and all seems to work while I don't try to play something, speakers play some tacts and then replay these tacs again and again. This right for /dev/dsp or for /dev/audio. Very short .au files plays good, but long :( Any ideas ? pcm0 work well on 4.0 and was broken after upgrade. > > I've got subj. > > > > Successfuly runs: > > Vidio > > Audio > > Intell EtherExpress > > Serial Port > > Parralel Port > > USB Hub > > PCCard slot (atapi cdrom or sio2 in my case) > > > > What don't work: > > Rockwell HCF 56K Speakerphone PCI Modem (by win 0x2f8 irq 9) WinModem ? > > USB Floppy drive > > IR port (by BIOS: address 3E8 irq 10 DMA 0 FIR base address 140) > > 1394 Bus Controller > > > > Any suggestions ? > > May be anybody run IR port or USB floppy ? > > > > ==========[ boot dmesg ]================================================== > > > > CPU: Pentium II/Pentium II Xeon/Celeron (331.58-MHz 686-class CPU) > > Origin = "GenuineIntel" Id = 0x66a Stepping = 10 > > Features=0x183f9ff > > real memory = 67043328 (65472K bytes) > > config> q > > Preloaded elf kernel "kernel" at 0xc038b000. > > Preloaded userconfig_script "/boot/kernel.conf" at 0xc038b0a8. > > ccd0-3: Concatenated disk drivers > > Pentium Pro MTRR support enabled > > md0: Malloc disk > > npx0: on motherboard > > npx0: INT 16 interface > > apm0: on motherboard > > apm: found APM BIOS v1.2, connected at v1.2 > > pcib0: on motherboard > > pci0: on pcib0 > > fxp0: port 0xfcc0-0xfcff mem 0xfed00000-0xfedfffff,0xfecff000-0xfecfffff irq 9 at device 6.0 on pci0 > > fxp0: Ethernet address 08:00:46:04:31:b3 > > isab0: at device 7.0 on pci0 > > isa0: on isab0 > > atapci0: port 0xfcb0-0xfcbf at device 7.1 on pci0 > > ata0: at 0x1f0 irq 14 on atapci0 > > ata1: at 0x170 irq 15 on atapci0 > > uhci0: port 0xfc60-0xfc7f 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 > > uhub0: port 1 power on failed, IOERROR > > uhub0: port 2 power on failed, IOERROR > > intpm0: port 0x2180-0x218f irq 9 at device 7.3 on pci0 > > intpm0: I/O mapped 2180 > > intpm0: intr IRQ 9 enabled revision 0 > > smbus0: on intsmb0 > > smb0: on smbus0 > > intpm0: PM I/O mapped 8000 > > pci0: at 8.0 irq 9 > > pcm0: mem 0xfea00000-0xfeafffff,0xfe000000-0xfe3fffff irq 9 at device 8.1 on pci0 > > chip1: at device 9.0 on pci0 > > pcic-pci0: at device 10.0 on pci0 > > pci0: (vendor=0x127a, dev=0x2005) at 11.0 > > atkbdc0: at port 0x60,0x64 on isa0 > > atkbd0: irq 1 on atkbdc0 > > psm0: irq 12 on atkbdc0 > > psm0: model GlidePoint, device ID 0 > > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > > sc0: on isa0 > > sc0: VGA <16 virtual consoles, flags=0x200> > > sio0 at port 0x3f8-0x3ff irq 4 on isa0 > > sio0: type 16550A > > sio1: configured irq 9 not in bitmap of probed irqs 0 > > pca0 at port 0x40 on isa0 > > pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 > > pcic0: management irq 10 > > pccard0: on pcic0 > > ppc0: This ppc chipset does not support the extended I/O port range...no problem > > ppc0: at port 0x378-0x37b irq 7 on isa0 > > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > > ppc0: FIFO with 16/16/8 bytes threshold > > ppi0: on ppbus0 > > lpt0: on ppbus0 > > lpt0: Interrupt-driven port > > plip0: on ppbus0 > > unknown: can't assign resources > > unknown0: at iomem 0-0x9ffff,0xe4000-0xfffff,0x100000-0x3ffffff on isa0 > > unknown1: at iomem 0xdc000-0xdffff on isa0 > > unknown2: at port 0-0xf,0x81-0x8f,0xc0-0xdf drq 4 on isa0 > > unknown: can't assign resources > > unknown3: at port 0x40-0x43 irq 0 on isa0 > > unknown4: at port 0x70-0x71 irq 8 on isa0 > > unknown: can't assign resources > > npxisa0: at port 0xf0-0xff irq 13 on isa0 > > pca1: at port 0x61 on isa0 > > unknown5: at port 0xcf8-0xcff on isa0 > > unknown6: at port 0x3e1-0x3e2 on isa0 > > unknown: can't assign resources > > unknown: can't assign resources > > unknown: can't assign resources > > unknown: can't assign resources > > IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging limited to 100 packets/entry by default > > pccard: card inserted, slot 0 > > ata1-slave: ata_command: timeout waiting for intr > > ata1-slave: identify failed > > ad0: 6194MB [13424/15/63] at ata0-master using UDMA33 > > ad1: 3MB [247/2/16] at ata1-master using PIO1 > > Mounting root from ufs:/dev/ad0s2a > > pid 198 (ldconfig), uid 0: exited on signal 11 (core dumped) > > sio2 at port 0x2e8-0x2ef irq 11 slot 0 on pccard0 > > sio2: type 16550A > > > > -- > > TSB Russian Express, Moscow > > Vladimir B. Grebenschikov, vova@express.ru > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > > > -- > n_hibma@webweaving.org > n_hibma@freebsd.org USB project > http://www.etla.net/~n_hibma/ > > -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, vova@express.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jun 13 1:37:22 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (roam.psg.com [147.28.4.2]) by hub.freebsd.org (Postfix) with ESMTP id AB0A337BD1F for ; Tue, 13 Jun 2000 01:37:17 -0700 (PDT) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 131fn8-0000Ff-00 for freebsd-mobile@freebsd.org; Tue, 13 Jun 2000 10:46:58 +0900 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Laptoppers Subject: docomo Message-Id: Date: Tue, 13 Jun 2000 10:46:58 +0900 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jun 13 09:48:06 roam pccardd[61]: Card "NTT DoCoMo"("Mobile D Card 96P1") [MDC96P1] [] matched "NTT DoCoMo" ("Mobile D Card 96P1") [(null)] [(null)] but, if i look through kermit at 19200, it only echos when i type extra chars. and ppp configured as follows does not work. docomo: set device /dev/cuaa3 set speed 19200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0s11=90 OK \\dATDT\\T TIMEOUT 120 CONNECT" set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin:--ogin:--ogin: roamP word: 0n-the-r0ad" set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 set timeout 0 set phone "00-33-1-xxx-xxx-xxxx" Jun 13 09:55:11 roam ppp[563]: Phase: Using interface: tun0 Jun 13 09:55:11 roam ppp[563]: Phase: deflink: Created in closed state Jun 13 09:55:11 roam ppp[563]: tun0: Command: default: set speed 57600 Jun 13 09:55:11 roam ppp[563]: tun0: Command: default: set timeout 0 Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set device /dev/cuaa3 Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set speed 19200 Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0s11=90 OK \dATDT\T TIMEOUT 120 CONNECT Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set login ABORT NO\sCARRIER TIMEOUT 5 ogin:--ogin:--ogin:--ogin: haha word: dooled-ya Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set timeout 0 Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set phone 00-33-1-xxx-xxx-xxxx-780-2132 Jun 13 09:55:11 roam ppp[564]: tun0: Phase: PPP Started (background mode). Jun 13 09:55:11 roam ppp[564]: tun0: Phase: bundle: Establish Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: closed -> opening Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: Connected! Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: opening -> dial Jun 13 09:55:11 roam ppp[564]: tun0: Phase: Phone: 00-33-1-xxx-xxx-xxxx Jun 13 09:55:11 roam ppp[564]: tun0: Chat: deflink: Dial attempt 1 of 1 Jun 13 09:55:11 roam ppp[564]: tun0: Chat: Send: AT^M Jun 13 09:55:11 roam ppp[564]: tun0: Chat: Expect(5): OK Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Expect timeout Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Send: AT^M Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Expect(5): OK Jun 13 09:55:21 roam ppp[564]: tun0: Chat: Expect timeout Jun 13 09:55:21 roam ppp[564]: tun0: Warning: Chat script failed Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: dial -> hangup Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: Disconnected! Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: Connect time: 10 secs: 0 octets in, 0 octets out Jun 13 09:55:21 roam ppp[564]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Jun 13 09:55:21 2000 Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: hangup -> closed Jun 13 09:55:21 roam ppp[564]: tun0: Phase: bundle: Dead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jun 13 2: 3:59 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 6C9C937B871 for ; Tue, 13 Jun 2000 02:03:55 -0700 (PDT) (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 KAA63154; Tue, 13 Jun 2000 10:03:52 +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 KAA01470; Tue, 13 Jun 2000 10:03:48 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200006130903.KAA01470@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Randy Bush Cc: FreeBSD Laptoppers , brian@hak.lan.Awfulhak.org Subject: Re: docomo In-Reply-To: Message from Randy Bush of "Tue, 13 Jun 2000 10:46:58 +0900." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 13 Jun 2000 10:03:48 +0100 From: Brian Somers Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is an interrupt problem. Try using a different IRQ. Some PCCARDs just can't use some IRQs. > Jun 13 09:48:06 roam pccardd[61]: Card "NTT DoCoMo"("Mobile D Card 96P1") [MDC96P1] [] matched "NTT DoCoMo" ("Mobile D Card 96P1") [(null)] [(null)] > > but, if i look through kermit at 19200, it only echos when i type extra > chars. > > and ppp configured as follows does not work. > > docomo: > set device /dev/cuaa3 > set speed 19200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0s11=90 OK \\dATDT\\T TIMEOUT 120 CONNECT" > set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin:--ogin:--ogin: roamP word: 0n-the-r0ad" > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > set timeout 0 > set phone "00-33-1-xxx-xxx-xxxx" > > Jun 13 09:55:11 roam ppp[563]: Phase: Using interface: tun0 > Jun 13 09:55:11 roam ppp[563]: Phase: deflink: Created in closed state > Jun 13 09:55:11 roam ppp[563]: tun0: Command: default: set speed 57600 > Jun 13 09:55:11 roam ppp[563]: tun0: Command: default: set timeout 0 > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set device /dev/cuaa3 > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set speed 19200 > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0s11=90 OK \dATDT\T TIMEOUT 120 CONNECT > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set login ABORT NO\sCARRIER TIMEOUT 5 ogin:--ogin:--ogin:--ogin: haha word: dooled-ya > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set timeout 0 > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set phone 00-33-1-xxx-xxx-xxxx-780-2132 > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: PPP Started (background mode). > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: bundle: Establish > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: closed -> opening > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: Connected! > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: opening -> dial > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: Phone: 00-33-1-xxx-xxx-xxxx > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: deflink: Dial attempt 1 of 1 > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: Send: AT^M > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: Expect(5): OK > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Expect timeout > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Send: AT^M > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Expect(5): OK > Jun 13 09:55:21 roam ppp[564]: tun0: Chat: Expect timeout > Jun 13 09:55:21 roam ppp[564]: tun0: Warning: Chat script failed > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: dial -> hangup > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: Disconnected! > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: Connect time: 10 secs: 0 octets in, 0 octets out > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Jun 13 09:55:21 2000 > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: hangup -> closed > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: bundle: Dead > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- 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 Jun 13 8:17:26 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gloworm.Stanford.EDU (gloworm.Stanford.EDU [171.64.99.46]) by hub.freebsd.org (Postfix) with ESMTP id 8CFC437BEC6 for ; Tue, 13 Jun 2000 08:17:07 -0700 (PDT) (envelope-from yergeau@gloworm.Stanford.EDU) Received: from localhost (yergeau@localhost) by gloworm.Stanford.EDU (8.9.3/8.9.3) with ESMTP id IAA09273; Tue, 13 Jun 2000 08:16:47 -0700 (PDT) Message-Id: <200006131516.IAA09273@gloworm.Stanford.EDU> To: Michael Lucas Cc: freebsd-mobile@freebsd.org Subject: Re: 4.0-RELEASE, Netgear FA410TXC, device timeout In-reply-to: Your message of "Fri, 09 Jun 2000 14:35:53 -0400." <200006091835.OAA30080@blackhelicopters.org> Date: Tue, 13 Jun 2000 08:16:47 -0700 From: Dan Yergeau Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I have the exact same problem. Could you attach your dmesg.boot as well? This is with the slightly modified if_ed.c (brute-force turning on of the Linksys detection code). This doesn't make any difference wrt the original if_ed.c for the "device timeout" behavior, but it does allow the probe of the correct ethernet hardware address. Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #2: Thu Jun 8 09:19:43 PDT 2000 troot@ritter.Stanford.EDU:/usr/src/sys/compile/RITTER Calibrating clock(s) ... TSC clock: 233829569 Hz, i8254 clock: 1193009 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 (quarter-micron) (233.86-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x581 Stepping = 1 Features=0x8001bf real memory = 67043328 (65472K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x00382000 - 0x03fe5fff, 63324160 bytes (15460 pages) avail memory = 61394944 (59956K bytes) bios32: Found BIOS32 Service Directory header at 0xc00ffe80 bios32: Entry = 0xffe90 (c00ffe90) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xbc9e pnpbios: Found PnP BIOS data at 0xc00fe2d0 pnpbios: Entry = f0000:e2f4 Rev = 1.0 pnpbios: Event flag at 4b4 Other BIOS signatures found: ACPI: 000f3f60 Preloaded elf kernel "kernel" at 0xc0369000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk Creating DISK md0 pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71008086) npx0: on motherboard npx0: INT 16 interface i586_bzero() bandwidth = 175346308 bytes/sec bzero() bandwidth = 763941940 bytes/sec apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71008086) pcib0: on motherboard found-> vendor=0x8086, dev=0x7100, revid=0x01 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7110, revid=0x01 class=06-80-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 00000860, size 4 found-> vendor=0x8086, dev=0x7112, revid=0x01 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=11 map[20]: type 1, range 32, base 0000ece0, size 5 found-> vendor=0x8086, dev=0x7113, revid=0x01 class=06-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[90]: type 1, range 32, base 00000840, size 4 found-> vendor=0x10c8, dev=0x0004, revid=0x00 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[10]: type 1, range 32, base fd000000, size 24 map[14]: type 1, range 32, base fbe00000, size 21 map[18]: type 1, range 32, base fbd00000, size 20 found-> vendor=0x104c, dev=0xac15, revid=0x01 class=06-07-00, hdrtype=0x02, mfdev=1 subordinatebus=0 secondarybus=0 intpin=a, irq=11 found-> vendor=0x104c, dev=0xac15, revid=0x01 class=06-07-00, hdrtype=0x02, mfdev=1 subordinatebus=0 secondarybus=0 intpin=b, irq=11 pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 atapci0: port 0x860-0x86f at device 1.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x0860 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=0x0868 ata1: mask=03 status0=50 status1=00 ata1: mask=03 status0=00 status1=00 ata1: devices = 0x4 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xece0-0xecff irq 11 at device 1.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 chip1: port 0x840-0x84f at device 1.3 on pci0 pci0: (vendor=0x10c8, dev=0x0004) at 2.0 irq 11 pcic-pci0: irq 11 at device 3.0 on pci0 PCI Config space: 00: ac15104c 02000007 06070001 00822008 10: 00000000 02000000 00000000 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 0340010b 40: 00751028 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 00241024 00000000 00000000 00000000 90: 00748200 00000000 00000000 00000000 Cardbus Socket registers: 00: f000afbe: f000afbe: f000e2c3: f000afbe: 10: f000afbe: c00035c2: f000ae90: f000afbe: 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 pcic-pci1: irq 11 at device 3.1 on pci0 PCI Config space: 00: ac15104c 02000007 06070001 00822008 10: 00000000 02000000 00000000 00000000 20: 00000000 00000000 00000000 00000000 30: 00000000 00000000 00000000 0340020b 40: 00751028 000003e1 00000000 00000000 50: 00000000 00000000 00000000 00000000 60: 00000000 00000000 00000000 00000000 70: 00000000 00000000 00000000 00000000 80: 00241024 00000000 00000000 00000000 90: 00748200 00000000 00000000 00000000 Cardbus Socket registers: 00: f000afbe: f000afbe: f000e2c3: f000afbe: 10: f000afbe: c00035c2: f000ae90: f000afbe: 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 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: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 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: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: status 00 02 64 psm: data 08 00 00 psm: status 00 02 64 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, 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 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 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 pccard1: on pcic0 pcic1: not probed (disabled) sio0: irq maps: 0x241 0x251 0x241 0x241 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: 0x241 0x241 0x241 0x241 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio2: not probed (disabled) sio3: not probed (disabled) ppc0: parallel port found at 0x378 ppc0: ECP SPP ECP+EPP SPP ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 bpf: lp0 attached mss_probe: no address given, try 0x530 mss_detect, busy still set (0xff) isa_probe_children: probing PnP devices BIOS Geometries: 0:03127f3f 0..786=787 cylinders, 0..127=128 heads, 1..63=63 sectors 0 accounted for Device configuration finished. bpf: sl0 attached bpf: ppp0 attached new masks: bio 4008c840, tty 40031092, net 40071092 bpf: lo0 attached bpf: gif0 attached bpf: gif1 attached bpf: gif2 attached bpf: gif3 attached bpf: stf0 attached bpf: faith0 attached ata0-master: success setting up UDMA2 mode on PIIX4 chip ad0: ATA-3 disk at ata0 as master ad0: 3102MB (6354432 sectors), 6304 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=2 cblid=0 Creating DISK ad0 Creating DISK wd0 ata1-master: piomode=3 dmamode=1 udmamode=-1 dmaflag=1 ata1-master: success setting up PIO3 mode on generic chip acd0: CDROM drive at ata1 as master acd0: read 2755KB/s (2755KB/s), 128KB buffer, PIO3 acd0: Reads: CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked Mounting root from ufs:/dev/ad0s2a pccard: card inserted, slot 0 pccard: card inserted, slot 1 ad0s1: type 0x7, start 63, end = 3378815, size 3378753 : OK ad0s2: type 0xa5, start 3378816, end = 6201215, size 2822400 : OK ad0s3: type 0x84, start 6201216, end = 6346367, size 145152 : OK start_init: trying /sbin/init The post-boot messages are devclass_alloc_unit: sio2 already exists, using next available unit number pcic: I/O win 0 flags 11 2e8-2ef pcic: I/O win 0 flags 1 2e8-2ef sio4 at port 0x2e8-0x2ef irq 3 slot 0 on pccard0 pcic: I/O win 0 flags 11 2e8-2ef sio4: type 16550A splash: image decoder found: daemon_saver pcic: I/O win 0 flags 15 240-25f pcic: I/O win 0 flags 5 240-25f pcic: I/O win 0 flags 15 240-25f pcic: I/O win 0 flags 5 240-25f ed0 at port 0x240-0x25f irq 9 slot 1 on pccard1 pcic: I/O win 0 flags 15 240-25f ed0: address 00:e0:98:79:df:88, type Linksys (16 bit) bpf: ed0 attached ed0: device timeout With the FA410, ed0 attaches on the same irq as the Linksys PCMPC100 V2, but uses a different i/o port (the PCMPC100 uses 0x300-0x31f). Even so, there don't appear to be any i/o port conflicts (plus, it seems to me that getting the i/o port correct and with no conflicts is much more important for actually detecting the card). Dan [The rest of the message is preserved for completeness, not because I like clogging mailboxes. Hey, if this were a Windoze forum, these could be 500K Word attachments. :^(] >> As I mentioned in an earlier message, I was unable to get a new >> FA410TXC to work with 4.0. The card doesn't seem to negotiate a >> link and, on the FreeBSD side, the only response is "device >> timeout". There are no apparent IRQ or I/O address space conflicts. >> >> With the default if_ed.c, the card was recognized as a NE2000 >> >> ed0: address 01:d1:ff:03:00:20, type NE2000 (16 bit) >> >> with the incorrect ethernet MAC address (different than that printed >> on the card). >> >> As some else mentioned that these may get recognized as a Linksys >> (see >> http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=98471+0+/usr/local/www/db/text/1 999/freebsd-mobile/19991107.freebsd-mobile), >> I left my "force it to be tested as a Linksys" hack in if_ed.c see ( >> http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=225190+227782+/usr/local/www/db/ text/2000/freebsd-mobile/20000604.freebsd-mobile), >> and it was probed with the correct ethernet MAC address >> >> ed0: address 00:e0:98:79:df:88, type Linksys (16 bit) >> >> but still didn't negotiate a link or get past the device timeout >> behavior. (Hey, isn't 00:e0:98 assigned to Linksys?) >> >> Anyway, the dumpcis is attached below. >> >> >> Dan >> >> >> >> Configuration data for card in slot 1 >> Tuple #1, code = 0x1 (Common memory descriptor), length = 3 >> 000: d1 3a ff >> Common memory device information: >> Device number 1, type Function specific, WPS = OFF >> Speed = 250nS, Memory block size = 8Kb, 8 units >> Tuple #2, code = 0x17 (Attribute memory descriptor), length = 3 >> 000: 41 00 ff >> Attribute memory device information: >> Device number 1, type EEPROM, WPS = OFF >> Speed = 250nS, Memory block size = 512b, 1 units >> Tuple #3, code = 0x20 (Manufacturer ID), length = 4 >> 000: 49 01 30 02 >> PCMCIA ID = 0x149, OEM ID = 0x230 >> Tuple #4, code = 0x21 (Functional ID), length = 2 >> 000: 06 01 >> Network/LAN adapter - POST initialize >> Tuple #5, code = 0x15 (Version 1 info), length = 33 >> 000: 04 01 4e 45 54 47 45 41 52 00 46 41 34 31 30 54 >> 010: 58 00 46 61 73 74 20 45 74 68 65 72 6e 65 74 00 >> 020: ff >> Version = 4.1, Manuf = [NETGEAR],card vers = [FA410TX] >> Addit. info = [Fast Ethernet] >> Tuple #6, code = 0x1a (Configuration map), length = 5 >> 000: 01 20 00 04 0b >> Reg len = 2, config register addr = 0x400, last config = 0x20 >> Registers: XX-X---- >> Tuple #7, code = 0x1b (Configuration entry), length = 7 >> 000: e0 81 18 45 30 fc be >> Config index = 0x20(default) >> Interface byte = 0x81 (I/O) wait signal supported >> Card decodes 5 address lines, limited 8/16 Bit I/O >> IRQ modes: Pulse >> IRQ level = 5 >> Tuple #8, code = 0x1b (Configuration entry), length = 7 >> 000: 01 08 ca 60 00 03 1f >> Config index = 0x1 >> Card decodes 10 address lines, limited 8/16 Bit I/O >> I/O address # 1: block start = 0x300 block length = 0x20 >> Tuple #9, code = 0x1b (Configuration entry), length = 7 >> 000: 02 08 ca 60 20 03 1f >> Config index = 0x2 >> Card decodes 10 address lines, limited 8/16 Bit I/O >> I/O address # 1: block start = 0x320 block length = 0x20 >> Tuple #10, code = 0x1b (Configuration entry), length = 7 >> 000: 03 08 ca 60 40 03 1f >> Config index = 0x3 >> Card decodes 10 address lines, limited 8/16 Bit I/O >> I/O address # 1: block start = 0x340 block length = 0x20 >> Tuple #11, code = 0x1b (Configuration entry), length = 7 >> 000: 04 08 ca 60 80 03 1f >> Config index = 0x4 >> Card decodes 10 address lines, limited 8/16 Bit I/O >> I/O address # 1: block start = 0x380 block length = 0x20 >> Tuple #12, code = 0x14 (No link), length = 0 >> Tuple #13, 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 Tue Jun 13 11:42:43 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from roam.psg.com (roam.psg.com [147.28.4.2]) by hub.freebsd.org (Postfix) with ESMTP id 275B937BC56 for ; Tue, 13 Jun 2000 11:42:38 -0700 (PDT) (envelope-from randy@psg.com) Received: from randy by roam.psg.com with local (Exim 3.12 #1) id 131vdq-0000r8-00; Tue, 13 Jun 2000 12:42:26 -0600 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Brian Somers Cc: FreeBSD Laptoppers , brian@hak.lan.Awfulhak.org Subject: Re: docomo References: <200006130903.KAA01470@hak.lan.Awfulhak.org> Message-Id: Date: Tue, 13 Jun 2000 12:42:26 -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org went from 9 to 10. same result. same result with new docomo card, Jun 13 10:45:25 roam pccardd[61]: Card "NTT DoCoMo"("Mobile Card P-in") [(null)] [(null)] has function ID 2 Jun 13 10:45:30 roam /kernel: card0: assign sio3 iobase 0x2e8 irq 10 flags 0x80 Jun 13 10:45:30 roam /kernel: sio3: configured irq 10 not in bitmap of probed irqs 0 > This is an interrupt problem. Try using a different IRQ. Some > PCCARDs just can't use some IRQs. > > > Jun 13 09:48:06 roam pccardd[61]: Card "NTT DoCoMo"("Mobile D Card 96P1") [MDC96P1] [] matched "NTT DoCoMo" ("Mobile D Card 96P1") [(null)] [(null)] > > > > but, if i look through kermit at 19200, it only echos when i type extra > > chars. > > > > and ppp configured as follows does not work. > > > > docomo: > > set device /dev/cuaa3 > > set speed 19200 > > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0s11=90 OK \\dATDT\\T TIMEOUT 120 CONNECT" > > set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin:--ogin:--ogin: roamP word: 0n-the-r0ad" > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > > set timeout 0 > > set phone "00-33-1-xxx-xxx-xxxx" > > > > Jun 13 09:55:11 roam ppp[563]: Phase: Using interface: tun0 > > Jun 13 09:55:11 roam ppp[563]: Phase: deflink: Created in closed state > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: default: set speed 57600 > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: default: set timeout 0 > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set device /dev/cuaa3 > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set speed 19200 > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0s11=90 OK \dATDT\T TIMEOUT 120 CONNECT > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set login ABORT NO\sCARRIER TIMEOUT 5 ogin:--ogin:--ogin:--ogin: haha word: dooled-ya > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set timeout 0 > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set phone 00-33-1-xxx-xxx-xxxx-780-2132 > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: PPP Started (background mode). > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: bundle: Establish > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: closed -> opening > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: Connected! > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: opening -> dial > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: Phone: 00-33-1-xxx-xxx-xxxx > > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: deflink: Dial attempt 1 of 1 > > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: Send: AT^M > > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: Expect(5): OK > > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Expect timeout > > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Send: AT^M > > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Expect(5): OK > > Jun 13 09:55:21 roam ppp[564]: tun0: Chat: Expect timeout > > Jun 13 09:55:21 roam ppp[564]: tun0: Warning: Chat script failed > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: dial -> hangup > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: Disconnected! > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: Connect time: 10 secs: 0 octets in, 0 octets out > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Jun 13 09:55:21 2000 > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: hangup -> closed > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: bundle: Dead > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > > > -- > 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 Jun 13 22:16:50 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from yoda.dccnet.com (mail.deltacable.com [207.230.239.70]) by hub.freebsd.org (Postfix) with ESMTP id 1533C37BB4B; Tue, 13 Jun 2000 22:16:39 -0700 (PDT) (envelope-from kg@dccnet.com) Received: from dccnet.com (unverified [209.5.131.193]) by yoda.dccnet.com (Rockliffe SMTPRA 3.4.6) with ESMTP id ; Tue, 13 Jun 2000 22:13:59 -0700 Message-ID: <3947153F.103DD69B@dccnet.com> Date: Tue, 13 Jun 2000 22:16:48 -0700 From: "Kevin G. Eliuk" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sean O'Connell Cc: FreeBSD Mobile , FreeBSD-MultiMedia@freebsd.org Subject: Re: Acer 507T Notebook Question[s] References: <3945C21D.48EE1E3A@dccnet.com> <20000613021508.B441@stat.Duke.EDU> <39464CF6.312C0425@dccnet.com> <20000613111442.D372@stat.Duke.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sean O'Connell wrote: > You may also want to include a posting to freebsd-multimedia as > someone there may be a sound card wizard. I guess it would be > a good idea to verify that it was indeed a soundcard before :) > What I was trying to write with the last sentence there was to > disable 'Plug and Pray' OS support in the BIOS and force the > BIOS to set things up in a way that FreeBSD can handle. Nothing in the bios settings to disable unfortunately. and I am posting to FreeBSD-MultiMedia/FreeBSD-Mobile as well that this may help someone else as well. > PS. Looking through the archives of multimedia someone asked about > that chipset, but the responses didn't look too revealing. The > windows device manager would be useful in determining the irq > and bus that it is sitting on. Thanks for the advice again. Ran pcdoctor and was able to get som pci readings and defined a m/m device was: Bus: 0 Device: 0 Function: 1 Device Class: 04H 01H (00H) Audio MultiMedia Device Vendor ID: Intel Device ID: 7195H Interupt: 11 SO ... none0@pci0:0:1: class=0x040100 card=0x59334352 chip=0x71958086 rev=0x00 hdr=0x00 pci bus 0x0 cardnum 0x00 function 0x0001: vendor 0x8086 device 0x7195 Intel Device unknown CardVendor 0x4352 card 0x5933 CLASS 0x04 0x01 0x00 REVISION 0x00 BASE0 0x00000001 addr 0x00000000 I/O BASE1 0x00000001 addr 0x00000000 I/O MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x02 INT_LINE 0x0b found-> vendor=0x8086, dev=0x7195, revid=0x00 class=04-01-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=b, irq=11 pci0: (vendor=0x8086, dev=0x7195) at 0.1 irq 11 ... is the target device. -- Regards, )))))) )))))) )))))) Kevin G. Eliuk )) )) )) )) )) )) http://www.FreeBSD.org )) "Change your operating system, )) )) )) )) )) and You can change your World." )))))) )))))) )))))) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jun 14 6:17:35 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from gate.consol.de (gate.consol.de [194.221.87.10]) by hub.freebsd.org (Postfix) with ESMTP id A41EF37BFF1 for ; Wed, 14 Jun 2000 06:17:31 -0700 (PDT) (envelope-from Michael.Elbel@consol.de) X-Envelope-Sender-Is: Michael.Elbel@consol.de (at relayer gate.consol.de) Received: from msgsrv.bb.consol.de (msgsrv.bb.consol.de [10.250.0.100]) by gate.consol.de (8.9.3/8.9.3) with ESMTP id PAA50161 for ; Wed, 14 Jun 2000 15:17:30 +0200 (CEST) (envelope-from Michael.Elbel@consol.de) Received: from vscanner.bb.consol.de (root@vscanner.bb.consol.de [10.250.0.120]) by msgsrv.bb.consol.de (8.8.8/8.8.8) with ESMTP id PAA27079 for ; Wed, 14 Jun 2000 15:17:30 +0200 Received: from fourier.int.consol.de (fourier.int.consol.de [10.0.1.17]) by vscanner.bb.consol.de (8.9.3/8.9.3) with ESMTP id PAA28068 for ; Wed, 14 Jun 2000 15:17:17 +0200 Received: (from me@localhost) by fourier.int.consol.de (8.9.3/8.9.3) id PAA04837 for mobile@freebsd.org; Wed, 14 Jun 2000 15:17:17 +0200 (CEST) (envelope-from me) Date: Wed, 14 Jun 2000 15:17:17 +0200 X-Amavis-approved: Yes From: Michael Elbel To: mobile@freebsd.org Subject: XFree86 and S3 Savage MX, anybody Message-ID: <20000614151716.B1100@consol.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have this here brandnew notebook (Asus 8400) with a S3 Savage MX graphics card. Unfortunately this isn't supported with XFree86 3.3.6 nor 4.0 (although the 3.3.6 documentation claims so :-) S3 has a patched Server available, alas only for Linux. So, the question: Has anybody managed to get such a thing working under FreeBSD in any decent way? I've even tried to run the Linux Server on FreeBSD (4.0, no less) but to no avail. Even though I can run other Linux apps without problem, the XF86_SVGA server complains about: ELF interpreter /lib/ld-linux.so.2 not found even though it's available in /compat/linux/lib. If I make a link to the actual /lib/ld-linux.so.2 it simply coredumps :-( Thanks in advance for any pointers - I'd really *hate* to have to run Linux on that box :-( Michael -- \|/ -O- Michael Elbel, ConSol* GmbH, - me@consol.de - 089 / 45841-256 /|\ Fermentation fault (coors dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jun 14 11:49:16 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id 93F7337C262 for ; Wed, 14 Jun 2000 11:49:11 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 9F8745DC6; Wed, 14 Jun 2000 11:49:10 -0700 (PDT) Date: Wed, 14 Jun 2000 11:49:10 -0700 From: Ron 'The InSaNe One' Rosson To: freebsd-mobile@freebsd.org Subject: APM Message-ID: <20000614114910.A74884@lunatic.oneinsane.net> Reply-To: Ron Rosson Mail-Followup-To: freebsd-mobile@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD lunatic.oneinsane.net 4.0-STABLE X-Moon: The Moon is Waxing Gibbous (96% of Full) X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane2-pgp5i.txt X-Uptime: 11:30AM up 3 days, 19:46, 1 user, load averages: 0.00, 0.00, 0.00 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Two little tiny issues that are wierd on my Fujitsi Lifebook E-360. When I do an APM it says number of batteries is 2 when there is only one in there. Other issue is not really wierd but I can not find the documentaion for the what the flags due in the kernel configuration file. APM version: 1.2 APM Managment: Enabled AC Line status: off-line Battery status: high Remaining battery life: 100% Remaining battery time: 2:18:00 Number of batteries: 2 Resume timer: disabled Resume on ring indicator: disabled APM Capacities: global standby state global suspend state resume timer from suspend apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 intpm0: port 0xff80-0xff8f irq 9 at device 7.3 on pci0 intpm0: I/O mapped ff80 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped ff00 device smbus0 device intpm0 device smb0 device apm0 at nexus? flags 0x20 # Advanced Power Management -- ------------------------------------------------------------------------------ Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was /dev/null and *void() ------------------------------------------------------------------------------ Never invoke anything bigger than your head. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jun 14 11:55:31 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.cdrom.com (adsl-63-206-88-224.dsl.snfc21.pacbell.net [63.206.88.224]) by hub.freebsd.org (Postfix) with ESMTP id D6C4B37BCD8 for ; Wed, 14 Jun 2000 11:55:29 -0700 (PDT) (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 LAA27142; Wed, 14 Jun 2000 11:59:28 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200006141859.LAA27142@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Ron Rosson Cc: freebsd-mobile@freebsd.org Subject: Re: APM In-reply-to: Your message of "Wed, 14 Jun 2000 11:49:10 PDT." <20000614114910.A74884@lunatic.oneinsane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jun 2000 11:59:28 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Two little tiny issues that are wierd on my Fujitsi Lifebook E-360. When > I do an APM it says number of batteries is 2 when there is only one in > there. Your BIOS may be lying. Or perhaps Fujitsu count differently. It's fairly harmless. 8) (My Dell box takes two batteries, and claims two even when there's only one inserted. Go figure...) > Other issue is not really wierd but I can not find the > documentaion for the what the flags due in the kernel configuration > file. It's documented in LINT, but as a general rule you should turn all the flags off. -- \\ 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 Jun 14 14: 8:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from Millions.Ca (h-207-228-120-32.gen.cadvision.com [207.228.120.32]) by hub.freebsd.org (Postfix) with ESMTP id 4021437B664 for ; Wed, 14 Jun 2000 14:08:33 -0700 (PDT) (envelope-from stacy@Millions.Ca) Received: (from uucp@localhost) by Millions.Ca (8.9.3/8.9.3) id PAA48945 for ; Wed, 14 Jun 2000 15:08:31 -0600 (MDT) (envelope-from stacy@Millions.Ca) Received: from Oak.Millions.Ca(192.168.64.1) via SMTP by mail-gw-0.millions.ca, id smtpdK48943; Wed Jun 14 15:08:30 2000 Received: from Millions.Ca (localhost.Millions.CA [127.0.0.1]) by oak.millions.ca (8.8.8/8.8.5) with SMTP id PAA26705 for freebsd-mobile@FreeBSD.ORG; Wed, 14 Jun 2000 15:08:23 -0600 (MDT) Message-Id: <200006142108.PAA26705@oak.millions.ca> Date: Wed, 14 Jun 2000 21:08:21 -0000 To: freebsd-mobile@FreeBSD.ORG Subject: disabling tapping From: "Stacy L. Millions" X-Mailer: TWIG 2.2.3 Reply-To: stacy@millions.ca Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a way of turning off the GlidePoint's tapping feature? I have created a kernel patch to ignore tapping (which has greatly reduced the frequency of my desires to toss my notebook out the window :-), but I thought I would ask if there was a better solution that I had missed. If its easier to patch the kernel source than read the documentation, you might be a hacker (with apologies to Jeff Foxworthy :-). -stacy -- Nothing spoils fun like finding out it builds character. - Calvin Stacy Millions stacy@millions.ca Millions Consulting Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jun 14 15:14:21 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 0E9D937B6E4 for ; Wed, 14 Jun 2000 15:14:17 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA82713; Wed, 14 Jun 2000 23:18:41 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA06775; Wed, 14 Jun 2000 23:18:32 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200006142218.XAA06775@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Randy Bush Cc: Brian Somers , FreeBSD Laptoppers , brian@hak.lan.Awfulhak.org Subject: Re: docomo In-Reply-To: Message from Randy Bush of "Tue, 13 Jun 2000 12:42:26 MDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 14 Jun 2000 23:18:27 +0100 From: Brian Somers Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > went from 9 to 10. same result. same result with new docomo card, > > Jun 13 10:45:25 roam pccardd[61]: Card "NTT DoCoMo"("Mobile Card P-in") [(null)] [(null)] has function ID 2 > Jun 13 10:45:30 roam /kernel: card0: assign sio3 iobase 0x2e8 irq 10 flags 0x80 > Jun 13 10:45:30 roam /kernel: sio3: configured irq 10 not in bitmap of probed irqs 0 I'd try continuing to muck about with the IRQs. The ``not in bitmap'' bit may be trying to say that irq 10 is invalid too... > > This is an interrupt problem. Try using a different IRQ. Some > > PCCARDs just can't use some IRQs. > > > > > Jun 13 09:48:06 roam pccardd[61]: Card "NTT DoCoMo"("Mobile D Card 96P1") [MDC96P1] [] matched "NTT DoCoMo" ("Mobile D Card 96P1") [(null)] [(null)] > > > > > > but, if i look through kermit at 19200, it only echos when i type extra > > > chars. > > > > > > and ppp configured as follows does not work. > > > > > > docomo: > > > set device /dev/cuaa3 > > > set speed 19200 > > > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0s11=90 OK \\dATDT\\T TIMEOUT 120 CONNECT" > > > set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin:--ogin:--ogin: roamP word: 0n-the-r0ad" > > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > > > set timeout 0 > > > set phone "00-33-1-xxx-xxx-xxxx" > > > > > > Jun 13 09:55:11 roam ppp[563]: Phase: Using interface: tun0 > > > Jun 13 09:55:11 roam ppp[563]: Phase: deflink: Created in closed state > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: default: set speed 57600 > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: default: set timeout 0 > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set device /dev/cuaa3 > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set speed 19200 > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0s11=90 OK \dATDT\T TIMEOUT 120 CONNECT > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set login ABORT NO\sCARRIER TIMEOUT 5 ogin:--ogin:--ogin:--ogin: haha word: dooled-ya > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set timeout 0 > > > Jun 13 09:55:11 roam ppp[563]: tun0: Command: docomo: set phone 00-33-1-xxx-xxx-xxxx-780-2132 > > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: PPP Started (background mode). > > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: bundle: Establish > > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: closed -> opening > > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: Connected! > > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: deflink: opening -> dial > > > Jun 13 09:55:11 roam ppp[564]: tun0: Phase: Phone: 00-33-1-xxx-xxx-xxxx > > > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: deflink: Dial attempt 1 of 1 > > > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: Send: AT^M > > > Jun 13 09:55:11 roam ppp[564]: tun0: Chat: Expect(5): OK > > > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Expect timeout > > > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Send: AT^M > > > Jun 13 09:55:16 roam ppp[564]: tun0: Chat: Expect(5): OK > > > Jun 13 09:55:21 roam ppp[564]: tun0: Chat: Expect timeout > > > Jun 13 09:55:21 roam ppp[564]: tun0: Warning: Chat script failed > > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: dial -> hangup > > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: Disconnected! > > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: Connect time: 10 secs: 0 octets in, 0 octets out > > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Jun 13 09:55:21 2000 > > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: deflink: hangup -> closed > > > Jun 13 09:55:21 roam ppp[564]: tun0: Phase: bundle: Dead -- 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 Thu Jun 15 7:34:45 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from hyperhost.net (hyperhost.net [207.159.132.249]) by hub.freebsd.org (Postfix) with ESMTP id 95A6437BB87 for ; Thu, 15 Jun 2000 07:34:42 -0700 (PDT) (envelope-from patseal@hyperhost.net) Received: from foobar.foobar.eyep.net (postfix@p4.a8.du.radix.net [207.192.132.132]) by hyperhost.net (8.9.3/8.9.3) with ESMTP id KAA06089 for ; Thu, 15 Jun 2000 10:34:40 -0400 (EDT) Received: by foobar.foobar.eyep.net (Postfix, from userid 1000) id DE768138261; Thu, 15 Jun 2000 10:31:44 -0400 (EDT) Date: Thu, 15 Jun 2000 10:31:44 -0400 From: Patrick Seal To: freebsd-mobile@freebsd.org Subject: Cyberblade i7 modelines Message-ID: <20000615103144.B85040@hyperhost.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: FreeBSD foobar.foobar.eyep.net 4.0-STABLE FreeBSD 4.0-STABLE Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've tried everything and looked everywhere but I can't get 16-bit color on my Iopener with XFree86 4.0. The max is 800x600 16-bit. I can get 8-bt 640x480 and 8-bit 800x600 ONLY. I've heard it works with X 3 but I can't get it to work with X 4. If you have ANY laptop with ANY cyberblade chipset running XFree86 4.0 I'd really like to see the relevent sections in your XF86Config Thanks, -- ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jun 15 9:18:17 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from lavender.yy.cs.keio.ac.jp (ppp159.dialup.st.keio.ac.jp [131.113.27.159]) by hub.freebsd.org (Postfix) with ESMTP id B083237B89B for ; Thu, 15 Jun 2000 09:18:10 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id BAA05897; Fri, 16 Jun 2000 01:17:55 +0900 (JST) Date: Fri, 16 Jun 2000 01:17:55 +0900 (JST) Message-Id: <200006151617.BAA05897@lavender.yy.cs.keio.ac.jp> To: Michael.Elbel@consol.de Cc: mobile@FreeBSD.ORG Subject: Re: XFree86 and S3 Savage MX, anybody In-Reply-To: Your message of "Wed, 14 Jun 2000 22:17:17 JST". <20000614151716.B1100@consol.de> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael.Elbel@consol.de wrote: >> Even though I can run other Linux apps without problem, the XF86_SVGA >> server complains about: >> ELF interpreter /lib/ld-linux.so.2 not found >> even though it's available in /compat/linux/lib. Please try below command. # brandelf -t Linux XF86_SVGA And some symlinks were needs like below: # ln -s /dev/console /compat/linux/dev/tty0 # ln -s /dev/ttyv0 /compat/linux/dev/tty1 # ln -s /dev/ttyv1 /compat/linux/dev/tty2 # ln -s /dev/ttyv2 /compat/linux/dev/tty3 # ln -s /dev/ttyv3 /compat/linux/dev/tty4 # ln -s /dev/ttyv4 /compat/linux/dev/tty5 # ln -s /dev/ttyv5 /compat/linux/dev/tty6 # ln -s /dev/ttyv6 /compat/linux/dev/tty7 # ln -s /dev/ttyv7 /compat/linux/dev/tty8 # ln -s /dev/ttyv8 /compat/linux/dev/tty9 # ln -s /dev/ttyv9 /compat/linux/dev/ttya If you could not run XF86_SVGA(Linux binary), please remove /compat/linux/tmp. My friend uses Linux XF86_SVGA binary under 4.0-RELEASE box, S3 Savage IX. http://www.sanpei.org/Laptop-X/Laptop-X/Toshiba_Dynabook_Satellite_4320 linux binary ftp://ftp.s3.com/pub/s3/desktop/395/395_xf86_1011.tar.gz Cheers. MIHIRA Yoshiro Yokohama Japan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jun 15 10:45:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from d135.p6.col.ru (d135.p6.col.ru [212.248.5.135]) by hub.freebsd.org (Postfix) with SMTP id 9F90A37C359 for ; Thu, 15 Jun 2000 10:45:15 -0700 (PDT) (envelope-from prettylady@freemail.ru) From: To: Date: ×̣, 15 è₫í 2000 20:43:24 +0400 Message-ID: <48021518428256322@d135.p6.col.ru> Subject: Hi, its for you ! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! We are Russian girls - Natali, Alla, Vika. We would like to correspond with you. Visit our site and see our photos. http://www.russiangirls.narod.ru/ With interest, Natali,Alla, Vika. P.S. (This is not spam. You can unsubscribe at any time by sending an email to prettylady@freemail.ru with the subject UNSUBSCRIBE.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jun 15 11:51:19 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 E7D8D37B7C4 for ; Thu, 15 Jun 2000 11:51:14 -0700 (PDT) (envelope-from sto@stat.Duke.EDU) Received: from feta.isds.duke.edu (feta.isds.duke.edu [152.3.22.76]) by isds.duke.edu (8.8.8/8.8.8) with ESMTP id OAA18159; Thu, 15 Jun 2000 14:51:13 -0400 (EDT) Received: (from sto@localhost) by feta.isds.duke.edu (8.9.3/8.9.3) id OAA09732; Thu, 15 Jun 2000 14:51:13 -0400 (EDT) (envelope-from sto) Date: Thu, 15 Jun 2000 14:50:53 -0400 From: "Sean O'Connell" To: Dan Yergeau Cc: FreeBSD mobile Subject: if_ed problems [was Re: Netgear ... sigh.] Message-ID: <20000615145053.U8955@stat.Duke.EDU> Reply-To: "Sean O'Connell" References: <20000614000817.C4496@stat.Duke.EDU> <200006140748.AAA18256@gloworm.Stanford.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200006140748.AAA18256@gloworm.Stanford.EDU>; from yergeau@gloworm.Stanford.EDU on Wed, Jun 14, 2000 at 12:48:44AM -0700 X-Organization: Institute of Statistics and Decision Sciences Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dan Yergeau stated: > Sean O'Connell had written: [ much snippage] > >Even though I can get the Linksys 10/100 card to be probed and attached, > >I get absolutely abyssmal performance out of it (almost like a duplex > >mismatch and if_ed doesn't appear to support media/mediaopt settings) > >on a 10 (only) hub. > > > >scp'ing a good size file may take 25 or 30 seconds > >using an older card (eg. Linksys EC2T) but will take like 25 minutes > >using this newer card. Do you get decent performance out of your > >Linksys card? > > I've mostly had it attached to cheapo Netgear EN104 10BaseT hub > (private home network NAT'd to a PPPoE-based DSL connection). > Besides the DSL modem and the Linksys PCMPC100, the other NIC on the > hub is an old 3COM 3C595 Fast Etherlink III PCI, using the vx driver > (which only supports 10Mbps mode). I see about 700Kbps in either > direction between the Linksys PCMPC100 V2 and the Etherlink III, but > the collision light on the hub is lit solid during these transfers, > so something isn't working optimally. IIRC, I was seeing about > 1.1MBps when connected to a 100Mbps switch (1.5MBps is about the > limit of any 16-bit PCMCIA network card; to get more you need to go > with 32-bit CardBus, but I've gotten conflicting stories about the > extent of CardBus support in 4.0). > > BTW, not only doesn't if_ed not support media/mediaopt, but it also > doesn't seem to collect statistics (e.g. bytes, good packets, > collisions, and errors). Have a look at the output from "netstat -I > ed0 1". Note that although the vx does report bytes and packets > transferred in/out, it doesn't report any collision under the above > conditions. With a hub, it should be seeing the collisions. > > Given your performance, if_ed seems to dropping packets in such a > way that the dropped packets aren't being detected as collisions or > passed up the network stack (incomplete packets from an > underrun/overrun). The only advice I have is to add debugging code > to the driver to try to figure out why it is dropping packets, then > file a PR and/or post your findings to freebsd-mobile. Dan- [Note: I am cc'ing FreeBSD mobile ] I backed if_ed.c (still need the if (1) hack) and if_ed_pccard.c back to the 4.0-RELEASE code and suddenly, I am getting more reasonable performance (or at least reasonable performance :). I will try and see if it is one or the or both, but I just wanted to let folks know that something is pretty wrong with some post 4.0-RELEASE code at least as far as the Linksys 10/100 PCM100 (integrated PC Card) is concerned. Thanks 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 Jun 15 23:47:56 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sohara.dyndns.org (pooh.elsevier.nl [145.36.13.27]) by hub.freebsd.org (Postfix) with ESMTP id 5D86337BDA9 for ; Thu, 15 Jun 2000 23:47:52 -0700 (PDT) (envelope-from steve@sohara.dyndns.org) Received: (from steve@localhost) by sohara.dyndns.org (8.9.3/8.9.3) id UAA01136; Thu, 15 Jun 2000 20:36:18 +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: <20000611173603.A204@dialin-client.earthlink.net> Date: Thu, 15 Jun 2000 20:36:17 +0100 (IST) From: "Steve O'Hara-Smith" To: cjclark@alum.mit.edu Subject: RE: Multi-Location Configuration Cc: freebsd-mobile@FreeBSD.ORG Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12-Jun-00 Crist J. Clark wrote: > Oh, and as one other aside about startup, getting mice to be > "auto-detected." Sometimes I plug in a three-button serial mouse (it's > not that the builtin trackball on my DELL is a pain, I actually find > it quite usable, but it only is two-button). Anyone have a method to > auto-detect a serial mouse? moused is your friend. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jun 16 0:46:30 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 0F2D237BA70 for ; Fri, 16 Jun 2000 00:46:27 -0700 (PDT) (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 e5G7kO957694 for ; Fri, 16 Jun 2000 09:46:25 +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 JAA11049 for ; Fri, 16 Jun 2000 09:46:24 +0200 (MET DST) Received: (from michel@localhost) by rose.lpthe.jussieu.fr (8.9.3/8.9.3) id JAA00397 for freebsd-mobile@FreeBSD.ORG; Fri, 16 Jun 2000 09:46:24 +0200 (CEST) (envelope-from michel) Date: Fri, 16 Jun 2000 09:46:24 +0200 From: Michel Talon To: freebsd-mobile@FreeBSD.ORG Subject: Re: Multi-Location Configuration Message-ID: <20000616094624.B349@lpthe.jussieu.fr> Mail-Followup-To: freebsd-mobile@FreeBSD.ORG References: <20000611173603.A204@dialin-client.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jun 15, 2000 at 08:36:17PM +0100, Steve O'Hara-Smith wrote: > > On 12-Jun-00 Crist J. Clark wrote: > > Oh, and as one other aside about startup, getting mice to be > > "auto-detected." Sometimes I plug in a three-button serial mouse (it's > > not that the builtin trackball on my DELL is a pain, I actually find > > it quite usable, but it only is two-button). Anyone have a method to > > auto-detect a serial mouse? > > moused is your friend. > Moreover, at least on my Dell laptop, there are BIOS settings to the effect that when you plug an external mouse, the touchpad is replaced by the mouse and you have absolutely nothing to do to make it work. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- Michel Talon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jun 16 0:59: 5 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from sohara.dyndns.org (pooh.elsevier.nl [145.36.13.27]) by hub.freebsd.org (Postfix) with ESMTP id 68DC137B538 for ; Fri, 16 Jun 2000 00:59:02 -0700 (PDT) (envelope-from steve@sohara.dyndns.org) Received: (from steve@localhost) by sohara.dyndns.org (8.9.3/8.9.3) id JAA02325; Fri, 16 Jun 2000 09:06:09 +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: <20000616094624.B349@lpthe.jussieu.fr> Date: Fri, 16 Jun 2000 09:06:09 +0100 (IST) From: "Steve O'Hara-Smith" To: Michel Talon Subject: Re: Multi-Location Configuration Cc: freebsd-mobile@FreeBSD.ORG Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 16-Jun-00 Michel Talon wrote: > Moreover, at least on my Dell laptop, there are BIOS settings to the effect > that when you plug an external mouse, the touchpad is replaced by the mouse > and you have absolutely nothing to do to make it work. I rather think that (as on my Compaq and no-namer) this only works for the PS/2 mouse and not for a serial mouse. Moused can manage with multiple mice on multiple interfaces all running at once (I've never tried more than PS/2 and a couple of serial mice together but with USB mice you could in theory get really silly). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jun 16 3:39:27 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 03E7737BE82 for ; Fri, 16 Jun 2000 03:39:16 -0700 (PDT) (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 e5GAdC911431 ; Fri, 16 Jun 2000 12:39:13 +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 MAA13322 ; Fri, 16 Jun 2000 12:39:12 +0200 (MET DST) Received: (from michel@localhost) by rose.lpthe.jussieu.fr (8.9.3/8.9.3) id MAA00622; Fri, 16 Jun 2000 12:39:12 +0200 (CEST) (envelope-from michel) Date: Fri, 16 Jun 2000 12:39:12 +0200 From: Michel Talon To: "Steve O'Hara-Smith" Cc: freebsd-mobile@freebsd.org Subject: Re: Multi-Location Configuration Message-ID: <20000616123912.A610@lpthe.jussieu.fr> Mail-Followup-To: Steve O'Hara-Smith , freebsd-mobile@freebsd.org References: <20000616094624.B349@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 16, 2000 at 09:06:09AM +0100, Steve O'Hara-Smith wrote: > > On 16-Jun-00 Michel Talon wrote: > > Moreover, at least on my Dell laptop, there are BIOS settings to the effect > > that when you plug an external mouse, the touchpad is replaced by the mouse > > and you have absolutely nothing to do to make it work. > > I rather think that (as on my Compaq and no-namer) this only works for > the PS/2 mouse and not for a serial mouse. Moused can manage with multiple mice > on multiple interfaces all running at once (I've never tried more than PS/2 and > a couple of serial mice together but with USB mice you could in theory get > really silly). > > Of course you are right, i had not flashed on the word serial. -- Michel Talon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jun 16 5:10:11 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mail1.aasp.net (76-3.aasp.net [140.186.76.3]) by hub.freebsd.org (Postfix) with ESMTP id C17A837B68E for ; Fri, 16 Jun 2000 05:10:03 -0700 (PDT) (envelope-from jules@aasp.net) Received: from aasp.net (76-132.aasp.net [140.186.76.132]) by mail1.aasp.net (8.9.1b+Sun/8.9.1) with ESMTP id IAA18087 for ; Fri, 16 Jun 2000 08:13:23 -0400 (EDT) Message-ID: <394A1924.2A6EA2E9@aasp.net> Date: Fri, 16 Jun 2000 08:10:12 -0400 From: Jules Gilbert X-Mailer: Mozilla 4.61 [en] (OS/2; I) X-Accept-Language: en MIME-Version: 1.0 To: mobile@FreeBSD.ORG Subject: CDPD service with OS/2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, folks: First, please don't jump and shout at me, though I know this is not an OS/2 group... I am just a hapless programmer trying to make CDPD work for me -- and while I run BSD on my own laptop, I have to support my friends who run CDPD services with OS/2, and I have not the first idea of how to do this. Is anyone in this group familiar with the problem... By the way, I am trying to migrate my little group over to BSD, but it's not a techie group, some are aliens (and believe me or not, not all aliens are technical!), and the rest are down-to-earth work-a-day world types, including a builder and a policeman. Trust me, it's all I can do to keep them away from Microsoft's sweet but deadly siren songs'. If someone is able to help me, I promise to show them the future (each day just one day ahead) for an entire month, and don't think I'm joking, I'm not. Sincerely, Jules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jun 16 8: 2:15 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 1223B37B6E3 for ; Fri, 16 Jun 2000 08:02:13 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e5GF2Cn04874 for ; Fri, 16 Jun 2000 08:02:12 -0700 (PDT) Message-Id: <200006161502.e5GF2Cn04874@ptavv.es.net> To: freebsd-mobile@freebsd.org Subject: wicontrol when WaveLAN card is inserted Date: Fri, 16 Jun 2000 08:02:12 -0700 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I tried sending this to questions, but have had no responses, so I'm escalating it to the experts. How can I get wicontrol to run when the WaveLAN card is inserted? I tried the obvious and added the line insert /usr/sbin/wicontrol -i wi0 -p 1 after the pccard_ether command in pccard.conf, but it seemed to have no effect. Manually executing this command made the card switch modes and start to operate, but I'd like it to simply work. Thanks, 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 Fri Jun 16 8:20:59 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 7A9B137C004 for ; Fri, 16 Jun 2000 08:20:51 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 132xvN-00019o-00 for freebsd-mobile@freebsd.org; Fri, 16 Jun 2000 11:20:49 -0400 Date: Fri, 16 Jun 2000 11:20:49 -0400 From: Peter Radcliffe To: freebsd-mobile@freebsd.org Subject: Re: wicontrol when WaveLAN card is inserted Message-ID: <20000616112048.A3781@pir.net> Mail-Followup-To: freebsd-mobile@freebsd.org References: <200006161502.e5GF2Cn04874@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200006161502.e5GF2Cn04874@ptavv.es.net>; from oberman@es.net on Fri, Jun 16, 2000 at 08:02:12AM -0700 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kevin Oberman probably said: > How can I get wicontrol to run when the WaveLAN card is inserted? I > tried the obvious and added the line > insert /usr/sbin/wicontrol -i wi0 -p 1 > after the pccard_ether command in pccard.conf, but it seemed to have > no effect. Manually executing this command made the card switch modes > and start to operate, but I'd like it to simply work. Some people I know are doing config like that, although most are using insert /usr/sbin/wicontrol -i $device -p 1 in case it doesn't end up being 0 for some odd reason. I added some configuration variables to the PAO pccard_ether scripts and set it all up in rc.conf, which means I can change the configs without restarting pccardd. You should be able to do similar to the 4.0 pccard_ether. I much prefer the PAO style pccard_ether scripts and config variables - the 4.0 ones don't seem to let you have different IPs for different network cards. Are there any plans to extend the 4.0 scripts to be more like the PAO style, or was this change intentional ? (The old PAO pccard_ether* scripts work fine on a 4.0 machine). 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 Fri Jun 16 10:33: 4 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from peony.ezo.net (peony.ezo.net [206.102.130.11]) by hub.freebsd.org (Postfix) with ESMTP id D5EB137B91F for ; Fri, 16 Jun 2000 10:32:52 -0700 (PDT) (envelope-from jflowers@peony.ezo.net) Received: from localhost (jflowers@localhost) by peony.ezo.net (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id e5GHXHe95391; Fri, 16 Jun 2000 13:33:17 -0400 (EDT) Date: Fri, 16 Jun 2000 13:33:16 -0400 (EDT) From: Jim Flowers To: Kevin Oberman Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: wicontrol when WaveLAN card is inserted In-Reply-To: <200006161502.e5GF2Cn04874@ptavv.es.net> 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 Put the parameters you want in a script e. g. start_wi, one parameter per line (wicontrol -i wi0) and identify that to insert. Make it executable, I think. Jim Flowers #4 ranked ISP on C|NET #1 in Ohio On Fri, 16 Jun 2000, Kevin Oberman wrote: > I tried sending this to questions, but have had no responses, so I'm > escalating it to the experts. > > How can I get wicontrol to run when the WaveLAN card is inserted? I > tried the obvious and added the line > insert /usr/sbin/wicontrol -i wi0 -p 1 > after the pccard_ether command in pccard.conf, but it seemed to have > no effect. Manually executing this command made the card switch modes > and start to operate, but I'd like it to simply work. > > Thanks, > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jun 16 10:35:13 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 36D4A37B865 for ; Fri, 16 Jun 2000 10:35:10 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e5GHZ2n04175; Fri, 16 Jun 2000 10:35:02 -0700 (PDT) Message-Id: <200006161735.e5GHZ2n04175@ptavv.es.net> To: Peter Radcliffe Cc: freebsd-mobile@freebsd.org Subject: Re: wicontrol when WaveLAN card is inserted In-reply-to: Your message of "Fri, 16 Jun 2000 11:20:49 EDT." <20000616112048.A3781@pir.net> Date: Fri, 16 Jun 2000 10:35:02 -0700 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Date: Fri, 16 Jun 2000 11:20:49 -0400 > From: Peter Radcliffe > Sender: owner-freebsd-mobile@FreeBSD.ORG > > Some people I know are doing config like that, although most are using > > insert /usr/sbin/wicontrol -i $device -p 1 > > in case it doesn't end up being 0 for some odd reason. Thanks for the suggestions. They started me looking in the right places. I'm now using $device, which probably will never make a difference but is certainly good practice. But the real problem was probably that I needed to do the wicontrol BEFORE the pccard_ether and I was doing it after. Since pccard_ether could not complete until the card could talk, it would simply hang. Since I don't have an 802.11 net running here, I can't swear that it's working, but I suspect that it is. It would be nice to get this documented, as it's all clear to me now, but until you start to understand how the pccard stuff plays, it's not at all obvious and I'm sure that I'm not the only one who has had this problem. (I was talking to someone at the NANOG meeting Monday and Tuesday of this week who was having exactly the same problem.) I'm just not sure if it should be in wicontrol or pccardd man pages. I'd probably put it in wicontrol, but it probably belongs in the (nonexistant) man page for pccard_ether. I'd add the following to DESCRIPTION section: "If used to configure the interface when the card in inserted, the wicontrol command(s) must be executed prior to any commands that require a functional interface." Yes, this should be obvious, but it really is not. Especially if you have no idea what pccard_ether does. 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 Fri Jun 16 12:29: 2 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from zmail6.easynet.fr (email.easynet.fr [195.114.64.207]) by hub.freebsd.org (Postfix) with SMTP id 0050B37B7B2 for ; Fri, 16 Jun 2000 12:28:54 -0700 (PDT) (envelope-from fonvi@easynet.fr) Received: (qmail 12959 invoked from network); 16 Jun 2000 19:28:53 -0000 Received: from mailgate2.easynet.fr (192.168.1.3) by mailserver.easynet.fr with QMQP; 16 Jun 2000 19:28:53 -0000 Received: from adsl-92-1-170.pops.easynet.fr (HELO vobiscum.styx.org) (212.11.34.170) by mrelay2.easynet.fr with SMTP; 16 Jun 2000 19:28:52 -0000 Received: (from marc@localhost) by vobiscum.styx.org (8.9.3/8.9.3/ - 6/08/98) id VAA06771; Fri, 16 Jun 2000 21:29:23 +0200 (CEST) (envelope-from marc) Date: Fri, 16 Jun 2000 21:29:23 +0200 From: Marc Fonvieille To: "Kevin G. Eliuk" Cc: freebsd-mobile@freebsd.org, freebsd-multimedia@freebsd.org, phthin@club-internet.fr Subject: Re: Acer 507T Notebook Question[s] Message-ID: <20000616212923.A6254@vobiscum.styx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3947153F.103DD69B@dccnet.com>; from kg@dccnet.com on Tue, Jun 13, 2000 at 10:16:48PM -0700 X-Useless-Header: Black Metal inc. X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 13, 2000 at 10:16:48PM -0700, Kevin G. Eliuk wrote: > Device: 0 > Function: 1 > Device Class: 04H 01H (00H) Audio MultiMedia Device > Vendor ID: Intel > Device ID: 7195H > Interupt: 11 > > SO ... > > > none0@pci0:0:1: class=0x040100 card=0x59334352 chip=0x71958086 rev=0x00 hdr=0x00 > > pci bus 0x0 cardnum 0x00 function 0x0001: vendor 0x8086 device 0x7195 > Intel Device unknown > CardVendor 0x4352 card 0x5933 > CLASS 0x04 0x01 0x00 REVISION 0x00 > BASE0 0x00000001 addr 0x00000000 I/O > BASE1 0x00000001 addr 0x00000000 I/O > MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x02 INT_LINE 0x0b > > found-> vendor=0x8086, dev=0x7195, revid=0x00 > class=04-01-00, hdrtype=0x00, mfdev=0 > subordinatebus=0 secondarybus=0 > intpin=b, irq=11 > > > pci0: (vendor=0x8086, dev=0x7195) at 0.1 irq 11 > > ... is the target device. > I've got the same notebook... and the same problem. vendor=0x8086, dev=0x7195 <-- it's the id of Intel 440MX chipset 0x59334352 <-- it's the id of Cirrus CS4299 (an AC 97 codec) The 440MX is used as an AC97 codec controller for the CS4299 Alsa driver support Intel 8x0 chipsets (Intel 82801AA,82901AB,i810, i820,i830,i840,MX440), so with alsa driver under linux we can have sound. If someone could port this driver to FreeBSD, it will be great. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 8: 8:39 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from zmail6.easynet.fr (email.easynet.fr [195.114.64.207]) by hub.freebsd.org (Postfix) with SMTP id 5E69337B646 for ; Sat, 17 Jun 2000 08:08:36 -0700 (PDT) (envelope-from fonvi@easynet.fr) Received: (qmail 57917 invoked from network); 17 Jun 2000 15:08:32 -0000 Received: from mailgate3.easynet.fr (192.168.1.4) by mailserver.easynet.fr with QMQP; 17 Jun 2000 15:08:32 -0000 Received: from adsl-92-1-170.pops.easynet.fr (HELO vobiscum.styx.org) (212.11.34.170) by mrelay3.easynet.fr with SMTP; 17 Jun 2000 15:06:55 -0000 Received: (from marc@localhost) by vobiscum.styx.org (8.9.3/8.9.3/ - 6/08/98) id RAA01605 for freebsd-mobile@freebsd.org; Sat, 17 Jun 2000 17:09:15 +0200 (CEST) (envelope-from marc) Date: Sat, 17 Jun 2000 17:09:15 +0200 From: Marc Fonvieille To: freebsd-mobile@freebsd.org Subject: RE: 4.0-RELEASE, Netgear FA410TXC, device timeout Message-ID: <20000617170915.A1296@vobiscum.styx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Useless-Header: Black Metal inc. X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I also have this problem. I modified if_ed.c to have correct probe (good mac address) but i can't use this card for networking (device timeout...) :((( I bought this card cause i saw it in /etc/defaults/pccard.conf, but i think i made a mistake... If someone could find a solution, it will be great. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 9:30:15 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from wicket.ci.net.ua (noc-hole-gw.ci.net.ua [212.86.98.85]) by hub.freebsd.org (Postfix) with ESMTP id 8B1C937BA99 for ; Sat, 17 Jun 2000 09:30:08 -0700 (PDT) (envelope-from acid@cn.ua) Received: from localhost (acid@localhost) by wicket.ci.net.ua (8.9.3/8.9.3) with ESMTP id TAA36765 for ; Sat, 17 Jun 2000 19:30:02 +0300 (EEST) Date: Sat, 17 Jun 2000 19:30:00 +0300 (EEST) From: Michael Vasilenko X-Sender: acid@wicket.ci.net.ua To: freebsd-mobile@freebsd.org Subject: TI1225 + WaveLAN/PCMCIA - saga continues 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 Hello to all ! Recently (29 may), some changes was commited to FreeBSD source tree (/usr/src/sys/pci/pcic*) to better init of TI chipset. But this combination (TI1225 with Lucent WaveLAN/IEEE) still doesn't work for me - I can ifconfig device wi0, but when trying to ping some host, I've got: wi0: device timeout wi0: tx buffer allocation failed wi0: xmit failed PS. No IRQ/IO problems Anyone got working TI1225 + WaveLAN on desktop system? -- Michael Vasilenko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 11: 6: 5 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 98DFE37B6AF for ; Sat, 17 Jun 2000 11:06:02 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 133Myd-0001nx-00 for freebsd-mobile@freebsd.org; Sat, 17 Jun 2000 14:05:51 -0400 Date: Sat, 17 Jun 2000 14:05:50 -0400 From: Peter Radcliffe To: freebsd-mobile@freebsd.org Subject: Re: TI1225 + WaveLAN/PCMCIA - saga continues Message-ID: <20000617140550.A6909@pir.net> Mail-Followup-To: freebsd-mobile@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from acid@cn.ua on Sat, Jun 17, 2000 at 07:30:00PM +0300 X-fish: < Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael Vasilenko probably said: > wi0: device timeout > wi0: tx buffer allocation failed > wi0: xmit failed I get these problems when the memory locations made available to the card are wrong or not actually available even if they seem available. Try changing the io slot in pccard.conf > PS. No IRQ/IO problems I wouldn't be 100% sure about that. 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 Sat Jun 17 11:30:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-206-88-224.dsl.snfc21.pacbell.net [63.206.88.224]) by hub.freebsd.org (Postfix) with ESMTP id 87BFC37B76E for ; Sat, 17 Jun 2000 11:30:34 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id LAA00874; Sat, 17 Jun 2000 11:35:24 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200006171835.LAA00874@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Marc Fonvieille Cc: freebsd-mobile@freebsd.org Subject: Re: 4.0-RELEASE, Netgear FA410TXC, device timeout In-reply-to: Your message of "Sat, 17 Jun 2000 17:09:15 +0200." <20000617170915.A1296@vobiscum.styx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 17 Jun 2000 11:35:24 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Either you have cable issues, or you're using an interrupt that's not free. Use a different interrupt. > I also have this problem. > > I modified if_ed.c to have correct probe (good mac address) but i can't > use this card for networking (device timeout...) :((( > > I bought this card cause i saw it in /etc/defaults/pccard.conf, but i > think i made a mistake... > > If someone could find a solution, it will be great. > > Marc > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- \\ 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 Sat Jun 17 11:45:12 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202]) by hub.freebsd.org (Postfix) with ESMTP id 8017B37B6AF for ; Sat, 17 Jun 2000 11:45:09 -0700 (PDT) (envelope-from darrylo@sr.hp.com) Received: from l3107mxr.atl.hp.com (l3107mxr.atl.hp.com [15.19.254.19]) by atlrel2.hp.com (Postfix) with ESMTP id 21BEC82C; Sat, 17 Jun 2000 14:45:08 -0400 (EDT) Received: from mina.soco.agilent.com (mina.sr.hp.com [15.4.42.247]) by l3107mxr.atl.hp.com (Postfix) with ESMTP id 52B6A4FD8E; Sat, 17 Jun 2000 13:45:03 -0400 (EDT) Received: (from darrylo@localhost) by mina.soco.agilent.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.0) id LAA02449; Sat, 17 Jun 2000 11:45:00 -0700 (PDT) From: Darryl Okahata Message-Id: <200006171845.LAA02449@mina.soco.agilent.com> Subject: Re: TI1225 + WaveLAN/PCMCIA - saga continues To: acid@cn.ua (Michael Vasilenko) Date: Sat, 17 Jun 100 11:45:00 -0700 (PDT) Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: from "Michael Vasilenko" at Jun 17, 0 07:30:00 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael Vasilenko wrote: > Recently (29 may), some changes was commited to FreeBSD source tree > (/usr/src/sys/pci/pcic*) to better init of TI chipset. > > But this combination (TI1225 with Lucent WaveLAN/IEEE) still > doesn't work for me - I can ifconfig device wi0, but when trying > to ping some host, I've got: IIRC, you're using the PCI version of the PCMCIA adapter. If so, it now appears that PCI PCMCIA adapters don't work with FreeBSD; if you want to use the WaveLan cards, you need to get the ISA adapter. -- Darryl Okahata darrylo@soco.agilent.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Agilent Technologies, or of the little green men that have been following him all day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 13:53:20 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id 0A89537B6BE for ; Sat, 17 Jun 2000 13:53:17 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: from ragnet.demon.co.uk ([158.152.46.40]) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 133Paa-000GMl-0K for freebsd-mobile@freebsd.org; Sat, 17 Jun 2000 20:53:13 +0000 Received: from dmlb by ragnet.demon.co.uk with local (Exim 3.03 #1) id 133NM0-000O9C-00 for freebsd-mobile@freebsd.org; Sat, 17 Jun 2000 19:30:00 +0100 Content-Length: 970 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: Sat, 17 Jun 2000 19:30:00 +0100 (BST) From: Duncan Barclay To: freebsd-mobile@freebsd.org Subject: Slight twist on the "Laptop living on more than one network" issue Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I have a slightly different problem to the network problems when moving laptops from one location to another. I have both wired and wireless LANs at home - and I want to be able to move my laptop between them easily. However, there are now problems at both ends of the system. Some I have solved using bind, dhcp and dynamic DNS but NFS is a real headache - mountd doesn't like IP addresses to change etc. Any ideas on how I can make the wireless and wired LANs look the same? I would like to avoid bridging the two subnets as the wireless LAN is only 2Mb/s (the FreeBSD bridging code doesn't do filtering). Is there something I could do with ipfw/NAT/proxy arp/...? Duncan --- ________________________________________________________________________ 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 Sat Jun 17 14:10: 0 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from zmail6.easynet.fr (email.easynet.fr [195.114.64.207]) by hub.freebsd.org (Postfix) with SMTP id E8E6337B5D1 for ; Sat, 17 Jun 2000 14:09:56 -0700 (PDT) (envelope-from fonvi@easynet.fr) Received: (qmail 79803 invoked from network); 17 Jun 2000 21:09:53 -0000 Received: from mailgate2.easynet.fr (192.168.1.3) by mailserver.easynet.fr with QMQP; 17 Jun 2000 21:09:53 -0000 Received: from adsl-92-1-170.pops.easynet.fr (HELO vobiscum.styx.org) (212.11.34.170) by mrelay2.easynet.fr with SMTP; 17 Jun 2000 21:09:52 -0000 Received: (from marc@localhost) by vobiscum.styx.org (8.9.3/8.9.3/ - 6/08/98) id WAA36901 for freebsd-mobile@freebsd.org; Sat, 17 Jun 2000 22:58:42 +0200 (CEST) (envelope-from marc) Date: Sat, 17 Jun 2000 22:58:42 +0200 From: Marc Fonvieille To: freebsd-mobile@freebsd.org Subject: Re: 4.0-RELEASE, Netgear FA410TXC, device timeout Message-ID: <20000617225842.A36405@vobiscum.styx.org> References: <20000617170915.A1296@vobiscum.styx.org> <200006171835.LAA00874@mass.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: <200006171835.LAA00874@mass.osd.bsdi.com>; from msmith@freebsd.org on Sat, Jun 17, 2000 at 11:35:24AM -0700 X-Useless-Header: Black Metal inc. X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 17, 2000 at 11:35:24AM -0700, Mike Smith wrote: > > Either you have cable issues, or you're using an interrupt that's not > free. Use a different interrupt. > My UTP cable is ok (i test it between to other boxes) and i've tried 3 different free interrutps without anything else than ping: sendto: Host is down and 'ed0: device timeout' message in the kernel log. Marc timeout» as result. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 14:30:23 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-206-88-224.dsl.snfc21.pacbell.net [63.206.88.224]) by hub.freebsd.org (Postfix) with ESMTP id DE0ED37B63C for ; Sat, 17 Jun 2000 14:30:20 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id OAA01381; Sat, 17 Jun 2000 14:35:10 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200006172135.OAA01381@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Marc Fonvieille Cc: freebsd-mobile@freebsd.org Subject: Re: 4.0-RELEASE, Netgear FA410TXC, device timeout In-reply-to: Your message of "Sat, 17 Jun 2000 22:58:42 +0200." <20000617225842.A36405@vobiscum.styx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sat, 17 Jun 2000 14:35:10 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Sat, Jun 17, 2000 at 11:35:24AM -0700, Mike Smith wrote: > > = > > Either you have cable issues, or you're using an interrupt that's not= = > > free. Use a different interrupt. > > > My UTP cable is ok (i test it between to other boxes) and i've tried 3 > different free interrutps without anything else than = > = > ping: sendto: Host is down > = > and 'ed0: device timeout' message in the kernel log. These interrupts aren't free, obviously. Most laptops don't _have_ three= = free interrupts, either. 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 Sat Jun 17 14:30:48 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-206-88-224.dsl.snfc21.pacbell.net [63.206.88.224]) by hub.freebsd.org (Postfix) with ESMTP id ED5D037B63C for ; Sat, 17 Jun 2000 14:30:46 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id OAA01365; Sat, 17 Jun 2000 14:34:23 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200006172134.OAA01365@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Duncan Barclay Cc: freebsd-mobile@freebsd.org Subject: Re: Slight twist on the "Laptop living on more than one network" issue In-reply-to: Your message of "Sat, 17 Jun 2000 19:30:00 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 17 Jun 2000 14:34:23 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have both wired and wireless LANs at home - and I want to be able to move my > laptop between them easily. However, there are now problems at both ends of the > system. Some I have solved using bind, dhcp and dynamic DNS but NFS is a real > headache - mountd doesn't like IP addresses to change etc. Make the host you mount _from_ one that's not on either network; if you hide the route(s) between the hosts, but leave the endpoints the same, you should be in business. (It's a little harder if the laptop is the NFS server, but not impossible.) -- \\ 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 Sat Jun 17 14:33:40 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 297EA37B70E for ; Sat, 17 Jun 2000 14:33:38 -0700 (PDT) (envelope-from randy@psg.com) Received: from randy by rip.psg.com with local (Exim 3.13 #1) id 133QDb-0004IC-00; Sat, 17 Jun 2000 14:33:31 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Duncan Barclay Cc: freebsd-mobile@freebsd.org Subject: Re: Slight twist on the "Laptop living on more than one network" issue References: Message-Id: Date: Sat, 17 Jun 2000 14:33:31 -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I have both wired and wireless LANs at home - and I want to be able to > move my laptop between them easily. However, there are now problems at > both ends of the system. Some I have solved using bind, dhcp and dynamic > DNS but NFS is a real headache - mountd doesn't like IP addresses to > change etc. i do the same. i have dhcpd.conf set to assign the same ip address to my laptop ether as it assigns to the wireless. as my sony 505 has only one pcmcia card, there is no chance of a conflict. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 16:30:38 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id DDCAE37B534 for ; Sat, 17 Jun 2000 16:30:35 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: from ragnet.demon.co.uk ([158.152.46.40]) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 133S2s-000Lk4-0K; Sat, 17 Jun 2000 23:30:34 +0000 Received: from dmlb by ragnet.demon.co.uk with local (Exim 3.03 #1) id 133QzN-0009h0-00; Sat, 17 Jun 2000 23:22:53 +0100 Content-Length: 745 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 In-Reply-To: Date: Sat, 17 Jun 2000 23:22:53 +0100 (BST) From: Duncan Barclay To: Randy Bush Subject: Re: Slight twist on the "Laptop living on more than one network" Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Jun-00 Randy Bush wrote: > i do the same. i have dhcpd.conf set to assign the same ip address to my > laptop ether as it assigns to the wireless. as my sony 505 has only one > pcmcia card, there is no chance of a conflict. > > randy How many other wireless devices do have? I have one FreeBSD box that is the internet gateway (via dialup). This box has wired and wireless NICs, I don't have an access point How do you get the routing right? Duncan --- ________________________________________________________________________ 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 Sat Jun 17 16:30:43 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 8A02337B784; Sat, 17 Jun 2000 16:30:37 -0700 (PDT) (envelope-from dmlb@ragnet.demon.co.uk) Received: from ragnet.demon.co.uk ([158.152.46.40]) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 133S2u-0001xX-0U; Sun, 18 Jun 2000 00:30:36 +0100 Received: from dmlb by ragnet.demon.co.uk with local (Exim 3.03 #1) id 133Rim-000A7v-00; Sun, 18 Jun 2000 00:09:49 +0100 Content-Length: 1368 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 In-Reply-To: <200006172134.OAA01365@mass.osd.bsdi.com> Date: Sun, 18 Jun 2000 00:09:48 +0100 (BST) From: Duncan Barclay To: Mike Smith Subject: Re: Slight twist on the "Laptop living on more than one network" Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Jun-00 Mike Smith wrote: >> I have both wired and wireless LANs at home - and I want to be able to move >> my >> laptop between them easily. However, there are now problems at both ends of >> the >> system. Some I have solved using bind, dhcp and dynamic DNS but NFS is a >> real >> headache - mountd doesn't like IP addresses to change etc. > > Make the host you mount _from_ one that's not on either network; if you > hide the route(s) between the hosts, but leave the endpoints the same, > you should be in business. Good suggestion iff number of machines > 2! This is a bit tricky as I only have one solid machine and the laptop. My other machines are a 486-66 crash-box (building RELENG_4 world as I write) and a -current crash box. What I may eventually have to do is make one of these two into a router. However I seem to have managed to sort NFS out. I've used the network and mask combo twice in /etc/exports. > (It's a little harder if the laptop is the NFS server, but not > impossible.) It would be nice, but not essential to serve from the laptop. Duncan --- ________________________________________________________________________ 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 Sat Jun 17 16:34:11 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id B9A1937B64D for ; Sat, 17 Jun 2000 16:34:08 -0700 (PDT) (envelope-from randy@psg.com) Received: from randy by rip.psg.com with local (Exim 3.13 #1) id 133S6H-0004vp-00; Sat, 17 Jun 2000 16:34:05 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Duncan Barclay Cc: freebsd-mobile@freebsd.org Subject: Re: Slight twist on the "Laptop living on more than one network" References: Message-Id: Date: Sat, 17 Jun 2000 16:34:05 -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> i do the same. i have dhcpd.conf set to assign the same ip address to my >> laptop ether as it assigns to the wireless. as my sony 505 has only one >> pcmcia card, there is no chance of a conflict. > How many other wireless devices do have? half a dozen. e.g. two guests from ntt are visiting and on wireless. > How do you get the routing right? the wireless and the ether are bridged, not routed. simple solutions are often best. and dhcp tells everyone on the lan where default, dns, etc. are. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 20: 9:41 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from mailgw02.execpc.com (mailgw02.execpc.com [169.207.3.78]) by hub.freebsd.org (Postfix) with ESMTP id 83FE037B65B; Sat, 17 Jun 2000 20:09:37 -0700 (PDT) (envelope-from hamilton@pobox.com) Received: from woodstock.monkey.net (d146.as13.nwbl0.wi.voyager.net [169.207.136.212]) by mailgw02.execpc.com (8.9.1) id WAA08602; Sat, 17 Jun 2000 22:09:22 -0500 Received: from pobox.com (localhost [127.0.0.1]) by woodstock.monkey.net (Postfix) with ESMTP id CB20A179; Sat, 17 Jun 2000 22:09:18 -0500 (CDT) X-Mailer: exmh version 2.1.1 10/16/1999 To: Mike Smith Cc: Marc Fonvieille , freebsd-mobile@freebsd.org Subject: Re: 4.0-RELEASE, Netgear FA410TXC, device timeout In-reply-to: Your message of "Sat, 17 Jun 2000 11:35:24 PDT." <200006171835.LAA00874@mass.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 17 Jun 2000 22:09:18 -0500 From: Jon Hamilton Message-Id: <20000618030918.CB20A179@woodstock.monkey.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No. Newer versions of this card are subtly different from older ones. I _think_ the problem is that the card has a problem negotiating speed and duplex settings - it will sit indefinitely and not be able to successfully negotiate speed, and until it does that, I suspect that the driver won't do anything useful with it. After I bought this card and had the same problem with it, I did a web search and found mention of a guy who was running Linux and also noticed that it wouldn't autonegotiate; he posted a pointer to a program to set the card up so it would work. I cannot get this card to work even with the same IO and IRQ settings that it works with under either Windows or Linux, so it's not apparently an IO or IRQ conflict at all. The linux program mentioned is at http://www.eh3.com/fa_select.c . In message <200006171835.LAA00874@mass.osd.bsdi.com>, Mike Smith wrote: } } Either you have cable issues, or you're using an interrupt that's not } free. Use a different interrupt. } } > I also have this problem. } > } > I modified if_ed.c to have correct probe (good mac address) but i can't } > use this card for networking (device timeout...) :((( } > } > I bought this card cause i saw it in /etc/defaults/pccard.conf, but i } > think i made a mistake... } > } > If someone could find a solution, it will be great. } > } > Marc -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 21: 2:45 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 3117137B55D for ; Sat, 17 Jun 2000 21:02:43 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from daniel.sobral (p01-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.130]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id NAA08170 for ; Sun, 18 Jun 2000 13:02:37 +0900 (JST) Received: (from dcs@localhost) by daniel.sobral (8.9.3/8.9.3) id NAA00311 for mobile@freebsd.org; Sun, 18 Jun 2000 13:03:33 +0900 (JST) (envelope-from dcs) From: "Daniel C. Sobral" Message-Id: <200006180403.NAA00311@daniel.sobral> Subject: Moving pccardd up on rc To: mobile@freebsd.org Date: Sun, 18 Jun 2000 13:03:23 +0900 (JST) Disclaimer: Klaatu Barada Nikto! X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a patch I have been using locally for a while. It moves pccardd to very early in /etc/rc, so that disks on PCMCIA controllers can be fscked and mounted. It also requires pccardd and logger to be installed on /sbin and /bin, respectively. I can't think of a single good reason not to introduce this change. I know pccardd as we know it has it's days counted, but things with days counted have a tendency of staying around much longer than we wanted them to (God help us)... Useful criticisms? Witty remarks? Unrelated flames? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@there.is.no.bsdconspiracy.net If two wrongs don't make a right, try three. -- Laurence J. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 22: 0:50 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from kithrup.com (kithrup.com [205.179.156.40]) by hub.freebsd.org (Postfix) with ESMTP id 97B7737B8A3 for ; Sat, 17 Jun 2000 22:00:47 -0700 (PDT) (envelope-from sef@kithrup.com) Received: (from sef@localhost) by kithrup.com (8.8.8/8.8.8) id WAA23493 for mobile@freebsd.org; Sat, 17 Jun 2000 22:00:43 -0700 (PDT) (envelope-from sef) Date: Sat, 17 Jun 2000 22:00:43 -0700 (PDT) From: Sean Eric Fagan Message-Id: <200006180500.WAA23493@kithrup.com> To: mobile@freebsd.org Subject: Laptops are too much black magic :( Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just don't get it. I bought a new PCMCIA ethercard; after talking with Warner, I got a D-Link DFE-650 (why does anyone make a 100Mbps PCMCIA card? It seems like a waste...), and just haven't been able to get it to work. I'm running 4.0-RELEASE. I have "device ed" in my kernel config file. When I insert the card, however, I get: Found existing driver (ed0) for D-Link Using I/O addr 0x300, size 32 Setting config reg at offs 0x400 to 0x60, Reset time = 50 ms Assigning I/O window 0, start 0x300, size 0x20 flags 0x5 Jun 15 20:32:00 laptop /kernel.stable: ed0 at port 0x300-0x31f irq 11 slot 0 onpccard0 Jun 15 20:32:00 laptop /kernel.stable: ed0: address 01:d1:ff:04:d1:ff, type NE2000 (16 bit) Assign ed0, io 0x300-0x31f, mem 0x0, 0 bytes, irq 11, flags 10 Jun 15 20:32:00 laptop pccard:ed0: D-Link DFE-650 inserted Jun 15 20:32:20 laptop /kernel.stable: ed0: device timeout In particular, note the MAC address for the card: three different cards have presented the same MAC address; therefore, I'm fairly certain it's wrong :). The machine is an HP OmniBook 4100. I suppose it's possible that it just won't work with it, but that seems unlikely, I think. But it's possible. (I currently have a 3com card that is falling apart -- it won't work unless the dongle attachment is at an angle that looks like about 4 or 5 o'clock -- and if it dies, I'm without networking at home.) In case anyone finds it useful, here's the output of "pccardc dumpcis" while the card is inserted. Any other information that is necessary, please let me know... I've been dealing with this for a couple of weeks now, and I've no idea what the @#$% is going on. :( Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 3 000: d1 3a ff Common memory device information: Device number 1, type Function specific, WPS = OFF Speed = 250nS, Memory block size = 8Kb, 8 units Tuple #2, code = 0x1c (Other conditions for common memory), length = 4 000: 01 d1 3a ff (MWAIT) Tuple #3, code = 0x17 (Attribute memory descriptor), length = 3 000: 41 00 ff Attribute memory device information: Device number 1, type EEPROM, WPS = OFF Speed = 250nS, Memory block size = 512b, 1 units Tuple #4, code = 0x20 (Manufacturer ID), length = 4 000: 49 01 30 02 PCMCIA ID = 0x149, OEM ID = 0x230 Tuple #5, code = 0x21 (Functional ID), length = 2 000: 06 01 Network/LAN adapter - POST initialize Tuple #6, code = 0x15 (Version 1 info), length = 40 000: 04 01 44 2d 4c 69 6e 6b 00 44 46 45 2d 36 35 30 010: 00 46 61 73 74 20 45 74 68 65 72 6e 65 74 00 52 020: 65 76 2e 20 44 31 00 ff Version = 4.1, Manuf = [D-Link],card vers = [DFE-650] Addit. info = [Fast Ethernet],[Rev. D1] Tuple #7, code = 0x1a (Configuration map), length = 5 000: 01 20 00 04 0b Reg len = 2, config register addr = 0x400, last config = 0x20 Registers: XX-X---- Tuple #8, code = 0x1b (Configuration entry), length = 7 000: e0 81 18 45 30 fc be Config index = 0x20(default) Interface byte = 0x81 (I/O) wait signal supported Card decodes 5 address lines, limited 8/16 Bit I/O IRQ modes: Pulse IRQ level = 5 Tuple #9, code = 0x14 (No link), length = 0 Tuple #10, 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 Sat Jun 17 23: 3: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 E7E5237B8E2 for ; Sat, 17 Jun 2000 23:03:54 -0700 (PDT) (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 AAA28192; Sun, 18 Jun 2000 00:03:53 -0600 (MDT) (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 AAA47162; Sun, 18 Jun 2000 00:02:32 -0600 (MDT) Message-Id: <200006180602.AAA47162@harmony.village.org> To: Bob Van Valzah Subject: Re: 3Com 3CCFE575BT-D with 4.0-Release or-Current Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Tue, 06 Jun 2000 15:40:57 CDT." <393D61D8.D8AB0656@WhiteBarn.Com> References: <393D61D8.D8AB0656@WhiteBarn.Com> Date: Sun, 18 Jun 2000 00:02:32 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <393D61D8.D8AB0656@WhiteBarn.Com> Bob Van Valzah writes: : I'd like to run 4.0-CURRENT on a Dell Inspiron 7000 with a 3Com : 3CCFE575BT-D. I've loaded from the 4.0-RELEASE CDs but the NIC isn't : recognized. : : Do I need PAO? Is it even supported on the 4.0 tree? No. No. There will be no PAO4. Instead, a complete merge of PAO as is possible will happen shortly. : All advice appreciated. Don't use cardbus :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23: 5:48 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 E755A37B8C8 for ; Sat, 17 Jun 2000 23:05:45 -0700 (PDT) (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 AAA28204; Sun, 18 Jun 2000 00:05:44 -0600 (MDT) (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 AAA47194; Sun, 18 Jun 2000 00:04:22 -0600 (MDT) Message-Id: <200006180604.AAA47194@harmony.village.org> To: Scott Mitchell Subject: Re: problem with Xircom half resolved Cc: pmoyer@hyperon.com, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 07 Jun 2000 12:30:48 BST." <20000607123048.63915@localhost> References: <20000607123048.63915@localhost> <200006070249.TAA25146@snipe.prod.itd.earthlink.net> Date: Sun, 18 Jun 2000 00:04:22 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000607123048.63915@localhost> Scott Mitchell writes: : AFAIK - and I'm way out of touch just now, so I'm happy to be corrected - : multifunction cards aren't supported in 4.x, in that you can only use one : function at a time. It's a problem with the basic pccard support rather : than any particular card drivers. Some multi-function cards are supported via various hacks 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 Sat Jun 17 23: 8: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 51D9637B8E9 for ; Sat, 17 Jun 2000 23:08:50 -0700 (PDT) (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 AAA28225; Sun, 18 Jun 2000 00:08:48 -0600 (MDT) (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 AAA47237; Sun, 18 Jun 2000 00:07:27 -0600 (MDT) Message-Id: <200006180607.AAA47237@harmony.village.org> To: Ed DeHart Subject: Re: WaveLAN almost working with PCI adapter Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 08 Jun 2000 11:21:34 EDT." <200006081521.LAA17373@darth.pageone.net> References: <200006081521.LAA17373@darth.pageone.net> Date: Sun, 18 Jun 2000 00:07:27 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200006081521.LAA17373@darth.pageone.net> Ed DeHart writes: : I should have caught this error. To prevent others from making this mistake, : the maintainer of the pccard.conf file should remove 13 from it. Just : a suggestion. Good idea. : It was suggested that I remove some of the devices from the system. It : was making it hard to find a free irq and devices where sharing irqs which : is not very good. I disabled the sio2 and the printer port. I removed : the second ehternet card. I built a kernel that only supported the : hardware I needed. Disabling the devices in the kernel isn't enough. You must disable the hardware in the BIOS. The conflicts aren't in the software, but rather they are at the hardware level. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:10: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 A642837B8E2 for ; Sat, 17 Jun 2000 23:10:49 -0700 (PDT) (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 AAA28249; Sun, 18 Jun 2000 00:10:47 -0600 (MDT) (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 AAA47282; Sun, 18 Jun 2000 00:09:26 -0600 (MDT) Message-Id: <200006180609.AAA47282@harmony.village.org> To: Dann Lunsford Subject: Re: Xircom CE2 supported? Cc: mobile@FreeBSD.org In-reply-to: Your message of "Sat, 10 Jun 2000 06:25:35 PDT." <20000610062535.A4065@greycat.com> References: <20000610062535.A4065@greycat.com> Date: Sun, 18 Jun 2000 00:09:26 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000610062535.A4065@greycat.com> Dann Lunsford writes: : I have an old Xircom "CreditCard Ethernet Adapter IIps" (Says "PS-CE2-10" Supported in -current and -stable, but not 4.0 release. At least the xe driver works in those versions, and it purports to support the ce2. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:13:44 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 E379837B8E2; Sat, 17 Jun 2000 23:13:39 -0700 (PDT) (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 AAA28258; Sun, 18 Jun 2000 00:13:38 -0600 (MDT) (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 AAA47306; Sun, 18 Jun 2000 00:12:17 -0600 (MDT) Message-Id: <200006180612.AAA47306@harmony.village.org> To: Pete Carah Subject: Re: pccardd and modules Cc: current@FreeBSD.ORG, mobile@FreeBSD.ORG In-reply-to: Your message of "Mon, 12 Jun 2000 07:53:02 PDT." <200006121453.HAA23263@ns.altadena.net> References: <200006121453.HAA23263@ns.altadena.net> Date: Sun, 18 Jun 2000 00:12:17 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200006121453.HAA23263@ns.altadena.net> Pete Carah writes: : I notice that though ifconfig does a kld as appropriate, pccardd doesn't : at least as of a week ago. Still looks like it isn't in the source. Nope. : 1. Is this in the works from one of the normal maintainers? If not I : might take a look at fixing it up over the next week or so. Nope. pccardd is hard to hack, although with many of the merges have made it easier. Good luck. We welcome your future patches. :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:16: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 B0A6637B8EC for ; Sat, 17 Jun 2000 23:16:43 -0700 (PDT) (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 AAA28278; Sun, 18 Jun 2000 00:16:41 -0600 (MDT) (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 AAA47356; Sun, 18 Jun 2000 00:15:21 -0600 (MDT) Message-Id: <200006180615.AAA47356@harmony.village.org> To: Brian Somers Subject: Re: docomo Cc: Randy Bush , FreeBSD Laptoppers In-reply-to: Your message of "Tue, 13 Jun 2000 10:03:48 BST." <200006130903.KAA01470@hak.lan.Awfulhak.org> References: <200006130903.KAA01470@hak.lan.Awfulhak.org> Date: Sun, 18 Jun 2000 00:15:20 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200006130903.KAA01470@hak.lan.Awfulhak.org> Brian Somers writes: : This is an interrupt problem. Try using a different IRQ. Some : PCCARDs just can't use some IRQs. No. That's absoutlely not true. Some IRQs can't be used in some machines for pccard... PCCARDs have one interrupt line that is routed from the bridge. I'm not sure what the cause of the problems, but it likely isn't this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:19: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 AC69837B8EC; Sat, 17 Jun 2000 23:19:37 -0700 (PDT) (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 AAA28301; Sun, 18 Jun 2000 00:19:36 -0600 (MDT) (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 AAA47403; Sun, 18 Jun 2000 00:18:15 -0600 (MDT) Message-Id: <200006180618.AAA47403@harmony.village.org> To: Mike Smith Subject: Re: APM Cc: Ron Rosson , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 14 Jun 2000 11:59:28 PDT." <200006141859.LAA27142@mass.cdrom.com> References: <200006141859.LAA27142@mass.cdrom.com> Date: Sun, 18 Jun 2000 00:18:15 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200006141859.LAA27142@mass.cdrom.com> Mike Smith writes: : Your BIOS may be lying. Or perhaps Fujitsu count differently. It's fairly : harmless. 8) (My Dell box takes two batteries, and claims two even when : there's only one inserted. Go figure...) My Sony BIOS says 3:00 is the battery life for the single life battery (which lasts 70 minutes) as well as for the quad life battery (which lasts about 8 hours, more or less). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:23: 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 56F9037B8E2 for ; Sat, 17 Jun 2000 23:22:57 -0700 (PDT) (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 AAA28320; Sun, 18 Jun 2000 00:22:51 -0600 (MDT) (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 AAA47438; Sun, 18 Jun 2000 00:21:31 -0600 (MDT) Message-Id: <200006180621.AAA47438@harmony.village.org> To: Darryl Okahata Subject: Re: TI1225 + WaveLAN/PCMCIA - saga continues Cc: acid@cn.ua (Michael Vasilenko), freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sat, 17 Jun 0100 11:45:00 PDT." <200006171845.LAA02449@mina.soco.agilent.com> References: <200006171845.LAA02449@mina.soco.agilent.com> Date: Sun, 18 Jun 2000 00:21:31 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200006171845.LAA02449@mina.soco.agilent.com> Darryl Okahata writes: : IIRC, you're using the PCI version of the PCMCIA adapter. If so, : it now appears that PCI PCMCIA adapters don't work with FreeBSD; if you : want to use the WaveLan cards, you need to get the ISA adapter. My TI 1221 works with -current and -stable, but not 4.0 release. If someone can send me a TI-1225 based board, I'll make it work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:23: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 54D3337B8E2 for ; Sat, 17 Jun 2000 23:23:42 -0700 (PDT) (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 AAA28328; Sun, 18 Jun 2000 00:23:40 -0600 (MDT) (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 AAA47458; Sun, 18 Jun 2000 00:22:19 -0600 (MDT) Message-Id: <200006180622.AAA47458@harmony.village.org> To: Marc Fonvieille Subject: Re: 4.0-RELEASE, Netgear FA410TXC, device timeout Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sat, 17 Jun 2000 22:58:42 +0200." <20000617225842.A36405@vobiscum.styx.org> References: <20000617225842.A36405@vobiscum.styx.org> <20000617170915.A1296@vobiscum.styx.org> <200006171835.LAA00874@mass.osd.bsdi.com> Date: Sun, 18 Jun 2000 00:22:19 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20000617225842.A36405@vobiscum.styx.org> Marc Fonvieille writes: : and 'ed0: device timeout' message in the kernel log. That's almost always (99%) a case of interrupts not being routed correctly. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:23:47 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from www.genprofile.com (www.genprofile.com [141.80.240.218]) by hub.freebsd.org (Postfix) with ESMTP id 5674137B92F; Sat, 17 Jun 2000 23:23:42 -0700 (PDT) (envelope-from bauer@genprofile.com) Received: from genprofile.com ([141.80.240.219]) by www.genprofile.com (8.8.8/8.8.8) with ESMTP id IAA26174; Sun, 18 Jun 2000 08:23:39 +0200 (CEST) (envelope-from bauer@genprofile.com) Message-ID: <394C6B59.7B9AB3C0@genprofile.com> Date: Sun, 18 Jun 2000 06:25:29 +0000 From: David Bauer Organization: GenProfile AG X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Mike Smith , freebsd-mobile@FreeBSD.ORG Subject: Re: 4.0-RELEASE, Netgear FA410TXC, device timeout References: <200006171835.LAA00874@mass.osd.bsdi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm just struggling with the same problem. The card's diagnostic disc under DOS shows no problem (0x300,11) and the card works fine with packet driver under DOS. With freebsd I get it correctly recognised and ifconfig reports it as ed1. I don't know why 1 and not 0. But anyway I tried to replace ed0 with ed1 in pccard.conf and used the same io and irq as was reported by the DOS diagn. program (changed the defaults 0x240,3 to 0x300,11 by changing the configuration index according to the values from cisdump). The notebook has a Cirrus Logic PD672X pcmcia controller. I'm afraid the problem is that FreeBSD somehow can not correctly handle this controller. I had same strange effects with a 3Com Modem Card (discussed here before). Kernel reports the sio but tip locks up the machine when accessing the port. The notebook is an ancient machine without IR, USB and CDROM only sound. So the irq 3,10,11,15 are free. Cirrus Logic contr. gets the 10 and I tried the 3,11 and 15 for the pcmcia cards all with the same problem, that the device is seen and reported but times out if I try to assign the ed1 an IP address. I also tried to replace the device card with device pccard from the NEWCARD configuration example but if I do this and insert the Netgear than the kernel panics completely. I would think the problem has nothing to do with the pcmcia card or an IRQ conflict but lies somewhere deeper in the pcmcia code accessing the Cirrus Logic controller. Mike Smith wrote: > > Either you have cable issues, or you're using an interrupt that's not > free. Use a different interrupt. > > > I also have this problem. > > > > I modified if_ed.c to have correct probe (good mac address) but i can't > > use this card for networking (device timeout...) :((( > > > > I bought this card cause i saw it in /etc/defaults/pccard.conf, but i > > think i made a mistake... > > > > If someone could find a solution, it will be great. > > > > Marc > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > > > -- > \\ 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 -- Dr. David Bauer GenProfile AG, Robert-Roessle-Str. 10, D-13125 Berlin, Germany Tel:+49-30-94892165, Fax:+49-30-94892151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:26:17 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 8685E37B921 for ; Sat, 17 Jun 2000 23:26:14 -0700 (PDT) (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 AAA28348; Sun, 18 Jun 2000 00:26:13 -0600 (MDT) (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 AAA47492; Sun, 18 Jun 2000 00:24:52 -0600 (MDT) Message-Id: <200006180624.AAA47492@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: Moving pccardd up on rc Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Sun, 18 Jun 2000 13:03:23 +0900." <200006180403.NAA00311@daniel.sobral> References: <200006180403.NAA00311@daniel.sobral> Date: Sun, 18 Jun 2000 00:24:52 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200006180403.NAA00311@daniel.sobral> "Daniel C. Sobral" writes: : This is a patch I have been using locally for a while. It moves pccardd : to very early in /etc/rc, so that disks on PCMCIA controllers can be : fscked and mounted. It also requires pccardd and logger to be installed : on /sbin and /bin, respectively. : : I can't think of a single good reason not to introduce this change. I : know pccardd as we know it has it's days counted, but things with days : counted have a tendency of staying around much longer than we wanted : them to (God help us)... : : Useful criticisms? Witty remarks? Unrelated flames? pccardd is going to go away in 5.0 release. And we can't move it in -stable. Let sleeping dogs lie. If I don't get NEWCARD in place, then we can revisit this issue. Let's revisit this at BSD CON... Fair enough? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jun 17 23:31:25 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 0818937B8B2 for ; Sat, 17 Jun 2000 23:31:21 -0700 (PDT) (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 AAA28372; Sun, 18 Jun 2000 00:31:19 -0600 (MDT) (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 AAA47529; Sun, 18 Jun 2000 00:29:59 -0600 (MDT) Message-Id: <200006180629.AAA47529@harmony.village.org> To: Sean Eric Fagan Subject: Re: Laptops are too much black magic :( Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Sat, 17 Jun 2000 22:00:43 PDT." <200006180500.WAA23493@kithrup.com> References: <200006180500.WAA23493@kithrup.com> Date: Sun, 18 Jun 2000 00:29:58 -0600 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200006180500.WAA23493@kithrup.com> Sean Eric Fagan writes: : I bought a new PCMCIA ethercard; after talking with Warner, I got a D-Link : DFE-650 (why does anyone make a 100Mbps PCMCIA card? It seems like a : waste...), and just haven't been able to get it to work. Strangely, this is the card I use. : I'm running 4.0-RELEASE. I have "device ed" in my kernel config file. When I : insert the card, however, I get: : : Found existing driver (ed0) for D-Link : Using I/O addr 0x300, size 32 : Setting config reg at offs 0x400 to 0x60, Reset time = 50 ms : Assigning I/O window 0, start 0x300, size 0x20 flags 0x5 : Jun 15 20:32:00 laptop /kernel.stable: ed0 at port 0x300-0x31f irq 11 slot 0 onpccard0 : Jun 15 20:32:00 laptop /kernel.stable: ed0: address 01:d1:ff:04:d1:ff, type NE2000 (16 bit) : Assign ed0, io 0x300-0x31f, mem 0x0, 0 bytes, irq 11, flags 10 : Jun 15 20:32:00 laptop pccard:ed0: D-Link DFE-650 inserted : Jun 15 20:32:20 laptop /kernel.stable: ed0: device timeout I think there are two problems here. First, irq 11 isn't a good interrupt for you. Well, given the strangeness in the ethernet address, that should be fixed first. : In particular, note the MAC address for the card: three different cards have : presented the same MAC address; therefore, I'm fairly certain it's wrong :). Paul Saab just committed a fix that might help... I doubt it, but you might give it a try. ed0 at port 0x240-0x25f irq 11 slot 0 on pccard0 ed0: address 00:80:c8:8e:5c:55, type Linksys (16 bit) is what I get. Maybe it will help since it is a linksys related fix. : The machine is an HP OmniBook 4100. I suppose it's possible that it just : won't work with it, but that seems unlikely, I think. But it's possible. (I : currently have a 3com card that is falling apart -- it won't work unless the : dongle attachment is at an angle that looks like about 4 or 5 o'clock -- and : if it dies, I'm without networking at home.) Then the irq is likely good and the other issue is likely the problem. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message