From owner-freebsd-mobile@FreeBSD.ORG Sun Aug 22 03:35:46 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA5E16A4CE for ; Sun, 22 Aug 2004 03:35:46 +0000 (GMT) Received: from grande.el.net (NS2.EL.NET [68.165.89.67]) by mx1.FreeBSD.org (Postfix) with SMTP id 3E33C43D1D for ; Sun, 22 Aug 2004 03:35:42 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 23330 invoked from network); 22 Aug 2004 03:41:56 -0000 Received: from localhost (HELO el.net) (127.0.0.1) by grande.el.net with SMTP; 22 Aug 2004 03:41:56 -0000 Received: from 69.119.138.162 (SquirrelMail authenticated user kalin) by el.net with HTTP; Sat, 21 Aug 2004 23:41:56 -0400 (EDT) Message-ID: <49185.69.119.138.162.1093146116.squirrel@el.net> Date: Sat, 21 Aug 2004 23:41:56 -0400 (EDT) From: "kalin mintchev" To: freebsd-mobile@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: cardbus problem X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 03:35:46 -0000 hi all since last night i'm getting this every time i plug my card in or when i reboot the machine. cardbus1: Expecting link target, got 0xff cardbus1: at device 0.0 (no driver attached) cbb1: CardBus card activation failed i haven't been able to use it. i'm not sure what am i looking at. the driver is fine. it's there. just recompiled the kernel and the same thing happens. any help will be appreciated... thank you.. From owner-freebsd-mobile@FreeBSD.ORG Sun Aug 22 23:39:22 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C749316A4CE for ; Sun, 22 Aug 2004 23:39:22 +0000 (GMT) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7CB043D3F for ; Sun, 22 Aug 2004 23:39:22 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP (SSL) id IBA74465; Sun, 22 Aug 2004 16:39:22 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 4B0885D04; Sun, 22 Aug 2004 16:39:22 -0700 (PDT) To: Gary Kline In-reply-to: Your message of "Wed, 18 Aug 2004 15:28:53 PDT." <20040818222853.GA63743@thought.org> Date: Sun, 22 Aug 2004 16:39:22 -0700 From: "Kevin Oberman" Message-Id: <20040822233922.4B0885D04@ptavv.es.net> cc: freebsd-mobile@freebsd.org Subject: Re: 600E Audio problem (Solved!) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 23:39:22 -0000 Got it! And, boy, do I feel dumb. It turns out that the device in the 600E is a CS432X device and that device uses the mss driver. So just modify your kernel config to include: device sound device snd_mss And make sure that snd_csa is NOT present as it will see another audio component and try to connect to it as a CS4610. This would block the mss driver from finding the audio chip. It's amazing what you find when you actually take the time to read the source for the drivers. To summarize, either include devices sound and snd_mss in your kernel or load the snd_mss module. Do not include snd_csa! Add the following to your /boot/device.hints file: hint.pcm.0.flags="0x10" That should do the trick. There is no need to edit /sys/conf/files. It should probe as: pcm0: at port 0x220,0x233,0x388-0x38b,0x530-0x537 irq 5 drq 0,1 on isa0 pcm0: [GIANT-LOCKED] Let me know how it works for you. -- 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 From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 00:42:04 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D006516A4CE for ; Mon, 23 Aug 2004 00:42:04 +0000 (GMT) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0437943D41 for ; Mon, 23 Aug 2004 00:42:04 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from thought.org (tao [10.0.0.247]) by sage.thought.org (8.12.10/8.12.10) with ESMTP id i7N0fwoK006490; Sun, 22 Aug 2004 17:41:59 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by thought.org (8.12.11/8.12.11) with ESMTP id i7N0fu0Z061132; Sun, 22 Aug 2004 17:41:56 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.11/8.12.11/Submit) id i7N0ftZc061131; Sun, 22 Aug 2004 17:41:55 -0700 (PDT) (envelope-from kline) Date: Sun, 22 Aug 2004 17:41:55 -0700 From: Gary Kline To: Kevin Oberman Message-ID: <20040823004155.GA61085@thought.org> References: <20040818222853.GA63743@thought.org> <20040822233922.4B0885D04@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040822233922.4B0885D04@ptavv.es.net> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 18 years of service to the Unix community User-Agent: Mutt/1.5.6i cc: Gary Kline cc: freebsd-mobile@freebsd.org Subject: Re: 600E Audio problem (Solved!) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 00:42:04 -0000 On Sun, Aug 22, 2004 at 04:39:22PM -0700, Kevin Oberman wrote: > Got it! And, boy, do I feel dumb. > > It turns out that the device in the 600E is a CS432X device and that > device uses the mss driver. So just modify your kernel config to > include: > device sound > device snd_mss > And make sure that snd_csa is NOT present as it will see another audio > component and try to connect to it as a CS4610. This would block the mss > driver from finding the audio chip. > > It's amazing what you find when you actually take the time to read the > source for the drivers. I'm surprised that you had to actually dig into the code to figure this out. (Altho lots of times reading tthe source is drastically easier than wading thru obscure man pages: *sigh*) Hm. Just checked NOTES; ISA, eh? well, you said this was a strange one. Two questions if you're still at-keyboard at 17:30-18:00. First, is there a way to unload the csa *.ko via cmdline? Second, where should this be posted? I'll add things to the FBSD laptop site in the 600E section; but anywhere else? > > To summarize, either include devices sound and snd_mss in your kernel or > load the snd_mss module. Do not include snd_csa! Add the following to > your /boot/device.hints file: > hint.pcm.0.flags="0x10" > Got it. > That should do the trick. There is no need to edit /sys/conf/files. It > should probe as: > pcm0: at port 0x220,0x233,0x388-0x38b,0x530-0x537 irq 5 drq 0,1 on isa0 > pcm0: [GIANT-LOCKED] > > Let me know how it works for you. ' Will do, Kevin. tia, of course. I owe you one; maybe a couple:) gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 00:45:53 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EE2616A4CE for ; Mon, 23 Aug 2004 00:45:53 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106B643D2D for ; Mon, 23 Aug 2004 00:45:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7N0jGba057197; Sun, 22 Aug 2004 18:45:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 22 Aug 2004 18:45:33 -0600 (MDT) Message-Id: <20040822.184533.129374373.imp@bsdimp.com> To: jne@iinet.net.au From: "M. Warner Losh" In-Reply-To: <4121DDBD.7040600@iinet.net.au> References: <4121DDBD.7040600@iinet.net.au> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: -CURRENT and NEWCARD X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 00:45:53 -0000 In message: <4121DDBD.7040600@iinet.net.au> Michael McCormack writes: : But is anybody else having trouble with -CURRENT and NEWCARD? more : specifically, errors of the type: I've not seen those errors. You dmesg didn't include any instances of the messages. : I've googled on this, found a lot of problem reports but very few : solutions; adding hw.pci.allow_unsupported_io_range=1 to loader.conf : didn't work. This kludge was eliminated with extreme prejustice some time ago. However, there are some reports of cbb not working when attached to pci0. I've not been able to nail down the details as to why or how this fails. My guess is that it is resources at the host bridge not constraining resources properly... Warner From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 00:49:54 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA42416A4D3 for ; Mon, 23 Aug 2004 00:49:54 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DED143D1D for ; Mon, 23 Aug 2004 00:49:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7N0nheW057243; Sun, 22 Aug 2004 18:49:43 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 22 Aug 2004 18:50:00 -0600 (MDT) Message-Id: <20040822.185000.99745337.imp@bsdimp.com> To: kalin@el.net From: "M. Warner Losh" In-Reply-To: <49185.69.119.138.162.1093146116.squirrel@el.net> References: <49185.69.119.138.162.1093146116.squirrel@el.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: cardbus problem X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 00:49:54 -0000 In message: <49185.69.119.138.162.1093146116.squirrel@el.net> "kalin mintchev" writes: : cardbus1: Expecting link target, got 0xff : cardbus1: at device 0.0 (no driver attached) : cbb1: CardBus card activation failed This sounds like a resource conflict of some sort. 0xff typically means that there's no real hardware there, which in turn is usually due to some resource issue :-(. W/o a more complete dmesg, it is hard to say more. Warner From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 02:32:37 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB02116A4CE for ; Mon, 23 Aug 2004 02:32:37 +0000 (GMT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A6F43D1D for ; Mon, 23 Aug 2004 02:32:37 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id IBA74465; Sun, 22 Aug 2004 19:32:37 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id B0BD85D09; Sun, 22 Aug 2004 19:32:31 -0700 (PDT) To: Gary Kline In-reply-to: Your message of "Sun, 22 Aug 2004 17:41:55 PDT." <20040823004155.GA61085@thought.org> Date: Sun, 22 Aug 2004 19:32:31 -0700 From: "Kevin Oberman" Message-Id: <20040823023231.B0BD85D09@ptavv.es.net> cc: freebsd-mobile@freebsd.org Subject: Re: 600E Audio problem (Solved!) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 02:32:38 -0000 > Date: Sun, 22 Aug 2004 17:41:55 -0700 > From: Gary Kline > > On Sun, Aug 22, 2004 at 04:39:22PM -0700, Kevin Oberman wrote: > > Got it! And, boy, do I feel dumb. > > > > It turns out that the device in the 600E is a CS432X device and that > > device uses the mss driver. So just modify your kernel config to > > include: > > device sound > > device snd_mss > > And make sure that snd_csa is NOT present as it will see another audio > > component and try to connect to it as a CS4610. This would block the mss > > driver from finding the audio chip. > > > > It's amazing what you find when you actually take the time to read the > > source for the drivers. > > > I'm surprised that you had to actually dig into the code > to figure this out. (Altho lots of times reading tthe source > is drastically easier than wading thru obscure man pages: > *sigh*) > > Hm. Just checked NOTES; ISA, eh? well, you said this was > a strange one. > > Two questions if you're still at-keyboard at 17:30-18:00. > First, is there a way to unload the csa *.ko via cmdline? > Second, where should this be posted? I'll add things to > the FBSD laptop site in the 600E section; but anywhere > else? If you loaded the module, you can use kldunload to unload it. If it's in the kernel, you need to re-build the kernel. (If that's the case, you can edit your config file and re-build as follows: cd /usr/src make -DMODULES_WITH_WORLD buildkernel KERNCONF=your_config_file make -DMODULES_WITH_WORLD reinstallkernel KERNCONF=your_config_file This will only rebuild te kernel and not the modules (which are not affected by a config change) and install the newly built kernel OVER the old one so the modules are still there. It also leaves kernel.old unchanged. It will save a LOT of time on slower systems like the 600E. I'm not sure of other places to add the information. This message gets it into the mail archives, though. -- 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 From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 03:01:11 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B44FF16A4EC for ; Mon, 23 Aug 2004 03:01:11 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 400F243D5A for ; Mon, 23 Aug 2004 03:01:11 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 345BF72DD8; Sun, 22 Aug 2004 20:01:11 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 2F3E072DCB; Sun, 22 Aug 2004 20:01:11 -0700 (PDT) Date: Sun, 22 Aug 2004 20:01:11 -0700 (PDT) From: Doug White To: Kevin Oberman In-Reply-To: <20040822233922.4B0885D04@ptavv.es.net> Message-ID: <20040822200031.Q94593@carver.gumbysoft.com> References: <20040822233922.4B0885D04@ptavv.es.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Gary Kline cc: freebsd-mobile@freebsd.org Subject: Re: 600E Audio problem (Solved!) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 03:01:12 -0000 On Sun, 22 Aug 2004, Kevin Oberman wrote: > Got it! And, boy, do I feel dumb. > > It turns out that the device in the 600E is a CS432X device and that > device uses the mss driver. So just modify your kernel config to > include: > device sound > device snd_mss > And make sure that snd_csa is NOT present as it will see another audio > component and try to connect to it as a CS4610. This would block the mss > driver from finding the audio chip. > > It's amazing what you find when you actually take the time to read the > source for the drivers. That sounds right -- the old 4.x hack for the 600E was to point pcm at the MSS interface (port 0x530, I think). I could pull mine out and check. :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 03:19:24 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B151716A4CE for ; Mon, 23 Aug 2004 03:19:24 +0000 (GMT) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1374043D53 for ; Mon, 23 Aug 2004 03:19:24 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from thought.org (tao [10.0.0.247]) by sage.thought.org (8.12.10/8.12.10) with ESMTP id i7N3JIoK006788; Sun, 22 Aug 2004 20:19:18 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by thought.org (8.12.11/8.12.11) with ESMTP id i7N3JFea061360; Sun, 22 Aug 2004 20:19:16 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.11/8.12.11/Submit) id i7N3JFWp061359; Sun, 22 Aug 2004 20:19:15 -0700 (PDT) (envelope-from kline) Date: Sun, 22 Aug 2004 20:19:15 -0700 From: Gary Kline To: Kevin Oberman Message-ID: <20040823031915.GB61085@thought.org> References: <20040823004155.GA61085@thought.org> <20040823023231.B0BD85D09@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040823023231.B0BD85D09@ptavv.es.net> X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 18 years of service to the Unix community User-Agent: Mutt/1.5.6i cc: Gary Kline cc: freebsd-mobile@freebsd.org Subject: Re: 600E Audio problem (Solved!) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 03:19:24 -0000 On Sun, Aug 22, 2004 at 07:32:31PM -0700, Kevin Oberman wrote: > > Date: Sun, 22 Aug 2004 17:41:55 -0700 > > From: Gary Kline > > > > > > Two questions if you're still at-keyboard at 17:30-18:00. > > First, is there a way to unload the csa *.ko via cmdline? > > Second, where should this be posted? I'll add things to > > the FBSD laptop site in the 600E section; but anywhere > > else? > > If you loaded the module, you can use kldunload to unload it. If it's in > the kernel, you need to re-build the kernel. (If that's the case, you > can edit your config file and re-build as follows: Okay, I wasn't sure if I could unload the old, compiled-in module with kdunload and test with kdload. I had everything in the kernel, so I rebuilt. It just finished installing. > cd /usr/src > make -DMODULES_WITH_WORLD buildkernel KERNCONF=your_config_file > make -DMODULES_WITH_WORLD reinstallkernel KERNCONF=your_config_file > > This will only rebuild te kernel and not the modules (which are not > affected by a config change) and install the newly built kernel OVER the > old one so the modules are still there. It also leaves kernel.old > unchanged. It will save a LOT of time on slower systems like the 600E. Thanks; this will help. (Once I've upped the SDRAM to 288M I'll make a 32M slice for /usr/obj. Should help for system rebuilds. gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 03:30:17 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 303DB16A4CE; Mon, 23 Aug 2004 03:30:17 +0000 (GMT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6BBA43D5C; Mon, 23 Aug 2004 03:30:16 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [192.168.42.25] ([192.168.42.25]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id i7N3UFCw062722; Sun, 22 Aug 2004 22:30:15 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <412964C1.8000108@centtech.com> Date: Sun, 22 Aug 2004 22:30:09 -0500 From: Eric Anderson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Bluetooth modules don't load on RELENG_5 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 03:30:17 -0000 Just curious if anyone has been messing with bluetooth on a RELENG_5. I'm not sure when it broke, since this is my first time messing with bluetooth stuff. Following the handbook, I try to load the ng_ubt driver, and I get the super-informative; # kldload ng_ubt kldload: can't load ng_ubt: No such file or directory # ls -al /boot/kernel/ng_ubt.ko -r-xr-xr-x 1 root wheel 45306 Aug 20 09:38 /boot/kernel/ng_ubt.ko (On a side note, I'm trying to get my new Sony Ericsson T637 phone connected via bluetooth to my FreeBSD laptop for surfing and such. If anyone has a good link, I'm interested). Any hints? Thanks! Eric -- ------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Talk sense to a fool and he calls you foolish. ------------------------------------------------------------------ From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 05:13:16 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4BEC16A4CE; Mon, 23 Aug 2004 05:13:16 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50EB543D3F; Mon, 23 Aug 2004 05:13:16 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [24.52.242.150]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040823051315.XLJR9204.mta10.adelphia.net@[192.168.1.254]>; Mon, 23 Aug 2004 01:13:15 -0400 Message-ID: <41297CD4.4050609@savvis.net> Date: Sun, 22 Aug 2004 22:12:52 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <412964C1.8000108@centtech.com> In-Reply-To: <412964C1.8000108@centtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Bluetooth modules don't load on RELENG_5 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 05:13:16 -0000 Eric, > Just curious if anyone has been messing with bluetooth on a RELENG_5. not that i know of :) > I'm not sure when it broke, since this is my first time messing with > bluetooth stuff. > Following the handbook, I try to load the ng_ubt driver, and I get the > super-informative; > > # kldload ng_ubt > kldload: can't load ng_ubt: No such file or directory > > # ls -al /boot/kernel/ng_ubt.ko > -r-xr-xr-x 1 root wheel 45306 Aug 20 09:38 /boot/kernel/ng_ubt.ko weird. - are you sure your kernel is in sync with your modules? - what is your module_path is? - what happens when you do kldload /boot/kernel/ng_ubt.ko? i'm building RELENG_5 now to check this. > (On a side note, I'm trying to get my new Sony Ericsson T637 phone > connected via bluetooth to my FreeBSD laptop for surfing and such. If > anyone has a good link, I'm interested). > > Any hints? if you want to use your phone as wireless modem to connect your laptop to the internet then you need DUN profile (see handbook, rfcomm_pppd(8)) if you want to use your phone to browse internet and use your laptop as gateway then you need LAN profile (see handbook, rfcomm_pppd(8)) thanks, max From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 05:25:24 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8C016A4CE; Mon, 23 Aug 2004 05:25:24 +0000 (GMT) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.145.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6018043D45; Mon, 23 Aug 2004 05:25:24 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 808B84EFCD6; Mon, 23 Aug 2004 13:25:20 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id 76A644EFCD3; Mon, 23 Aug 2004 13:25:20 +0800 (CST) Date: Mon, 23 Aug 2004 13:25:20 +0800 (CST) From: Tai-hwa Liang To: Maksim Yevmenkin In-Reply-To: <41297CD4.4050609@savvis.net> Message-ID: <04082313224515.85992@www.mmlab.cse.yzu.edu.tw> References: <412964C1.8000108@centtech.com> <41297CD4.4050609@savvis.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Eric Anderson cc: freebsd-mobile@freebsd.org Subject: Re: Bluetooth modules don't load on RELENG_5 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 05:25:24 -0000 Eric, Was your RELENG_5 upgraded from 5.[012]-RELEASE? If so, try to fix the module loading problem by following directions described in src/UPDATING: 20040806: Module loading has been fixed. Some older installations will drop proper module_path initialization and modules will fail to load properly. If you have a line in /boot/loader.rc that says: "initialize drop", do (i386 only): cp /usr/src/sys/boot/i386/loader/loader.rc /boot/loader.rc chown root:wheel /boot/loader.rc chmod 444 /boot/loader.rc On Sun, 22 Aug 2004, Maksim Yevmenkin wrote: > Eric, > > > Just curious if anyone has been messing with bluetooth on a RELENG_5. > > not that i know of :) > > > I'm not sure when it broke, since this is my first time messing with > > bluetooth stuff. > > Following the handbook, I try to load the ng_ubt driver, and I get the > > super-informative; > > > > # kldload ng_ubt > > kldload: can't load ng_ubt: No such file or directory > > > > # ls -al /boot/kernel/ng_ubt.ko > > -r-xr-xr-x 1 root wheel 45306 Aug 20 09:38 /boot/kernel/ng_ubt.ko > > weird. > > - are you sure your kernel is in sync with your modules? > > - what is your module_path is? > > - what happens when you do kldload /boot/kernel/ng_ubt.ko? > > i'm building RELENG_5 now to check this. > > > (On a side note, I'm trying to get my new Sony Ericsson T637 phone > > connected via bluetooth to my FreeBSD laptop for surfing and such. If > > anyone has a good link, I'm interested). > > > > Any hints? > > if you want to use your phone as wireless modem to connect your laptop > to the internet then you need DUN profile (see handbook, rfcomm_pppd(8)) > > if you want to use your phone to browse internet and use your laptop as > gateway then you need LAN profile (see handbook, rfcomm_pppd(8)) > > thanks, > max From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 09:29:58 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE04A16A4CE for ; Mon, 23 Aug 2004 09:29:58 +0000 (GMT) Received: from mpool.solaris.ru (mail.solaris.ru [194.85.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D782B43D54 for ; Mon, 23 Aug 2004 09:29:57 +0000 (GMT) (envelope-from kirill@mpool.solaris.ru) Received: from mpool.solaris.ru (localhost.solaris.ru [127.0.0.1]) by mpool.solaris.ru (8.12.10/8.12.6) with ESMTP id i7N9TiGM041814; Mon, 23 Aug 2004 13:29:44 +0400 (MSD) (envelope-from kirill@mpool.solaris.ru) Received: (from kirill@localhost) by mpool.solaris.ru (8.12.10/8.12.6/Submit) id i7N9ThZv041813; Mon, 23 Aug 2004 13:29:43 +0400 (MSD) Date: Mon, 23 Aug 2004 13:29:43 +0400 From: Kirill Bezzubets To: Eric Anderson Message-ID: <20040823092943.GA38275@solaris.ru> References: <412964C1.8000108@centtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <412964C1.8000108@centtech.com> User-Agent: Mutt/1.5.4i cc: freebsd-mobile@freebsd.org Subject: Re: Bluetooth modules don't load on RELENG_5 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 09:29:58 -0000 On Sun, Aug 22, 2004 at 10:30:09PM -0500, Eric Anderson wrote: > Just curious if anyone has been messing with bluetooth on a RELENG_5. > I'm not sure when it broke, since this is my first time messing with > bluetooth stuff. > > Following the handbook, I try to load the ng_ubt driver, and I get the > super-informative; > > # kldload ng_ubt > kldload: can't load ng_ubt: No such file or directory > > # ls -al /boot/kernel/ng_ubt.ko > -r-xr-xr-x 1 root wheel 45306 Aug 20 09:38 /boot/kernel/ng_ubt.ko > > (On a side note, I'm trying to get my new Sony Ericsson T637 phone > connected via bluetooth to my FreeBSD laptop for surfing and such. If > anyone has a good link, I'm interested). /usr/share/examples/netgraph/bluetooth/rc.bluetooth man hcsecd # cat bt-gprs #!/bin/sh rfcomm_sppd -a kaji.nokia -b -c 1 -t /dev/ttypa sleep 2 ppp -ddial btgprs > Any hints? Feel free to ask me if you need anything more - e.g. config files etc. > Thanks! > Eric > > > -- > ------------------------------------------------------------------ > Eric Anderson Sr. Systems Administrator Centaur Technology > Talk sense to a fool and he calls you foolish. > ------------------------------------------------------------------ > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" -- BR, Kirill Bezzubets CASE-RIPE CASE-RIPN CTO / Head Of N.O.C. mailto:kirill@solaris.ru Solaris ISP & Telecommunications Co. Ltd http://www.solaris.ru From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 13:03:50 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C7116A4CE for ; Mon, 23 Aug 2004 13:03:50 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF9143D48 for ; Mon, 23 Aug 2004 13:03:50 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BzEUG-0006Ca-00 for ; Mon, 23 Aug 2004 15:03:48 +0200 Received: from makrothumia.wingnet.net ([206.30.215.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 15:03:48 +0200 Received: from jesse by makrothumia.wingnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 15:03:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: Jesse Guardiani Date: Mon, 23 Aug 2004 09:03:45 -0400 Organization: WingNET Lines: 20 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: makrothumia.wingnet.net User-Agent: KNode/0.7.2 X-Mail-Copies-To: never Sender: news Subject: artifacts on my IBM A30p display... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jesse@wingnet.net List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 13:03:50 -0000 Hello, A few days ago I started noticing that my LCD display was showing strange characters in text mode. Jiggling the display makes the characters change. Now it's happening in graphics mode too. Has this happened to anyone with a Thinkpad before? I assume it's a bad connection (and hopefully not a failing video chipset) because I can make the characters change by moving the screen. Does anyone know how to fix this? -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 14:09:39 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D5F16A4CE for ; Mon, 23 Aug 2004 14:09:39 +0000 (GMT) Received: from mpb3.plala.or.jp (c154240.vh.plala.or.jp [210.150.154.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84F443D2D for ; Mon, 23 Aug 2004 14:09:38 +0000 (GMT) (envelope-from e-kamo@trio.plala.or.jp) Received: from msvc1.plala.or.jp ([172.23.8.209]) by mpb3.plala.or.jp with SMTP id <20040823140938.XEZC17073.mpb3.plala.or.jp@msvc1.plala.or.jp> for ; Mon, 23 Aug 2004 23:09:38 +0900 Received: ( 1282 invoked from network); 23 Aug 2004 23:09:37 +0900 X-SVCK: Received: from unknown (HELO mpb1.plala.or.jp) (172.23.8.16) by msvc1 with SMTP; 23 Aug 2004 23:09:36 +0900 Received: from trio.plala.or.jp ([219.25.148.52]) by mpb1.plala.or.jp with ESMTP id <20040823140936.CFFJ16886.mpb1.plala.or.jp@trio.plala.or.jp> for ; Mon, 23 Aug 2004 23:09:36 +0900 Message-ID: <4129FC87.4090306@trio.plala.or.jp> Date: Mon, 23 Aug 2004 23:17:43 +0900 From: Eitarou Kamo User-Agent: Mozilla/5.0 (Windows; U; Win98; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: ja MIME-Version: 1.0 To: freebsd-mobile@freebsd.org X-Enigmail-Version: 0.76.8.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: SONY Laptop umass issue in boot process X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 14:09:40 -0000 Hi all, I have problem in the boot process. I have sent to send-pr. That is http://www.freebsd.org/cgi/query-pr.cgi?pr=70028 I have thrown this problem to FreeBSD-hackers list. And I was pointed to this list. Does anyone know this about problem? Any helps are appreciated. Thanks in advance. BTW, my machine is SONY PCG-R505 J/BD Laptop. Eitarou -- *********************** Eitarou Kamo e‐mail e-kamo@trio.plala.or.jp For business: Feel free to mail me(above), please. Donation http://www.PayPal.Com GPG FingerPrint: CDBA 7611 5C29 A90E 4F3F 087A A90D 370A 7703 CF48 ************************************************************************ From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 14:15:15 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE5916A4CE; Mon, 23 Aug 2004 14:15:15 +0000 (GMT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49C2243D1D; Mon, 23 Aug 2004 14:15:15 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id i7NEFECw058466; Mon, 23 Aug 2004 09:15:14 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <4129FBEE.6050209@centtech.com> Date: Mon, 23 Aug 2004 09:15:10 -0500 From: Eric Anderson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tai-hwa Liang References: <412964C1.8000108@centtech.com> <41297CD4.4050609@savvis.net> <04082313224515.85992@www.mmlab.cse.yzu.edu.tw> In-Reply-To: <04082313224515.85992@www.mmlab.cse.yzu.edu.tw> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Bluetooth modules don't load on RELENG_5 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 14:15:15 -0000 Tai-hwa Liang wrote: >Eric, > > Was your RELENG_5 upgraded from 5.[012]-RELEASE? If so, try to fix the >module loading problem by following directions described in src/UPDATING: > >20040806: > Module loading has been fixed. Some older installations will > drop proper module_path initialization and modules will fail to > load properly. If you have a line in /boot/loader.rc that says: > "initialize drop", do (i386 only): > cp /usr/src/sys/boot/i386/loader/loader.rc /boot/loader.rc > chown root:wheel /boot/loader.rc > chmod 444 /boot/loader.rc > That did the trick. I guess I haven't tried to mess with any modules from command line (instead of in loader.conf) since before the 6th. Thanks again (and shame on me for not triple-checking src/UPDATING!) Eric -- ------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Talk sense to a fool and he calls you foolish. ------------------------------------------------------------------ From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 14:16:22 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B33516A58E; Mon, 23 Aug 2004 14:16:22 +0000 (GMT) Received: from otter3.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1623143D1D; Mon, 23 Aug 2004 14:16:22 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by otter3.centtech.com (8.12.3/8.12.3) with ESMTP id i7NEGLCw059024; Mon, 23 Aug 2004 09:16:21 -0500 (CDT) (envelope-from anderson@centtech.com) Message-ID: <4129FC31.7020902@centtech.com> Date: Mon, 23 Aug 2004 09:16:17 -0500 From: Eric Anderson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maksim Yevmenkin References: <412964C1.8000108@centtech.com> <41297CD4.4050609@savvis.net> In-Reply-To: <41297CD4.4050609@savvis.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Bluetooth modules don't load on RELENG_5 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 14:16:22 -0000 Maksim Yevmenkin wrote: >> (On a side note, I'm trying to get my new Sony Ericsson T637 phone >> connected via bluetooth to my FreeBSD laptop for surfing and such. >> If anyone has a good link, I'm interested). >> >> Any hints? > > > if you want to use your phone as wireless modem to connect your laptop > to the internet then you need DUN profile (see handbook, rfcomm_pppd(8)) > > if you want to use your phone to browse internet and use your laptop > as gateway then you need LAN profile (see handbook, rfcomm_pppd(8)) Thanks for the hints! Now that I have a working bluetooth module, I can forge ahead and get this working.. Eric -- ------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Talk sense to a fool and he calls you foolish. ------------------------------------------------------------------ From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 15:09:37 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9DA016A4CE for ; Mon, 23 Aug 2004 15:09:37 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48F0243D31 for ; Mon, 23 Aug 2004 15:09:37 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BzGS0-0001bx-00 for ; Mon, 23 Aug 2004 17:09:36 +0200 Received: from makrothumia.wingnet.net ([206.30.215.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 17:09:36 +0200 Received: from jesse by makrothumia.wingnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 17:09:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: Jesse Guardiani Date: Mon, 23 Aug 2004 11:09:32 -0400 Organization: WingNET Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: makrothumia.wingnet.net User-Agent: KNode/0.7.2 X-Mail-Copies-To: never Sender: news Subject: Re: artifacts on my IBM A30p display... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jesse@wingnet.net List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 15:09:38 -0000 Jesse Guardiani wrote: > Hello, > > A few days ago I started noticing that my LCD display > was showing strange characters in text mode. Jiggling > the display makes the characters change. Now it's > happening in graphics mode too. > > Has this happened to anyone with a Thinkpad before? > I assume it's a bad connection (and hopefully not a > failing video chipset) because I can make the characters > change by moving the screen. Does anyone know how to > fix this? I tried reseating the connector on the motherboard, but it didn't help. The artifacts are even showing up on my CRT external monitor. The fan still comes on under load though, some I'm not likely to suspect an overheating issue... Has anyone ever seen a bad LCD ribbon cable do this to an LCD and CRT? -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 15:14:33 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B5C516A4CE for ; Mon, 23 Aug 2004 15:14:33 +0000 (GMT) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00AE743D41 for ; Mon, 23 Aug 2004 15:14:32 +0000 (GMT) (envelope-from Michael.Reifenberger.gp@icn.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.12.6/8.12.6) with ESMTP id i7NFEULs025140; Mon, 23 Aug 2004 17:14:31 +0200 Received: from moody.mchh.siemens.de (moody.mchh.siemens.de [139.21.205.85]) by mail2.siemens.de (8.12.6/8.12.6) with ESMTP id i7NFEUsw006648; Mon, 23 Aug 2004 17:14:30 +0200 Received: from mchh275e.mchh.siemens.de (mchh275e.mchh.siemens.de [139.21.200.61])i7NFE9U9002920; Mon, 23 Aug 2004 17:14:19 +0200 Received: by mchh275e.mchh.siemens.de with Internet Mail Service (5.5.2657.72) id ; Mon, 23 Aug 2004 17:14:08 +0200 Message-ID: <648018B8B54EFE418F3E543306755AAC817E8B@mchh2c6e.mchh.siemens.de> From: Reifenberger Michael EXT To: "'jesse@wingnet.net'" , freebsd-mobile@freebsd.org Date: Mon, 23 Aug 2004 17:14:06 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain Subject: AW: artifacts on my IBM A30p display... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 15:14:33 -0000 Hi, your A30p System-board is defect. I had this twice before and got the Systemboard changed by IBM. It's a nightmare to get reproduced by IBM though... - They don't know what text-mode is because they boot windoof immediatly and the failure doesn't show up there easily. - You should take a few Pictures of the crippled BIOS (IBM-Logo) screen so they couldn't say it's by broken device-drivers. - Don't say you are using FreeBSD! Good Luck (Hopefully your Notebook isn't out of service) CU --- Michael Reifenberger Proj.: Michael.Reifenberger.gp@icn.siemens.de Plaut: Michael.Reifenberger@plaut.de Priv.: Michael@Reifenberger.com -----Ursprungliche Nachricht----- Von: owner-freebsd-mobile@freebsd.org [mailto:owner-freebsd-mobile@freebsd.org]Im Auftrag von Jesse Guardiani Gesendet: Montag, 23. August 2004 15:04 An: freebsd-mobile@freebsd.org Betreff: artifacts on my IBM A30p display... Hello, A few days ago I started noticing that my LCD display was showing strange characters in text mode. Jiggling the display makes the characters change. Now it's happening in graphics mode too. Has this happened to anyone with a Thinkpad before? I assume it's a bad connection (and hopefully not a failing video chipset) because I can make the characters change by moving the screen. Does anyone know how to fix this? -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net _______________________________________________ freebsd-mobile@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 15:37:05 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AF1B16A4CE for ; Mon, 23 Aug 2004 15:37:05 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69DD43D31 for ; Mon, 23 Aug 2004 15:37:04 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BzGsa-0002db-00 for ; Mon, 23 Aug 2004 17:37:04 +0200 Received: from makrothumia.wingnet.net ([206.30.215.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 17:37:04 +0200 Received: from jesse by makrothumia.wingnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 17:37:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: Jesse Guardiani Date: Mon, 23 Aug 2004 11:37:00 -0400 Organization: WingNET Lines: 27 Message-ID: References: <648018B8B54EFE418F3E543306755AAC817E8B@mchh2c6e.mchh.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: makrothumia.wingnet.net User-Agent: KNode/0.7.2 X-Mail-Copies-To: never Sender: news Subject: Re: AW: artifacts on my IBM A30p display... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jesse@wingnet.net List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 15:37:05 -0000 Reifenberger Michael EXT wrote: > Hi, > your A30p System-board is defect. > I had this twice before and got the Systemboard changed by IBM. > > It's a nightmare to get reproduced by IBM though... > - They don't know what text-mode is because they boot windoof immediatly > and > the failure doesn't show up there easily. > - You should take a few Pictures of the crippled BIOS (IBM-Logo) screen > so they couldn't say it's by broken device-drivers. > - Don't say you are using FreeBSD! > > Good Luck > (Hopefully your Notebook isn't out of service) Yeah, lucky me. It *is* out of service. Do you think I could limp by if I purchase a docking station and install a PCI video card? -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 15:48:26 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267A616A4D0 for ; Mon, 23 Aug 2004 15:48:26 +0000 (GMT) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5065143D5A for ; Mon, 23 Aug 2004 15:48:25 +0000 (GMT) (envelope-from Michael.Reifenberger.gp@icn.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.12.6/8.12.6) with ESMTP id i7NFmNFI032490; Mon, 23 Aug 2004 17:48:24 +0200 Received: from mchh247e.mchh.siemens.de (mchh247e.mchh.siemens.de [139.21.200.57]) by mail1.siemens.de (8.12.6/8.12.6) with ESMTP id i7NFmNxA026491; Mon, 23 Aug 2004 17:48:23 +0200 Received: by mchh247e.mchh.siemens.de with Internet Mail Service (5.5.2657.72) id ; Mon, 23 Aug 2004 17:48:22 +0200 Message-ID: <648018B8B54EFE418F3E543306755AAC817E8D@mchh2c6e.mchh.siemens.de> From: Reifenberger Michael EXT To: "'jesse@wingnet.net'" , freebsd-mobile@freebsd.org Date: Mon, 23 Aug 2004 17:48:18 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain Subject: AW: AW: artifacts on my IBM A30p display... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 15:48:26 -0000 Hi, IBM never told me what exactly went wrong so I don't know If it's the graphic-chip or the ROM or RAM... Best would be I you could try with someones docking station. Please keep the list informed about your results in case I get the same failure again (Which is very likely if you ask me :-( CU --- Michael Reifenberger Proj.: Michael.Reifenberger.gp@icn.siemens.de Plaut: Michael.Reifenberger@plaut.de Priv.: Michael@Reifenberger.com -----Ursprungliche Nachricht----- Von: owner-freebsd-mobile@freebsd.org [mailto:owner-freebsd-mobile@freebsd.org]Im Auftrag von Jesse Guardiani Gesendet: Montag, 23. August 2004 17:37 An: freebsd-mobile@freebsd.org Betreff: Re: AW: artifacts on my IBM A30p display... Reifenberger Michael EXT wrote: > Hi, > your A30p System-board is defect. > I had this twice before and got the Systemboard changed by IBM. > > It's a nightmare to get reproduced by IBM though... > - They don't know what text-mode is because they boot windoof immediatly > and > the failure doesn't show up there easily. > - You should take a few Pictures of the crippled BIOS (IBM-Logo) screen > so they couldn't say it's by broken device-drivers. > - Don't say you are using FreeBSD! > > Good Luck > (Hopefully your Notebook isn't out of service) Yeah, lucky me. It *is* out of service. Do you think I could limp by if I purchase a docking station and install a PCI video card? -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net _______________________________________________ freebsd-mobile@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 15:59:57 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BEA916A4CE for ; Mon, 23 Aug 2004 15:59:57 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F3443D1F for ; Mon, 23 Aug 2004 15:59:57 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BzHEi-0003N3-00 for ; Mon, 23 Aug 2004 17:59:56 +0200 Received: from makrothumia.wingnet.net ([206.30.215.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 17:59:56 +0200 Received: from jesse by makrothumia.wingnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Aug 2004 17:59:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: Jesse Guardiani Date: Mon, 23 Aug 2004 11:59:53 -0400 Organization: WingNET Lines: 22 Message-ID: References: <648018B8B54EFE418F3E543306755AAC817E8D@mchh2c6e.mchh.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: makrothumia.wingnet.net User-Agent: KNode/0.7.2 X-Mail-Copies-To: never Sender: news Subject: Re: AW: AW: artifacts on my IBM A30p display... X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jesse@wingnet.net List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 15:59:57 -0000 Reifenberger Michael EXT wrote: > Hi, > IBM never told me what exactly went wrong so > I don't know If it's the graphic-chip or the ROM or RAM... > Best would be I you could try with someones docking station. > > Please keep the list informed about your results in case I get the same > failure again (Which is very likely if you ask me :-( Well, I called IBM Tech Support about the problem, and they told me that since the problem also shows up on the CRT, it's definately a system board issue. So, if anyone can get me a nice deal on a system board, please let me know. -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.wingnet.net From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 23 17:44:04 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B44AC16A4CE for ; Mon, 23 Aug 2004 17:44:04 +0000 (GMT) Received: from sage.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 415CD43D48 for ; Mon, 23 Aug 2004 17:44:04 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from thought.org (tao [10.0.0.247]) by sage.thought.org (8.12.10/8.12.10) with ESMTP id i7NHhsoK003558; Mon, 23 Aug 2004 10:43:55 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by thought.org (8.12.11/8.12.11) with ESMTP id i7NHhrcF095896; Mon, 23 Aug 2004 10:43:53 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.12.11/8.12.11/Submit) id i7NHhqYq095895; Mon, 23 Aug 2004 10:43:52 -0700 (PDT) (envelope-from kline) Date: Mon, 23 Aug 2004 10:43:52 -0700 From: Gary Kline To: Kevin Oberman Message-ID: <20040823174351.GA95848@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 18 years of service to the Unix community User-Agent: Mutt/1.5.6i cc: FreeBSD Mobile Mailing List Subject: 600E and audio X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 17:44:04 -0000 Late last night enroute to the sack, I rebooted my 600E, then grep'd to find "irq 5". When I saw what you posted yesterday evening, I thought: Gotit! Naturally, after that I brought up X and the realplayer. When I heard the notes, I knew it would work. And it did. Netscape7 is way to overbloated for the RAM I have noe so I'm trying to get the realplayer to work with links... but that's another story. At any rate, I'll post the Cardbus and audio configuration for 5.3 to the FBSD laptop site as well as somewhere on my own domain. thanks to everybody for their help; i'll pass it along, gary -- Gary Kline kline@thought.org www.thought.org Public service Unix From owner-freebsd-mobile@FreeBSD.ORG Tue Aug 24 21:33:39 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45EE116A4D2 for ; Tue, 24 Aug 2004 21:33:39 +0000 (GMT) Received: from smile.eits.ca (eits.tor.istop.com [66.11.182.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id E439543D1F for ; Tue, 24 Aug 2004 21:33:38 +0000 (GMT) (envelope-from aromanko@smile.eits.ca) Received: by smile.eits.ca (Postfix, from userid 1000) id 99090190; Tue, 24 Aug 2004 17:39:08 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by smile.eits.ca (Postfix) with ESMTP id 951C016C for ; Tue, 24 Aug 2004 17:39:08 -0400 (EDT) Date: Tue, 24 Aug 2004 17:39:08 -0400 (EDT) From: Anatoliy Romanko To: freebsd-mobile@freebsd.org Message-ID: <20040824172755.H41442@smile.eits.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Cisco Aironet 350 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 21:33:39 -0000 Hello everyone! I recently got my hands on this card and I am all into making use of it. I have Compaq Evo N610c laptop, 5.2 current with custom kernel and blah... Cad is working fine, it is an0 and I have no problems with starting/stopping or anything in this sence. Anyone has same card working? I'm interested what software you would be using. wicontrol used to give me a list of active access points, ancontrol doesn't. I tried to play arround with switching it to monitor mode, but as pointed out somewhere in the list before it makes dhclient unhappy. I saw that some linux soft works with it, but couldn't make kismet agree with it's config. Maybe there is different way of installing drivers apart from compiling 'an' in kernel? Anyways. Enough. Whoever had this thing, let me know, plz. Many thanks. Anatoliy From owner-freebsd-mobile@FreeBSD.ORG Tue Aug 24 21:57:42 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B2F16A4CF for ; Tue, 24 Aug 2004 21:57:42 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 558AD43D3F for ; Tue, 24 Aug 2004 21:57:42 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id i7OLxChd008467; Tue, 24 Aug 2004 14:59:12 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id i7OLxCmu008466; Tue, 24 Aug 2004 14:59:12 -0700 Date: Tue, 24 Aug 2004 14:59:12 -0700 From: Brooks Davis To: Anatoliy Romanko Message-ID: <20040824215912.GB20932@odin.ac.hmc.edu> References: <20040824172755.H41442@smile.eits.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ftEhullJWpWg/VHq" Content-Disposition: inline In-Reply-To: <20040824172755.H41442@smile.eits.ca> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-mobile@freebsd.org Subject: Re: Cisco Aironet 350 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 21:57:42 -0000 --ftEhullJWpWg/VHq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 24, 2004 at 05:39:08PM -0400, Anatoliy Romanko wrote: > Hello everyone! >=20 > I recently got my hands on this card and I am all into making use of it. > I have Compaq Evo N610c laptop, 5.2 current with custom kernel and blah... >=20 > Cad is working fine, it is an0 and I have no problems with=20 > starting/stopping or anything in this sence. >=20 > Anyone has same card working? I'm interested what software you would=20 > be using. wicontrol used to give me a list of active access points,=20 > ancontrol doesn't. I tried to play arround with switching it to monitor= =20 > mode, but as pointed out somewhere in the list before it makes dhclient= =20 > unhappy. I saw that some linux soft works with it, but couldn't make=20 > kismet agree with it's config. wicontrol is irrelavent when using an(4). ancontrol does not support listing APs, probably because the hardware doesn't. If you want to use the interface and do monitoring, I'd suggest buying another card. That's just the way the Aeronet cards work. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --ftEhullJWpWg/VHq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBK7owXY6L6fI4GtQRArbjAJ4iPLt7/3nb6kT1O3m3IWyyY+YE7wCgyM2z y17Cxxo/VuppUcm6mm+2ulU= =XDK0 -----END PGP SIGNATURE----- --ftEhullJWpWg/VHq-- From owner-freebsd-mobile@FreeBSD.ORG Wed Aug 25 06:33:13 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0035C16A4CE for ; Wed, 25 Aug 2004 06:33:13 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C49243D6E for ; Wed, 25 Aug 2004 06:33:12 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id A04A7651F4; Wed, 25 Aug 2004 07:33:10 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17199-01-2; Wed, 25 Aug 2004 07:33:10 +0100 (BST) Received: from empiric.dek.spc.org (adsl-64-170-193-194.dsl.snfc21.pacbell.net [64.170.193.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 15239651EE; Wed, 25 Aug 2004 07:33:09 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id C14AE62FD; Tue, 24 Aug 2004 23:33:05 -0700 (PDT) Date: Tue, 24 Aug 2004 23:33:05 -0700 From: Bruce M Simpson To: Brooks Davis Message-ID: <20040825063305.GA86846@dhcp113.icir.org> Mail-Followup-To: Brooks Davis , Anatoliy Romanko , freebsd-mobile@freebsd.org References: <20040824172755.H41442@smile.eits.ca> <20040824215912.GB20932@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <20040824215912.GB20932@odin.ac.hmc.edu> cc: freebsd-mobile@freebsd.org cc: Anatoliy Romanko Subject: Re: Cisco Aironet 350 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 06:33:13 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 24, 2004 at 02:59:12PM -0700, Brooks Davis wrote: > wicontrol is irrelavent when using an(4). ancontrol does not support > listing APs, probably because the hardware doesn't. >=20 > If you want to use the interface and do monitoring, I'd suggest buying > another card. That's just the way the Aeronet cards work. Atsushi Onoe (NetBSD) has changes to make an(4) use net80211, but this doesn't work for the MPI350 (MiniPCI). I have changes in my Perforce branch to make an(4) do radiotap. BMS --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQFBLDKhueUpAYYNtTsRAneTAKChrGpt9qnyJHjoOnPapSvhtNZpbACeMIm+ ZTpp9N915w+9i7n0Eo3qBhA= =TXtV -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-freebsd-mobile@FreeBSD.ORG Thu Aug 26 15:16:56 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DD5D16A4CE for ; Thu, 26 Aug 2004 15:16:56 +0000 (GMT) Received: from ms-smtp-04-eri0.ohiordc.rr.com (ms-smtp-04-smtplb.ohiordc.rr.com [65.24.5.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBF943D2F for ; Thu, 26 Aug 2004 15:16:55 +0000 (GMT) (envelope-from wright.546@osu.edu) Received: from awright3 (dhcp065-024-224-240.insight.rr.com [65.24.224.240]) i7QFGqIZ023894 for ; Thu, 26 Aug 2004 11:16:52 -0400 (EDT) Message-ID: <002901c48b7f$b7bc60a0$40040c0a@gswa.tld> From: "A. Wright" To: References: <200405200904.37966.fish@fish-mail.com> <20040525200110.GY72221@shazam.wetworks.org> <20040525203957.GC5559@moya.lambermont.dyndns.org> <200405251419.45151.sam@errno.com> Date: Thu, 26 Aug 2004 11:16:51 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: DWL-650 & Kismet X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 15:16:56 -0000 Any chance this will get looked at and fixed up for 5.3-RELEASE ? > > I'm starting to remember about this stuff. I did the kismet code to support > radiotap and freebsd. The complaint about the DLT type is because I didn't > want to cannibalize the kismet code that handles this stuff--fixing the code > to not complain would've required major surgery and Mike wasn't keen on that > (or maybe I wasn't?). As to the cpu usage, I believe this was an unresolved > problem with the wi driver that didn't happen with ath. Despite seeing high > cpu usage with the wi driver things appeared to work fine for me and I ran > out of time to spend chasing the problem. So what everyone is seeing is > probably just the way I left it when I did the original work. > > kismet is a useful tool but a bit painful to debug with gdb because of the > heavy use of STL. > > Sam > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" From owner-freebsd-mobile@FreeBSD.ORG Thu Aug 26 19:05:13 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B00F16A4CE for ; Thu, 26 Aug 2004 19:05:13 +0000 (GMT) Received: from MXR-5.estpak.ee (mta2.mail.neti.ee [194.126.101.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9998D43D1F for ; Thu, 26 Aug 2004 19:05:12 +0000 (GMT) (envelope-from nigma@hot.ee) Received: by portal.hot.ee (Postfix, from userid 65534) id 1B07118742; Thu, 26 Aug 2004 22:05:10 +0300 (EEST) To: freebsd-mobile@freebsd.org From: APTEMKA Errors-To: X-Mailer: Hot.ee webmail (http://portal.hot.ee) Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Message-Id: <20040826190510.1B07118742@portal.hot.ee> Date: Thu, 26 Aug 2004 22:05:10 +0300 (EEST) X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at neti.ee Subject: question X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 19:05:13 -0000 Hello, where can I get information about installing Prism3 Wirless cards on FreeBSD? Are they supported? Is it possible to get drivers somewhere? Tnx ----------------------------------------- ITV - Sinu lemmiksaated internetis! http://www.itv.ee From owner-freebsd-mobile@FreeBSD.ORG Thu Aug 26 21:10:08 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE9716A4CE for ; Thu, 26 Aug 2004 21:10:08 +0000 (GMT) Received: from mail2.numachi.com (mail2.numachi.com [198.175.254.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C4C843D4C for ; Thu, 26 Aug 2004 21:10:08 +0000 (GMT) (envelope-from reichert@numachi.com) Received: (qmail 51316 invoked from network); 26 Aug 2004 21:10:07 -0000 Received: from natto.numachi.com (198.175.254.216) by mail2.numachi.com with SMTP; 26 Aug 2004 21:10:07 -0000 Received: (qmail 90837 invoked by uid 1001); 26 Aug 2004 21:10:07 -0000 Date: Thu, 26 Aug 2004 21:10:07 +0000 From: Brian Reichert To: freebsd-mobile@freebsd.org Message-ID: <20040826211006.GA90604@numachi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: how to I know if I've got USB 2.0? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 21:10:08 -0000 Many moons ago, I got an eMachines M5305: I know it's USB ports work, generally, but now I was chasing a umass devices with sub-par thoughput. I've mucking with a LaCie drive: Some specifics: FreeBSD 5.2.1-RELEASE, with USB_DEBUG in the kernel. >From a dmesg after a boot -v: ohci0: mem 0xf0004000-0xf0004fff irq 11 at device 13.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xf0005000-0xf0005fff irq 11 at device 13.1 on pci0 usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered And when I plug in a LaCie drive: usbd_new_device: addr=2, getting first desc failed uhub_explore: usb_new_device failed, error=IOERROR uhub0: device problem, disabling port 3 uhub0: port error, restarting port 3 umass0: LaCie USB 2.0 LaCie Big Disk, rev 2.00/9a.bc, addr 2 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0: Get Max Lun not supported (STALLED) umass0:0:0:-1: Attached to scbus0 GEOM: create disk da0 dp=0xc4620c50 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-4 device da0: 1.000MB/s transfers da0: 381564MB (781443935 512 byte sectors: 255H 63S/T 48642C) A crude thoughput test with 'dd' on a ufs fs with softupdates: # dd if=/dev/zero of=/new/junk bs=4k count=125000 125000+0 records in 125000+0 records out 512000000 bytes transferred in 619.612531 secs (826323 bytes/sec) The box claims 'up to 480 M bits/sec', which, if arithmetic serves me, should map to 60 M bytes/sec. I know there's overhead for the fs and so forth, but I'm seeing on the order of 75x reduction here. Have I misunderstood the problem? From owner-freebsd-mobile@FreeBSD.ORG Thu Aug 26 21:19:16 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01F1416A4CE for ; Thu, 26 Aug 2004 21:19:16 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id D746643D2D for ; Thu, 26 Aug 2004 21:19:15 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id i7QLL90s016352; Thu, 26 Aug 2004 14:21:09 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id i7QLL9Sv016351; Thu, 26 Aug 2004 14:21:09 -0700 Date: Thu, 26 Aug 2004 14:21:09 -0700 From: Brooks Davis To: Brian Reichert Message-ID: <20040826212109.GF14825@odin.ac.hmc.edu> References: <20040826211006.GA90604@numachi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="juZjCTNxrMaZdGZC" Content-Disposition: inline In-Reply-To: <20040826211006.GA90604@numachi.com> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-mobile@freebsd.org Subject: Re: how to I know if I've got USB 2.0? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 21:19:16 -0000 --juZjCTNxrMaZdGZC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 26, 2004 at 09:10:07PM +0000, Brian Reichert wrote: > Many moons ago, I got an eMachines M5305: >=20 > >=20 > I know it's USB ports work, generally, but now I was chasing a umass > devices with sub-par thoughput. I've mucking with a LaCie drive: >=20 > >=20 > Some specifics: FreeBSD 5.2.1-RELEASE, with USB_DEBUG in the kernel. >=20 > >From a dmesg after a boot -v: >=20 > ohci0: mem 0xf0004000-0xf0004fff irq 11 a= t device 13.0 on pci0 > usb0: OHCI version 1.0, legacy support > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 3 ports with 3 removable, self powered > ohci1: mem 0xf0005000-0xf0005fff irq 11 a= t device 13.1 on pci0 > usb1: OHCI version 1.0, legacy support > usb1: on ohci1 > usb1: USB revision 1.0 > uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered >=20 > And when I plug in a LaCie drive: >=20 > usbd_new_device: addr=3D2, getting first desc failed > uhub_explore: usb_new_device failed, error=3DIOERROR > uhub0: device problem, disabling port 3 > uhub0: port error, restarting port 3 > umass0: LaCie USB 2.0 LaCie Big Disk, rev 2.00/9a.bc, addr 2 > umass0: SCSI over Bulk-Only; quirks =3D 0x0000 > umass0: Get Max Lun not supported (STALLED) > umass0:0:0:-1: Attached to scbus0 > GEOM: create disk da0 dp=3D0xc4620c50 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-4 device=20 > da0: 1.000MB/s transfers > da0: 381564MB (781443935 512 byte sectors: 255H 63S/T 48642C) >=20 > A crude thoughput test with 'dd' on a ufs fs with softupdates: >=20 > # dd if=3D/dev/zero of=3D/new/junk bs=3D4k count=3D125000 > 125000+0 records in > 125000+0 records out > 512000000 bytes transferred in 619.612531 secs (826323 bytes/sec) >=20 > The box claims 'up to 480 M bits/sec', which, if arithmetic serves > me, should map to 60 M bytes/sec. I know there's overhead for the > fs and so forth, but I'm seeing on the order of 75x reduction here. >=20 > Have I misunderstood the problem? You need to enable the USB 2.0 controler ehci(4). USB is weird in that you actually have a USB 1.1 and USB 2.0 controler on the same bus. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --juZjCTNxrMaZdGZC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBLlRFXY6L6fI4GtQRAtR4AJ4t9mUXzkrwHuLri6+YzsTxD28c0gCdFF4q 0fxeTW0aXdVZjVMQ61HAr6w= =kIdA -----END PGP SIGNATURE----- --juZjCTNxrMaZdGZC-- From owner-freebsd-mobile@FreeBSD.ORG Thu Aug 26 22:38:23 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED6DB16A4CF for ; Thu, 26 Aug 2004 22:38:23 +0000 (GMT) Received: from mail2.numachi.com (mail2.numachi.com [198.175.254.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 3824643D2D for ; Thu, 26 Aug 2004 22:38:23 +0000 (GMT) (envelope-from reichert@numachi.com) Received: (qmail 55175 invoked from network); 26 Aug 2004 22:38:22 -0000 Received: from natto.numachi.com (198.175.254.216) by mail2.numachi.com with SMTP; 26 Aug 2004 22:38:22 -0000 Received: (qmail 91527 invoked by uid 1001); 26 Aug 2004 22:38:19 -0000 Date: Thu, 26 Aug 2004 22:38:19 +0000 From: Brian Reichert To: Brooks Davis Message-ID: <20040826223819.GB90604@numachi.com> References: <20040826211006.GA90604@numachi.com> <20040826212109.GF14825@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040826212109.GF14825@odin.ac.hmc.edu> User-Agent: Mutt/1.5.6i cc: freebsd-mobile@freebsd.org Subject: Re: how to I know if I've got USB 2.0? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 22:38:24 -0000 On Thu, Aug 26, 2004 at 02:21:09PM -0700, Brooks Davis wrote: > You need to enable the USB 2.0 controler ehci(4). USB is weird in that > you actually have a USB 1.1 and USB 2.0 controler on the same bus. Thanks; I'll give that a whirl. I trust putting 'device ehci' in my kernel config file is adequate? Or are there further twweaks after a rebbot I have to do? > > -- Brooks > -- Brian Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large From owner-freebsd-mobile@FreeBSD.ORG Thu Aug 26 22:44:43 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA9516A4CE for ; Thu, 26 Aug 2004 22:44:43 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5625343D31 for ; Thu, 26 Aug 2004 22:44:43 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id i7QMkbrK024768; Thu, 26 Aug 2004 15:46:38 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id i7QMkbBo024767; Thu, 26 Aug 2004 15:46:37 -0700 Date: Thu, 26 Aug 2004 15:46:37 -0700 From: Brooks Davis To: Brian Reichert Message-ID: <20040826224637.GI14825@odin.ac.hmc.edu> References: <20040826211006.GA90604@numachi.com> <20040826212109.GF14825@odin.ac.hmc.edu> <20040826223819.GB90604@numachi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="l06SQqiZYCi8rTKz" Content-Disposition: inline In-Reply-To: <20040826223819.GB90604@numachi.com> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu cc: freebsd-mobile@freebsd.org Subject: Re: how to I know if I've got USB 2.0? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 22:44:43 -0000 --l06SQqiZYCi8rTKz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 26, 2004 at 10:38:19PM +0000, Brian Reichert wrote: > On Thu, Aug 26, 2004 at 02:21:09PM -0700, Brooks Davis wrote: > > You need to enable the USB 2.0 controler ehci(4). USB is weird in that > > you actually have a USB 1.1 and USB 2.0 controler on the same bus. >=20 > Thanks; I'll give that a whirl. I trust putting 'device ehci' in > my kernel config file is adequate? Or are there further twweaks > after a rebbot I have to do? That should be sufficient though I had stability problems with ehci last time I used it (9 months ago). -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --l06SQqiZYCi8rTKz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBLmhMXY6L6fI4GtQRAnCqAJ9DEFcU6INTGPX37Jd1FhHE94kAdACfc7uU cZYfPQ+xUUoxyTKEFlNyqds= =uv2n -----END PGP SIGNATURE----- --l06SQqiZYCi8rTKz-- From owner-freebsd-mobile@FreeBSD.ORG Fri Aug 27 07:37:07 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A00D16A4CE for ; Fri, 27 Aug 2004 07:37:07 +0000 (GMT) Received: from mail.nrw.ca (gw.borndigital.ca [66.96.18.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E1343D4C for ; Fri, 27 Aug 2004 07:37:06 +0000 (GMT) (envelope-from freebsd@nrw.ca) Received: from [172.16.3.103] (saturn.nrw.ca [172.16.3.103]) by mail.nrw.ca (Postfix) with ESMTP id 9501A14D14 for ; Fri, 27 Aug 2004 03:36:41 -0400 (EDT) Message-ID: <412EE4A4.3080607@nrw.ca> Date: Fri, 27 Aug 2004 03:37:08 -0400 From: Mike Goumans User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Sierra Wireless Aircard 555 adventures X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 07:37:07 -0000 After reading the previous posts on the subject, and having one of these cards drop in my lap, I have decided to try and get this card working correctly in RELENG_5_2. I have reached somewhat of a stumbling block, mostly because I dont completely understand some of what is involved. After reading over the Linux and OSX fixes for this card, the best way to get it working as a serial device only, is to change the CIS information on the card. I have been trying to use cis quirks to accomplish the first task, which is changing the function id from network card to serial port. This was quite simple, but looking over the complete CIS information provided, it seems to also have to create its own set of cftable entries to direct the proper io addresses and irq mask for the card. This is where I am stuck. I dont understand the pccard_config_entry struct enough to make the proper changes. I have been making semi-educated guesses, but am still falling short. Below I am going to dump all the information that I think is somewhat valid in this endeavour, including what I think I'm missing and some other notes regarding it. The original tuple before any changes is as follows. cis mem map 0xda2be000 (resource: 0x88000000) pccard0: CIS tuple chain: CISTPL_DEVICE type=null speed=null 01 02 00 ff CISTPL_DEVICE_A type=eeprom speed=250ns 17 03 41 00 ff CISTPL_MANFID 20 04 92 01 55 a5 CISTPL_FUNCID 21 02 06 00 CISTPL_VERS_1 15 2a 07 00 53 69 65 72 72 61 20 57 69 72 65 6c 65 73 73 00 41 69 72 43 61 72 64 20 35 35 35 00 41 35 35 35 00 52 65 76 20 31 00 ff CISTPL_CONFIG 1a 05 01 03 00 07 73 CISTPL_CFTABLE_ENTRY 1b 09 c1 41 19 01 55 66 30 f8 ff CISTPL_END ff cis mem map da2be000 CISTPL_LINKTARGET expected, code ff observed pccard0: check_cis_quirks pccard0: CIS version PC Card Standard 7.0 pccard0: CIS info: Sierra Wireless, AirCard 555, A555, Rev 1 pccard0: Manufacturer code 0x192, product 0xa555 pccard0: function 0: network adapter, ccr addr 700 mask 73 pccard0: function 0, config table entry 1: I/O card; irq mask fff8; iomask 6, iospace 0-3f; rdybsy_active io8 io16 irqlevel pccard0: functions scanning pccard0: Card has 1 functions. pccard_mfc is 0 pccard0: I/O rid 0 start 0 end ffffffff pccard0: ccr_res == 88000000-880003ff, base=700 pccard0: function 0 CCR at 0 offset 700: 41 0 0 0, 0 0 0 0, 0 pccard0: (manufacturer=0x0192, product=0xa555) at function 0 pccard0: CIS info: Sierra Wireless, AirCard 555, A555 This shows the first major issue with getting this working, the fact that its telling the system its a network card. Now I looked at the Linux cis info from http://centerclick.org/aircard555/ /etc/pcmcia/cis/aircard555.cis: dev_info no_info attr_dev_info EEPROM 250ns, 512b manfid 0x013f, 0x0710 funcid serial_port vers_1 7.0, "Sierra Wireless", "AirCard 555", "A555", "Rev 1" config base 0x0700 mask 0x0073 last_index 0x03 cftable_entry 0x20 [default] io 0x03f8-0x03ff [lines=3] [8bit] [range] irq mask 0x3fbc [level] cftable_entry 0x21 io 0x02f8-0x02ff [lines=3] [8bit] [range] cftable_entry 0x22 io 0x03e8-0x03ef [lines=3] [8bit] [range] cftable_entry 0x23 io 0x02e8-0x02ef [lines=3] [8bit] [range] cftable_entry 0x24 io 0x0000-0x0007 [lines=3] [8bit] From the OSX driver change // Hack to replace CIS data cisdump_t cisinfo = { 122, { 0x01, 0x01, 0xff, 0x17, 0x03, 0x41, 0x00, 0xff, 0x20, 0x04, 0x3f, 0x01, 0x10, 0x07, 0x21, 0x02, 0x02, 0x00, 0x15, 0x2a, 0x07, 0x00, 0x53, 0x69, 0x65, 0x72, 0x72, 0x61, 0x20, 0x57, 0x69, 0x72, 0x65, 0x6c, 0x65, 0x73, 0x73, 0x00, 0x41, 0x69, 0x72, 0x43, 0x61, 0x72, 0x64, 0x20, 0x35, 0x35, 0x35, 0x00, 0x41, 0x35, 0x35, 0x35, 0x00, 0x52, 0x65, 0x76, 0x20, 0x31, 0x00, 0xff, 0x1a, 0x05, 0x01, 0x03, 0x00, 0x07, 0x73, 0x1b, 0x0b, 0xe0, 0x01, 0x18, 0xa3, 0x60, 0xf8, 0x03, 0x07, 0x30, 0xbc, 0x3f, 0x1b, 0x08, 0xa1, 0x01, 0x08, 0xa3, 0x60, 0xf8, 0x02, 0x07, 0x1b, 0x08, 0xa2, 0x01, 0x08, 0xa3, 0x60, 0xe8, 0x03, 0x07, 0x1b, 0x08, 0xa3, 0x01, 0x08, 0xa3, 0x60, 0xe8, 0x02, 0x07, 0x1b, 0x04, 0xa4, 0x01, 0x08, 0x23, 0x14, 0x00, 0xff, 0x00 } }; Extrapolating from the above, I have come up with the following equivlant in the standard way that the kernel dumps the cis ( THIS MAY BE COMPLETELY INCORRECT, AND I WOULDNT BE SURPRISED IF IT WAS ) CIS_TPL_DEVICE 01 01 FF CISTPL_DEVICE_A 17 03 41 00 ff CISTPL_MANFID 20 04 3f 01 10 07 CISTPL_FUNCID 21 02 02 00 CISTPL_VERS_1 15 2a 07 00 53 69 65 72 72 61 20 57 69 72 65 6c 65 73 73 00 41 69 72 43 61 72 64 20 35 35 35 00 41 35 35 35 00 52 65 76 20 31 00 ff CISTPL_CONFIG 1a 05 01 03 00 07 73 CISTPL_CFTABLE_ENTRY 1b 0b e0 01 18 a3 60 f8 03 07 30 bc 3f 1b 09 a1 01 08 a3 60 f8 02 07 1b 08 a2 01 08 a3 60 e8 03 07 1b 08 a3 01 08 a3 60 e8 02 07 1b 04 a4 01 08 23 14 00 ff CISTPL_END NULL?? I have yet to figure out what the changes in CIS_TPL_DEVICE actually do. I also can't figure out why the MANFID would be changed. I thought initially this was an attempt to just clone the MANFID from a currently working modem card. I checked and 0x013f is used by Racore Computer Products, which doesnt seem to make modem cards. I dont think that changing MANFID on this card is even useful in this instance, but anything is possible. Changing FUNCID from 06 (network) to 02 ( serial ) is straightforward. One part that I am not sure of ( because I do not know the standard structures of tuples, is does a FUNCID of 21 02 06 00 mean that its capable of both network and serial. Im assuming its not because of the change, but it would make sense if it did. To make this change, I created the following struct static struct pccard_function pccard_a555_func0 = { 0, /* function number */ PCCARD_FUNCTION_SERIAL, 0x4, /* last cfe number */ 0x700, /* ccr_base */ 0x73, /* ccr_mask */ }; I am not sure that the last cfe number is correct. The next changes are in the CFTABLE_ENTRY. This seems alot longer than the standard entry there, and this is where I am confused. I see from the Linux text cis file, that its creating 5 entries. Since the first ( last? ) byte is 1b, and its repeated 5 times, I'm assuming thats the start/end of the cftable entry. I can also see where the port addresses are written, and the entire entry makes perfect sense. What I dont know, is how to create the pccard_config_entry struct in pccard_cis_quirks to change the cftables properly. Do I only make a cfe0 ? do I have to make 0-4 because of the 5 different entries?. I tried duplicating it from the 3cxem556 entry and modifying it about 30 times with no success. I spent an incredibly long time trying to figure out why my changes in pccarddevs wasnt registering the card, but until I figured out until it has attached to a driver, its going to show up as The card is now detected as a serial port, assigned sio4, but because the cftable entries are not correct / complete, the port and irq assignments are wrong, the uart is not properly detected, and the system freezes. If required I can copy the final part of the screen I still see post lockup, but its just the incorrect port / irq assignments ( which im assuming what is held in the current CFTABLE ENTRY as its not being changed properly yet ) Any ideas on what the pccard_config_entry structs should look like in this case? I have tried going through the NetBSD changes for this file also, and I can see the changes that were made, but they make little sense to me because I cant see what the previous CIS looked like to compare it to, and I also dont have any information on the PCCARD specifications so this all has been just flying by the seat of my pants. Thanks alot, Mike Linux Fix Website http://centerclick.org/aircard555/ OSX Fix Patch http://www.cs.ucsd.edu/~snoeren/aircard555.patch From owner-freebsd-mobile@FreeBSD.ORG Sat Aug 28 15:07:12 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B458916A4CE for ; Sat, 28 Aug 2004 15:07:12 +0000 (GMT) Received: from mail2.numachi.com (mail2.numachi.com [198.175.254.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 122A643D2D for ; Sat, 28 Aug 2004 15:07:11 +0000 (GMT) (envelope-from reichert@numachi.com) Received: (qmail 59127 invoked from network); 28 Aug 2004 15:07:09 -0000 Received: from natto.numachi.com (198.175.254.216) by mail2.numachi.com with SMTP; 28 Aug 2004 15:07:09 -0000 Received: (qmail 4547 invoked by uid 1001); 28 Aug 2004 15:07:08 -0000 Date: Sat, 28 Aug 2004 15:07:08 +0000 From: Brian Reichert To: Brooks Davis Message-ID: <20040828150708.GA4365@numachi.com> References: <20040826211006.GA90604@numachi.com> <20040826212109.GF14825@odin.ac.hmc.edu> <20040826223819.GB90604@numachi.com> <20040826224637.GI14825@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040826224637.GI14825@odin.ac.hmc.edu> User-Agent: Mutt/1.5.6i cc: freebsd-mobile@freebsd.org Subject: Re: how to I know if I've got USB 2.0? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 15:07:12 -0000 On Thu, Aug 26, 2004 at 03:46:37PM -0700, Brooks Davis wrote: > On Thu, Aug 26, 2004 at 10:38:19PM +0000, Brian Reichert wrote: > > Thanks; I'll give that a whirl. I trust putting 'device ehci' in > > my kernel config file is adequate? Or are there further twweaks > > after a rebbot I have to do? > > That should be sufficient though I had stability problems with ehci last > time I used it (9 months ago). Hmm. Well, I was getting great throutput with the ehci device in place, up until my machine hung. :) Darn... Thanks again for the advice... > -- Brooks > > -- > Any statement of the form "X is the one, true Y" is FALSE. > PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 -- Brian Reichert 37 Crystal Ave. #303 Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large