From owner-freebsd-mobile@FreeBSD.ORG Sun Apr 9 06:46:19 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 ED8E416A402 for ; Sun, 9 Apr 2006 06:46:19 +0000 (UTC) (envelope-from guru@Sisis.de) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D7343D46 for ; Sun, 9 Apr 2006 06:46:18 +0000 (GMT) (envelope-from guru@Sisis.de) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id IAA09521; Sun, 9 Apr 2006 08:43:41 +0200 (CEST) (envelope-from guru@Sisis.de) From: guru@Sisis.de Received: from ppp-62-245-209-158.mnet-online.de(62.245.209.158) by hunter.Sisis.de via smap (V2.1) id xma009517; Sun, 9 Apr 06 08:43:31 +0200 Received: (from guru@localhost) by rebelion.Sisis.de (8.13.4/8.13.4/Submit) id k396jk2Z001458; Sun, 9 Apr 2006 08:45:46 +0200 (CEST) (envelope-from guru@Sisis.de) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to guru@Sisis.de using -f Date: Sun, 9 Apr 2006 08:45:46 +0200 To: Sam Leffler Message-ID: <20060409064546.GA1443@rebelion.Sisis.de> References: <20060407122442.GC10982@rebelion.Sisis.de> <44381755.3090705@cbs.dk> <44381B9D.80608@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <44381B9D.80608@errno.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-RELEASE (i386) Cc: Gregers Petersen , freebsd-mobile@freebsd.org Subject: Re: 6.0-REL && iwi && wistumbler2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias.Apitz@Sisis.de List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 06:46:20 -0000 El día Saturday, April 08, 2006 a las 01:22:53PM -0700, Sam Leffler escribió: > The right solution is to use bpf to collect 802.11 frames either from > the 802.11 layer or from the driver. At the 802.11 layer you get raw > frames. At the driver layer you get much more info (rssi, channel, > etc.). This is how kismet, ethereal, etc. work. I've had patches to > dstumbler for several years to do this: > > http://www.freebsd.org/~sam/dstumbler.tgz > > Some cards require that you operate in monitor mode to get interesting > information. I do not know wistumbler2 to know if it works like > this--but if it does then it can work with any wireless card that is > properly integrated into the system. I've compiled and installed it, but 'dstumbler iwi0' freezes the system; matthias From owner-freebsd-mobile@FreeBSD.ORG Sun Apr 9 17:51:09 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 DFA9016A402 for ; Sun, 9 Apr 2006 17:51:09 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C9E843D48 for ; Sun, 9 Apr 2006 17:51:09 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k39Hp14U022433 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Apr 2006 10:51:02 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44394985.5020604@errno.com> Date: Sun, 09 Apr 2006 10:51:01 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5 (X11/20060210) MIME-Version: 1.0 To: Matthias.Apitz@Sisis.de References: <20060407122442.GC10982@rebelion.Sisis.de> <44381755.3090705@cbs.dk> <44381B9D.80608@errno.com> <20060409064546.GA1443@rebelion.Sisis.de> In-Reply-To: <20060409064546.GA1443@rebelion.Sisis.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Gregers Petersen , freebsd-mobile@freebsd.org Subject: Re: 6.0-REL && iwi && wistumbler2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 17:51:10 -0000 guru@Sisis.de wrote: > El día Saturday, April 08, 2006 a las 01:22:53PM -0700, Sam Leffler escribió: > >> The right solution is to use bpf to collect 802.11 frames either from >> the 802.11 layer or from the driver. At the 802.11 layer you get raw >> frames. At the driver layer you get much more info (rssi, channel, >> etc.). This is how kismet, ethereal, etc. work. I've had patches to >> dstumbler for several years to do this: >> >> http://www.freebsd.org/~sam/dstumbler.tgz >> >> Some cards require that you operate in monitor mode to get interesting >> information. I do not know wistumbler2 to know if it works like >> this--but if it does then it can work with any wireless card that is >> properly integrated into the system. > > I've compiled and installed it, but 'dstumbler iwi0' freezes the > system; Just tried it on a releng6 kernel w/ the "new iwi driver" from max and it doesn't freeze my system but it also does not seem to work right. OTOH tcpdump works fine so it's in the dstumbler code. Not too surprised as it's probably been several years since I last ran it. Will dig some more later. Sam From owner-freebsd-mobile@FreeBSD.ORG Sun Apr 9 18:34:03 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 C46E116A400 for ; Sun, 9 Apr 2006 18:34:03 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540E443D45 for ; Sun, 9 Apr 2006 18:34:03 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k39IY0gS022589 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 9 Apr 2006 11:34:01 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44395398.1030600@errno.com> Date: Sun, 09 Apr 2006 11:34:00 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5 (X11/20060210) MIME-Version: 1.0 To: Matthias.Apitz@Sisis.de References: <20060407122442.GC10982@rebelion.Sisis.de> <44381755.3090705@cbs.dk> <44381B9D.80608@errno.com> <20060409064546.GA1443@rebelion.Sisis.de> <44394985.5020604@errno.com> In-Reply-To: <44394985.5020604@errno.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Gregers Petersen , freebsd-mobile@freebsd.org Subject: Re: 6.0-REL && iwi && wistumbler2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2006 18:34:03 -0000 Sam Leffler wrote: > guru@Sisis.de wrote: >> El día Saturday, April 08, 2006 a las 01:22:53PM -0700, Sam Leffler >> escribió: >> >>> The right solution is to use bpf to collect 802.11 frames either from >>> the 802.11 layer or from the driver. At the 802.11 layer you get raw >>> frames. At the driver layer you get much more info (rssi, channel, >>> etc.). This is how kismet, ethereal, etc. work. I've had patches to >>> dstumbler for several years to do this: >>> >>> http://www.freebsd.org/~sam/dstumbler.tgz >>> >>> Some cards require that you operate in monitor mode to get >>> interesting information. I do not know wistumbler2 to know if it >>> works like this--but if it does then it can work with any wireless >>> card that is properly integrated into the system. >> >> I've compiled and installed it, but 'dstumbler iwi0' freezes the >> system; > > Just tried it on a releng6 kernel w/ the "new iwi driver" from max and > it doesn't freeze my system but it also does not seem to work right. > OTOH tcpdump works fine so it's in the dstumbler code. Not too > surprised as it's probably been several years since I last ran it. Will > dig some more later. Hmm. now it's working for me but only in monitor mode (which is really the intended way to use it). That is, on releng6 with the "new iwi" driver and a 2915 card I can do: ifconfig iwi0 mediaopt monitor ifconfig iwi0 up dstumbler iwi0 -o and see all the ap's near the station. dstumbler should automatically switch the device in+out of monitor mode but I had to do it manually. I also had to mark the interface up; probably something dstumbler should do too. There is no s/n data as the frame data doesn't include that; I may switch to the radiotap format so this can work. iwi doesn't support scanning while in monitor mode so perhaps you didn't use the -o option. I also checked on some other cards (ath, ral, wi) and things worked fine in monitor mode. ath+ral also worked using the system to scan (i.e. no -o option). Using that interface you get s/n data. Sam From owner-freebsd-mobile@FreeBSD.ORG Mon Apr 10 08:31:26 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 ECF1516A403 for ; Mon, 10 Apr 2006 08:31:26 +0000 (UTC) (envelope-from guru@Sisis.de) Received: from hunter.Sisis.de (hunter.sisis.de [193.31.11.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D1C43D45 for ; Mon, 10 Apr 2006 08:31:25 +0000 (GMT) (envelope-from guru@Sisis.de) Received: (from mail@localhost) by hunter.Sisis.de (8.8.8/8.8.8) id KAA26810; Mon, 10 Apr 2006 10:29:04 +0200 (CEST) (envelope-from guru@Sisis.de) From: guru@Sisis.de Received: from hermes.sisis.de(193.31.10.38) by hunter.Sisis.de via smap (V2.1) id xma026807; Mon, 10 Apr 06 10:28:37 +0200 Received: from rebelion.Sisis.de (rebelion.Sisis.de [193.31.10.34]) by hermes.sisis.de (8.8.8/8.8.8) with ESMTP id KAA03755; Mon, 10 Apr 2006 10:31:00 +0200 (CEST) (envelope-from guru@Sisis.de) Received: (from guru@localhost) by rebelion.Sisis.de (8.13.4/8.13.4/Submit) id k3A8UlwM003868; Mon, 10 Apr 2006 10:30:47 +0200 (CEST) (envelope-from guru@Sisis.de) X-Authentication-Warning: rebelion.Sisis.de: guru set sender to guru@Sisis.de using -f Date: Mon, 10 Apr 2006 10:30:47 +0200 To: Sam Leffler Message-ID: <20060410083047.GA3846@rebelion.Sisis.de> References: <20060407122442.GC10982@rebelion.Sisis.de> <44381755.3090705@cbs.dk> <44381B9D.80608@errno.com> <20060409064546.GA1443@rebelion.Sisis.de> <44394985.5020604@errno.com> <44395398.1030600@errno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <44395398.1030600@errno.com> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-RELEASE (i386) Cc: Gregers Petersen , freebsd-mobile@freebsd.org Subject: Re: 6.0-REL && iwi && wistumbler2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias.Apitz@Sisis.de List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 08:31:27 -0000 El día Sunday, April 09, 2006 a las 11:34:00AM -0700, Sam Leffler escribió: > Hmm. now it's working for me but only in monitor mode (which is really > the intended way to use it). That is, on releng6 with the "new iwi" > driver and a 2915 card I can do: > > ifconfig iwi0 mediaopt monitor > ifconfig iwi0 up > dstumbler iwi0 -o > > and see all the ap's near the station. dstumbler should automatically > switch the device in+out of monitor mode but I had to do it manually. I > also had to mark the interface up; probably something dstumbler should > do too. There is no s/n data as the frame data doesn't include that; I > may switch to the radiotap format so this can work. iwi doesn't support > scanning while in monitor mode so perhaps you didn't use the -o option. > > I also checked on some other cards (ath, ral, wi) and things worked fine > in monitor mode. ath+ral also worked using the system to scan (i.e. no > -o option). Using that interface you get s/n data. I did exactly as you did the above three commands; this time it does not have frozen the system (maybe it has to do that when I crashed it at home I was connected through that iwi0 interface, ie it was UP and RUNNING); the 'dstumbler' was cycling through the channels and found on channel 11 the access point; I stopped it and relaunched 'dstumbler iwi0 -o' again, and again, but it can't see the ap any more, which of course is still there: $ ifconfig iwi0 scan SSID BSSID CHAN RATE S:N INT CAPS Sisis 00:02:72:43:e1:2f 11 11M 84:0 100 EP matthias From owner-freebsd-mobile@FreeBSD.ORG Mon Apr 10 13:21:26 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 E6D2416A400 for ; Mon, 10 Apr 2006 13:21:26 +0000 (UTC) (envelope-from nayak_purushotham@yahoo.com) Received: from web33301.mail.mud.yahoo.com (web33301.mail.mud.yahoo.com [68.142.206.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 7595B43D49 for ; Mon, 10 Apr 2006 13:21:26 +0000 (GMT) (envelope-from nayak_purushotham@yahoo.com) Received: (qmail 23547 invoked by uid 60001); 10 Apr 2006 13:21:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=U18DsicEkmuQ7vAuSYMWys8wNVZt2E119HFQLYqefLkKmz1n0c9HyGnEHP2NaPKUHhZE0/qDstrvlUVWIE5DkVPfR00LxNvbh/tA8W8D140vKy3zD2EHjkV5/akGenHG/ssVKYu61I4J7b0Xu1Rplth9zAlP0EzICdSXVlPl1BY= ; Message-ID: <20060410132126.23545.qmail@web33301.mail.mud.yahoo.com> Received: from [209.136.0.128] by web33301.mail.mud.yahoo.com via HTTP; Mon, 10 Apr 2006 06:21:26 PDT Date: Mon, 10 Apr 2006 06:21:26 -0700 (PDT) From: Purushotham Nayak To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: AR5413 Support X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 13:21:27 -0000 Hi All, Does anyone know if the AR5413 that's there in the newer miniPCI cards from compex http://www.compex.com.sg/home/products1.asp?20050704062005 is supported in FreeBSD 6.x ?. Thanks nayak __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-mobile@FreeBSD.ORG Mon Apr 10 13:38:42 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 85B6316A403 for ; Mon, 10 Apr 2006 13:38:42 +0000 (UTC) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com (heathrow.savoladns.com [212.12.174.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A3F143D80 for ; Mon, 10 Apr 2006 13:38:39 +0000 (GMT) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com ([127.0.0.1]) by localhost (heathrow.savoladns.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 72707-01 for ; Mon, 10 Apr 2006 16:38:32 +0300 (AST) Received: from redevil.savola.com (unknown [222.22.1.191]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by heathrow.savoladns.com (Postfix) with ESMTP id 3EDA89583B for ; Mon, 10 Apr 2006 16:38:31 +0300 (AST) From: Yousef Raffah To: freebsd-mobile@freebsd.org Content-Type: text/plain Organization: The Savola Group Date: Mon, 10 Apr 2006 16:39:12 +0300 Message-Id: <1144676352.642.18.camel@redevil.savola.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: FreeBSD 6 on Toshiba Tecra A4 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yraffah@savola.com List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 13:38:42 -0000 Anybody installed FreeBSD 6 on Toshiba Tecra A4 P-M 750? From owner-freebsd-mobile@FreeBSD.ORG Mon Apr 10 23:23:32 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 5A16216A400 for ; Mon, 10 Apr 2006 23:23:32 +0000 (UTC) (envelope-from danolson@visi.com) Received: from conn.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0590D43D45 for ; Mon, 10 Apr 2006 23:23:31 +0000 (GMT) (envelope-from danolson@visi.com) Received: from [192.168.240.220] (danolson.dsl.visi.com [209.98.225.50]) by conn.mc.mpls.visi.com (Postfix) with ESMTP id 251B281AC; Mon, 10 Apr 2006 18:23:31 -0500 (CDT) Message-ID: <443AE8F1.1020403@visi.com> Date: Mon, 10 Apr 2006 18:23:29 -0500 From: Dan Olson User-Agent: Thunderbird 1.5 (X11/20060407) MIME-Version: 1.0 To: freebsd-mobile@freebsd.org, frank@altpeter.de References: <20060308141302.GE47666@pegasus.dyndns.info> <20060310152957.GC1052@galgenberg.net> <20060310153632.GA50027@pegasus.dyndns.info> <20060406151237.GE53380@pegasus.dyndns.info> <4436A099.2090208@visi.com> <20060409185002.GA40723@hermes.hosts.corpex.de> <20060410142655.GA3853@pegasus.dyndns.info> In-Reply-To: <20060410142655.GA3853@pegasus.dyndns.info> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: [solved] IBM T42p (Radeon RV350) and Direct Rendering (DRI) problems X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 23:23:32 -0000 Frank Altpeter wrote: > Hi there, > > Cc freebsd-mobile@freebsd.org wrote on 2006-04-09 at 20:50:02 CEST: >> Hi there, >> >> Dan Olson wrote on 2006-04-07 at 19:25:45 CEST: >>> It works on my T42p with FreeBSD 6.0 and these ports: >> Whoa nelly... quite strange... >> >>> dri-6.4.1,2 >>> xorg-6.9.0 >> dri-6.4.1,2 = up-to-date with port >> xorg-6.9.0 = up-to-date with port >> >>> I know glxgears is not a real benchmark but I get around 1550 FPS from >>> it. I've forgotten how much I got without. >> Without it's about 250 on mine... >> >>> Just use the correct dri port and make sure there is nothing weird in >>> your xorg.conf file. If you have more trouble post the xorg.conf and >>> Xorg log file. >> Well, then there seems to be a big desaster in my xorg.conf, since it >> doesn't work - i would be really happy if you might take a look at these: >> >> http://www.foxalpha.de/temp/xorg.0.log >> http://www.foxalpha.de/temp/xorg.conf > > Extremely strange... i just tried out to build a completely new xorg.conf > via xorgcfg, used the plain config that has been generated and there it > is: > > freddy@pegasus:~ 0% glxinfo| grep -i render > *********************************WARN_ONCE********************************* > File r300_state.c function r300Enable line 456 > TODO - double side stencil ! > *************************************************************************** > No ctx->FragmentProgram._Current!! > direct rendering: Yes > OpenGL renderer string: Mesa DRI R300 20040924 AGP 1x TCL > > > So, finally - any idea why it didn't work with my configuration? Just to > make sure i understand what's the difference between my configuration > hyperlinked above and the one xorgcfg was building (which can be found at > http://www.foxalpha.de/temp/xorg.conf.new ) ... > Maybe it was the dual screens or the AGPFastWrite. I don't know. Glad its working for you now. Dan From owner-freebsd-mobile@FreeBSD.ORG Tue Apr 11 20:44:50 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 3AE4316A400 for ; Tue, 11 Apr 2006 20:44:50 +0000 (UTC) (envelope-from konfer@mikulas.com) Received: from s1.vhost.cz (s1.vhost.cz [82.208.27.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3155243D72 for ; Tue, 11 Apr 2006 20:44:48 +0000 (GMT) (envelope-from konfer@mikulas.com) Received: (qmail 54905 invoked by alias); 11 Apr 2006 22:44:47 +0200 Received: from unknown (HELO localhost) (127.10.10.10) by s1.vhost.cz with SMTP; 11 Apr 2006 22:44:47 +0200 Received: from unknown ([127.0.0.1]) by localhost (s1.vhost.cz [127.0.0.1]) (amavisd-new, port 10628) id 54565-18; Tue, 11 Apr 2006 22:44:46 +0200 (CEST) Received: from unknown (HELO ?10.27.66.11?) (jiri@mikulas.com@86.49.90.49) by s1.vhost.cz with AES256-SHA encrypted SMTP; 11 Apr 2006 22:44:46 +0200 Message-ID: <443C153D.5060807@mikulas.com> Date: Tue, 11 Apr 2006 22:44:45 +0200 From: Jiri Mikulas User-Agent: Thunderbird 1.5 (X11/20060215) MIME-Version: 1.0 To: Purushotham Nayak References: <20060410132126.23545.qmail@web33301.mail.mud.yahoo.com> In-Reply-To: <20060410132126.23545.qmail@web33301.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at vhost.cz Cc: freebsd-mobile@freebsd.org Subject: Re: AR5413 Support X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 20:44:50 -0000 Hello in RELENG_6 (6.1 Release) should be supported with ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) jiri Purushotham Nayak wrote: > Hi All, > > Does anyone know if the AR5413 that's there in the > newer miniPCI cards from compex > http://www.compex.com.sg/home/products1.asp?20050704062005 > is supported in FreeBSD 6.x ?. > > Thanks > nayak > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > 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 Tue Apr 11 23:08:29 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 8ACD316A400 for ; Tue, 11 Apr 2006 23:08:29 +0000 (UTC) (envelope-from jhs@flat.berklix.net) Received: from thin.berklix.org (thin.berklix.org [194.246.123.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A46B43D45 for ; Tue, 11 Apr 2006 23:08:28 +0000 (GMT) (envelope-from jhs@flat.berklix.net) Received: from js.berklix.net (p549A6653.dip.t-dialin.net [84.154.102.83]) (authenticated bits=128) by thin.berklix.org (8.12.11/8.12.11) with ESMTP id k3BN8PP1031304; Wed, 12 Apr 2006 01:08:25 +0200 (CEST) (envelope-from jhs@flat.berklix.net) Received: from fire.jhs.private (fire.jhs.private [192.168.91.41]) by js.berklix.net (8.12.11/8.12.11) with ESMTP id k3BN8N5W024027; Wed, 12 Apr 2006 01:08:23 +0200 (CEST) (envelope-from jhs@flat.berklix.net) Received: from fire.jhs.private (localhost.jhs.private [127.0.0.1]) by fire.jhs.private (8.13.1/8.13.1) with ESMTP id k3BN9UY3072200; Wed, 12 Apr 2006 01:09:30 +0200 (CEST) (envelope-from jhs@fire.jhs.private) Received: (from jhs@localhost) by fire.jhs.private (8.13.1/8.13.1/Submit) id k3BN9UM3072199; Wed, 12 Apr 2006 01:09:30 +0200 (CEST) (envelope-from jhs) Date: Wed, 12 Apr 2006 01:09:30 +0200 (CEST) Message-Id: <200604112309.k3BN9UM3072199@fire.jhs.private> To: freebsd-mobile@freebsd.org From: "Julian Stacey" Organization: http://berklix.com Munich Unix, BSD, Internet Consultancy Fcc: sent-mail User-agent: EXMH http://beedub.com/exmh/ on FreeBSD http://freebsd.org X-URL: http://berklix.com/~jhs/cv/ Cc: darron@kewl.org, jhs@berklix.com, garyj@jennejohn.org Subject: Support for W_LAN chip set TI TNETW1130GVF ? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 23:08:29 -0000 Hi all on mobile@freebsd.org + 2 CC I bought a SAFECOM SWLCT-54125 802.11g+ Wireless LAN CardBus PC Card & am stuck, looking for ideas (Yes, stupid me, bought without checking compatability, tempted by price (17 GBP), must have been mad, Mea Culpa!): According to http://safecom.cn (Then type SAFECOM SWLCT-54125 into query box) It uses Chipset TI TNETW1130GVF http://focus.ti.com/docs/prod/folders/print/tnetw1130.html#technicaldocuments Medium-Access Controller (MAC) and Baseband Processor For Spread-Spectrum WLAN http://focus-webapps.ti.com/general/docs/sitesearch/searchsite.tsp?selectedTopic=1653260327&numRecords=25&searchTerm=tnetw1130&statusCode=null I hope there's some chance, as the box features the Linux penguin, & quoting: http://focus.ti.com/general/docs/bcg/bcgprodcontent.tsp?templateId=6116&navigationId=12244&path=templatedata/cm/product/data/tnetw1130_main "All products submitted for 802.11g Wi-Fi certification will be tested against TNETW1130-based reference designs." TI Product announcement also mentions: Like TI's ACX100 and ETW1100B, the TNETW1130 .... package, which is pin-for-pin compatible with TI's previous generation WLAN MAC/baseband processor device. A diff -c of 2 x dmesg after boot -v , (with first a working USB2 card, & then reboot with WLAN card istead) shows: pcib2: cardbus0 requested memory range 0xfce00000-0xfcefffff: good ! cardbus0: Expecting link target, got 0x2c ! cardbus0: Resource not specified in CIS: id=10, size=2000 ! cardbus0: Resource not specified in CIS: id=14, size=20000 ! pcib2: cardbus0 requested memory range 0xfce00000-0xfcefffff: good ! found-> vendor=0x104c, dev=0x9066, revid=0x00 bus=4, slot=0, func=0 ! class=02-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords) ! lattimer=0xa8 (5040 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 ! cardbus0: at device 0.0 (no driver attached) I have 2 partitions on the laptop: 6.0 & 6.1-pre. I could change 6.1-pre to current if there's any code to try ? I'm more used to dealing with 16 bit cards with pccardd -d -v on FreeBSD 4 & 5, & at a loss what to do. Might Project Evil be a last way out ? (MS emul. of drivers far as I recall) No way will I run Linux permanently on the laptop just to get the WLAN working (though I suppose I might do a temporary install to learn which driver & maybe find src/ to port, but I bet it wouldnt be that easy ? Progress Googling: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.drivers.802.11ag.html http://acx100.sourceforge.net/ http://dev.kewl.org/acx100/ http://developers.slashdot.org/developers/03/07/21/1057231.shtml http://dev.kewl.org/acx100/acx100-6.0-REL-soyer.tgz http://dev.kewl.org/acx100/TEST/acx100-6.1.tgz OK, that lot seems (superficially at least) for the previous generation chip, but perhaps a good launch point ? Per their web I did: cd firmware && make && cd .. make make install echo 'if_acx_load="YES"' >> /boot/loader.conf gzip -c if_acx.4 > /usr/share/man/man4/acx.4.gz & saw: install -o root -g wheel -m 555 if_acx.ko /boot/modules kldxref /boot/modules reboot Still no extra interface, though Ive got pccard_enable="YES" in /etc/rc.conf Any Suggestions & comments very welcome ! Thanks. Julian -- Julian Stacey. Consultant Unix Net & Sys. Eng., Munich. http://berklix.com From owner-freebsd-mobile@FreeBSD.ORG Wed Apr 12 03:25:17 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 ED6FF16A405 for ; Wed, 12 Apr 2006 03:25:17 +0000 (UTC) (envelope-from freebsd@swaggi.com) Received: from swaggi.com (c-24-91-61-171.hsd1.ma.comcast.net [24.91.61.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A24F43D46 for ; Wed, 12 Apr 2006 03:25:17 +0000 (GMT) (envelope-from freebsd@swaggi.com) Received: from localhost ([127.0.0.1] helo=swaggi.com) by swaggi.com with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FTVym-000N1L-Lu; Tue, 11 Apr 2006 22:25:16 -0500 Received: (from freebsd@localhost) by swaggi.com (8.13.3/8.13.3/Submit) id k3C3PGAB088493; Tue, 11 Apr 2006 22:25:16 -0500 (EST) (envelope-from freebsd@swaggi.com) Date: Tue, 11 Apr 2006 22:25:16 -0500 (EST) From: "Yuri Lukin" To: freebsd-mobile@freebsd.org Cc: X-Originating-IP: 192.168.1.9 X-Mailer: Usermin 1.190 In-Reply-To: <443C153D.5060807@mikulas.com> Message-Id: <1144812316.88490@swaggi.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1144812316" Subject: Re: AR5413 Support X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 03:25:18 -0000 This is a multi-part message in MIME format. --bound1144812316 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Jiri Mikulas wrote .. > Hello > > in RELENG_6 (6.1 Release) should be supported with > > ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) > > jiri > Wasnt there some patch that Sam Leffler released a few months back that provided an update to ath_hal for newer chipsets? -Yuri --bound1144812316-- From owner-freebsd-mobile@FreeBSD.ORG Fri Apr 14 12:38:07 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 17F8216A400 for ; Fri, 14 Apr 2006 12:38:07 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E0C43D46 for ; Fri, 14 Apr 2006 12:38:06 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 10115 invoked from network); 14 Apr 2006 22:38:05 +1000 Received: from 203-217-81-38.dyn.iinet.net.au (HELO localhost) (203.217.81.38) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 14 Apr 2006 22:38:05 +1000 Date: Fri, 14 Apr 2006 22:38:02 +1000 From: Norberto Meijome To: yraffah@savola.com Message-ID: <20060414223802.65bb7762@localhost> In-Reply-To: <1144676352.642.18.camel@redevil.savola.com> References: <1144676352.642.18.camel@redevil.savola.com> X-Mailer: Sylpheed-Claws 2.1.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: FreeBSD 6 on Toshiba Tecra A4 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 12:38:07 -0000 On Mon, 10 Apr 2006 16:39:12 +0300 Yousef Raffah wrote: > Anybody installed FreeBSD 6 on Toshiba Tecra A4 P-M 750? Only had the chance on A2. Any problems in particular? B From owner-freebsd-mobile@FreeBSD.ORG Fri Apr 14 14:29:29 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 2F9A416A404 for ; Fri, 14 Apr 2006 14:29:29 +0000 (UTC) (envelope-from security@yourdot-mail.com) Received: from jupiter.nswebhost.com (jupiter.nswebhost.com [66.246.252.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C5B43D48 for ; Fri, 14 Apr 2006 14:29:28 +0000 (GMT) (envelope-from security@yourdot-mail.com) Received: from bl6-146-247.dsl.telepac.pt ([82.155.146.247]:1191 helo=[10.10.10.100]) by jupiter.nswebhost.com with esmtpa (Exim 4.52) id 1FUPIp-0005iH-NV for freebsd-mobile@freebsd.org; Fri, 14 Apr 2006 09:29:40 -0500 Message-ID: <443FB1C4.1020304@yourdot-mail.com> Date: Fri, 14 Apr 2006 15:29:24 +0100 From: Carlos Silva User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jupiter.nswebhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - yourdot-mail.com X-Source: X-Source-Args: X-Source-Dir: Subject: gateway X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 14:29:29 -0000 Hi, I'm wondering if someone know a way to create an SMS/MMS gateway connecting to a phone by cable/bluetooth? I want that the computer sends messages via HTTP and such API's. Best Regards, Carlos Silva, CSilva Web: http://www.csilva.org/ From owner-freebsd-mobile@FreeBSD.ORG Fri Apr 14 14:56:34 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 13C8116A401 for ; Fri, 14 Apr 2006 14:56:34 +0000 (UTC) (envelope-from brunner@nic-naa.net) Received: from nic-naa.net (nic-naa.net [65.99.1.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D7E43D45 for ; Fri, 14 Apr 2006 14:56:33 +0000 (GMT) (envelope-from brunner@nic-naa.net) Received: from nic-naa.net (localhost [127.0.0.1]) by nic-naa.net (8.13.4/8.13.4) with ESMTP id k3EEq0A5045681; Fri, 14 Apr 2006 10:52:00 -0400 (EDT) (envelope-from brunner@nic-naa.net) Message-Id: <200604141452.k3EEq0A5045681@nic-naa.net> To: Carlos Silva In-reply-to: <443FB1C4.1020304@yourdot-mail.com> References: <443FB1C4.1020304@yourdot-mail.com> Comments: In-reply-to Carlos Silva message dated "Fri, 14 Apr 2006 15:29:24 +0100." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <45678.1145026320.1@nic-naa.net> Date: Fri, 14 Apr 2006 10:52:00 -0400 From: Eric Brunner-Williams Cc: freebsd-mobile@freebsd.org Subject: Re: gateway X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 14:56:34 -0000 it is on my todo list, but some drupal drones managed to get laptop mouse dinks to order beer, via asterix, which seems a pretty compelling proof of sodden concept to me. if one wanted beer. which i always do. From owner-freebsd-mobile@FreeBSD.ORG Sat Apr 15 07:45:16 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 3ACBD16A4A6 for ; Sat, 15 Apr 2006 07:45:15 +0000 (UTC) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com (heathrow.savoladns.com [212.12.174.7]) by mx1.FreeBSD.org (Postfix) with SMTP id 23CF643D45 for ; Sat, 15 Apr 2006 07:45:13 +0000 (GMT) (envelope-from yraffah@savola.com) Received: from heathrow.savoladns.com ([127.0.0.1]) by localhost (heathrow.savoladns.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 68996-07 for ; Sat, 15 Apr 2006 10:45:09 +0300 (AST) Received: from redevil.savola.com (unknown [222.22.1.191]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by heathrow.savoladns.com (Postfix) with ESMTP id 2B56E9583B for ; Sat, 15 Apr 2006 10:45:08 +0300 (AST) From: Yousef Raffah To: freebsd-mobile@freebsd.org In-Reply-To: <20060414223802.65bb7762@localhost> References: <1144676352.642.18.camel@redevil.savola.com> <20060414223802.65bb7762@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xissdDRTac936Tadp0ji" Organization: The Savola Group Date: Sat, 15 Apr 2006 10:45:49 +0300 Message-Id: <1145087149.633.3.camel@redevil.savola.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Subject: Re: FreeBSD 6 on Toshiba Tecra A4 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yraffah@savola.com List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 07:45:16 -0000 --=-xissdDRTac936Tadp0ji Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2006-04-14 at 22:38 +1000, Norberto Meijome wrote: > On Mon, 10 Apr 2006 16:39:12 +0300 > Yousef Raffah wrote: >=20 > > Anybody installed FreeBSD 6 on Toshiba Tecra A4 P-M 750? >=20 > Only had the chance on A2.=20 >=20 > Any problems in particular? >=20 ACPI not working (working on Linux) NIC not working (Marvel Yukon Gigabit) This is my pciconf -lv [root@redevil ~]# pciconf -lv hostb0@pci0:0:0: class=3D0x060000 card=3D0xff101179 chip=3D0x2590808= 6 rev=3D0x03 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82915PM/GM/GMS, 82910GML Host Bridge' class =3D bridge subclass =3D HOST-PCI pcib1@pci0:1:0: class=3D0x060400 card=3D0x00000088 chip=3D0x25918086 rev=3D= 0x03 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82915PM/GM PCI Express Graphics Port' class =3D bridge subclass =3D PCI-PCI pcib2@pci0:28:0: class=3D0x060400 card=3D0x00000040 chip=3D0x2660808= 6 rev=3D0x04 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW PCI Express Port 1' class =3D bridge subclass =3D PCI-PCI pcib3@pci0:28:1: class=3D0x060400 card=3D0x00000040 chip=3D0x2662808= 6 rev=3D0x04 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW PCI Express Port 2' class =3D bridge subclass =3D PCI-PCI uhci0@pci0:29:0: class=3D0x0c0300 card=3D0xff101179 chip=3D0x2658808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW USB UHCI Controller' class =3D serial bus subclass =3D USB uhci1@pci0:29:1: class=3D0x0c0300 card=3D0xff101179 chip=3D0x2659808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW USB UHCI Controller' class =3D serial bus subclass =3D USB uhci2@pci0:29:2: class=3D0x0c0300 card=3D0xff101179 chip=3D0x265a808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW USB UHCI Controller' class =3D serial bus subclass =3D USB uhci3@pci0:29:3: class=3D0x0c0300 card=3D0xff101179 chip=3D0x265b808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW USB UHCI Controller' class =3D serial bus subclass =3D USB ehci0@pci0:29:7: class=3D0x0c0320 card=3D0xff101179 chip=3D0x265c808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW USB 2.0 EHCI Controller' class =3D serial bus subclass =3D USB pcib4@pci0:30:0: class=3D0x060401 card=3D0x00000050 chip=3D0x2448808= 6 rev=3D0xd4 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI Bridge' class =3D bridge subclass =3D PCI-PC pcm0@pci0:30:2: class=3D0x040100 card=3D0xff101179 chip=3D0x266e8086 rev=3D= 0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW AC '97 Audio Controller' class =3D multimedia subclass =3D audio none0@pci0:30:3: class=3D0x070300 card=3D0x00011179 chip=3D0x266d808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FB/FR/FW/FRW AC '97 Modem Controller' class =3D simple comms subclass =3D generic modem isab0@pci0:31:0: class=3D0x060100 card=3D0xff101179 chip=3D0x2641808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FBM ICH6M LPC Interface Bridge' class =3D bridge subclass =3D PCI-ISA atapci0@pci0:31:2: class=3D0x010180 card=3D0xff101179 chip=3D0x2653808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801FBM ICH6M SATA Controller' class =3D mass storage subclass =3D ATA none1@pci1:0:0: class=3D0x030000 card=3D0xff101179 chip=3D0x54601002 rev=3D= 0x00 hdr=3D0x00 vendor =3D 'ATI Technologies Inc' device =3D 'Mobility Radeon X300' class =3D display subclass =3D VGA none2@pci2:0:0: class=3D0x020000 card=3D0xff101179 chip=3D0x436211ab rev=3D= 0x15 hdr=3D0x00 vendor =3D 'Marvell Semiconductor (Was: Galileo Technology Ltd)' device =3D '88E8053 Yukon PCI-E Gigabit Ethernet Controller (copper)' class =3D network subclass =3D ethernet iwi0@pci6:4:0: class=3D0x028000 card=3D0x27418086 chip=3D0x42208086 rev=3D= 0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'PRO/Wireless 2200BG Network Connection' class =3D network cbb0@pci6:6:0: class=3D0x060700 card=3D0xff101179 chip=3D0x8031104c rev=3D= 0x00 hdr=3D0x02 vendor =3D 'Texas Instruments (TI)' class =3D bridge subclass =3D PCI-CardBus fwohci0@pci6:6:2: class=3D0x0c0010 card=3D0xff101179 chip=3D0x8032104= c rev=3D0x00 hdr=3D0x00 vendor =3D 'Texas Instruments (TI)' class =3D serial bus subclass =3D FireWire none3@pci6:6:3: class=3D0x018000 card=3D0xff101179 chip=3D0x8033104c rev=3D= 0x00 hdr=3D0x00 vendor =3D 'Texas Instruments (TI)' device =3D 'PCIxx21 Integrated FlashMedia Controller' class =3D mass storage none4@pci6:6:4: class=3D0x080500 card=3D0xff101179 chip=3D0x8034104c rev=3D= 0x00 hdr=3D0x00 vendor =3D 'Texas Instruments (TI)' class =3D base peripheral > B --=-xissdDRTac936Tadp0ji Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBEQKStH9IXMb4e6CMRAipfAJ0d0af3oyxG8h2iaRLCQyCAo/VloACeOsNv 6mWds51r+NhfYJwAvC3K8cE= =EtdF -----END PGP SIGNATURE----- --=-xissdDRTac936Tadp0ji-- From owner-freebsd-mobile@FreeBSD.ORG Sat Apr 15 20:14:00 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org 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 E16F616A404 for ; Sat, 15 Apr 2006 20:14:00 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from ms-smtp-04-eri0.southeast.rr.com (ms-smtp-04-lbl.southeast.rr.com [24.25.9.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E0643D46 for ; Sat, 15 Apr 2006 20:13:57 +0000 (GMT) (envelope-from morganw@chemikals.org) Received: from volatile.chemikals.org (cpe-024-211-118-154.sc.res.rr.com [24.211.118.154]) by ms-smtp-04-eri0.southeast.rr.com (8.13.4/8.13.4) with ESMTP id k3FKDspn025203; Sat, 15 Apr 2006 16:13:55 -0400 (EDT) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.13.4/8.13.4) with ESMTP id k3FKDsHk037265; Sat, 15 Apr 2006 16:13:54 -0400 (EDT) (envelope-from morganw@chemikals.org) Date: Sat, 15 Apr 2006 16:13:54 -0400 (EDT) From: Wesley Morgan To: Yousef Raffah In-Reply-To: <1145087149.633.3.camel@redevil.savola.com> Message-ID: <20060415161317.H18797@volatile.chemikals.org> References: <1144676352.642.18.camel@redevil.savola.com> <20060414223802.65bb7762@localhost> <1145087149.633.3.camel@redevil.savola.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-mobile@freebsd.org Subject: Re: FreeBSD 6 on Toshiba Tecra A4 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 20:14:01 -0000 On Sat, 15 Apr 2006, Yousef Raffah wrote: > On Fri, 2006-04-14 at 22:38 +1000, Norberto Meijome wrote: >> On Mon, 10 Apr 2006 16:39:12 +0300 >> Yousef Raffah wrote: >> >>> Anybody installed FreeBSD 6 on Toshiba Tecra A4 P-M 750? >> >> Only had the chance on A2. >> >> Any problems in particular? >> > ACPI not working (working on Linux) > NIC not working (Marvel Yukon Gigabit) Someone posted a driver for the yukon. I don't think it's in the tree yet, but you should be able to find it in the archives somewhere. > > This is my pciconf -lv > [root@redevil ~]# pciconf -lv > hostb0@pci0:0:0: class=0x060000 card=0xff101179 chip=0x25908086 > rev=0x03 hdr=0x00 > vendor = 'Intel Corporation' > device = '82915PM/GM/GMS, 82910GML Host Bridge' > class = bridge > subclass = HOST-PCI > pcib1@pci0:1:0: class=0x060400 card=0x00000088 chip=0x25918086 rev=0x03 > hdr=0x01 > vendor = 'Intel Corporation' > device = '82915PM/GM PCI Express Graphics Port' > class = bridge > subclass = PCI-PCI > pcib2@pci0:28:0: class=0x060400 card=0x00000040 chip=0x26608086 > rev=0x04 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW PCI Express Port 1' > class = bridge > subclass = PCI-PCI > pcib3@pci0:28:1: class=0x060400 card=0x00000040 chip=0x26628086 > rev=0x04 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW PCI Express Port 2' > class = bridge > subclass = PCI-PCI > uhci0@pci0:29:0: class=0x0c0300 card=0xff101179 chip=0x26588086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW USB UHCI Controller' > class = serial bus > subclass = USB > uhci1@pci0:29:1: class=0x0c0300 card=0xff101179 chip=0x26598086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW USB UHCI Controller' > class = serial bus > subclass = USB > uhci2@pci0:29:2: class=0x0c0300 card=0xff101179 chip=0x265a8086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW USB UHCI Controller' > class = serial bus > subclass = USB > uhci3@pci0:29:3: class=0x0c0300 card=0xff101179 chip=0x265b8086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW USB UHCI Controller' > class = serial bus > subclass = USB > ehci0@pci0:29:7: class=0x0c0320 card=0xff101179 chip=0x265c8086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW USB 2.0 EHCI Controller' > class = serial bus > subclass = USB > pcib4@pci0:30:0: class=0x060401 card=0x00000050 chip=0x24488086 > rev=0xd4 hdr=0x01 > vendor = 'Intel Corporation' > device = '82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI > Bridge' > class = bridge > subclass = PCI-PC > pcm0@pci0:30:2: class=0x040100 card=0xff101179 chip=0x266e8086 rev=0x04 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW AC '97 Audio Controller' > class = multimedia > subclass = audio > none0@pci0:30:3: class=0x070300 card=0x00011179 chip=0x266d8086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FB/FR/FW/FRW AC '97 Modem Controller' > class = simple comms > subclass = generic modem > isab0@pci0:31:0: class=0x060100 card=0xff101179 chip=0x26418086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FBM ICH6M LPC Interface Bridge' > class = bridge > subclass = PCI-ISA > atapci0@pci0:31:2: class=0x010180 card=0xff101179 chip=0x26538086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '82801FBM ICH6M SATA Controller' > class = mass storage > subclass = ATA > none1@pci1:0:0: class=0x030000 card=0xff101179 chip=0x54601002 rev=0x00 > hdr=0x00 > vendor = 'ATI Technologies Inc' > device = 'Mobility Radeon X300' > class = display > subclass = VGA > none2@pci2:0:0: class=0x020000 card=0xff101179 chip=0x436211ab rev=0x15 > hdr=0x00 > vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > device = '88E8053 Yukon PCI-E Gigabit Ethernet Controller > (copper)' > class = network > subclass = ethernet > iwi0@pci6:4:0: class=0x028000 card=0x27418086 chip=0x42208086 rev=0x05 > hdr=0x00 > vendor = 'Intel Corporation' > device = 'PRO/Wireless 2200BG Network Connection' > class = network > cbb0@pci6:6:0: class=0x060700 card=0xff101179 chip=0x8031104c rev=0x00 > hdr=0x02 > vendor = 'Texas Instruments (TI)' > class = bridge > subclass = PCI-CardBus > fwohci0@pci6:6:2: class=0x0c0010 card=0xff101179 chip=0x8032104c > rev=0x00 hdr=0x00 > vendor = 'Texas Instruments (TI)' > class = serial bus > subclass = FireWire > none3@pci6:6:3: class=0x018000 card=0xff101179 chip=0x8033104c rev=0x00 > hdr=0x00 > vendor = 'Texas Instruments (TI)' > device = 'PCIxx21 Integrated FlashMedia Controller' > class = mass storage > none4@pci6:6:4: class=0x080500 card=0xff101179 chip=0x8034104c rev=0x00 > hdr=0x00 > vendor = 'Texas Instruments (TI)' > class = base peripheral > >> B > -- This .signature sanitized for your protection