From owner-freebsd-mobile@FreeBSD.ORG Sun Jun 12 06:46:56 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D745106564A for ; Sun, 12 Jun 2011 06:46:55 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 9AC8F8FC0C for ; Sun, 12 Jun 2011 06:46:55 +0000 (UTC) Received: from [93.104.69.72] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1QVeRi-0000tP-F6 for freebsd-mobile@freebsd.org; Sun, 12 Jun 2011 08:46:54 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id p5C6kqXT002682 for ; Sun, 12 Jun 2011 08:46:53 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id p5C6kq4T002681 for freebsd-mobile@freebsd.org; Sun, 12 Jun 2011 08:46:52 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 12 Jun 2011 08:46:47 +0200 From: Matthias Apitz To: freebsd-mobile@freebsd.org Message-ID: <20110612064646.GA2647@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Originating-IP: 93.104.69.72 Subject: Multi-Gesture touchpad in Acer Aspire One X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2011 06:46:56 -0000 Hello, I'm running 9-CURRENT and xorg-7.5 (from ports) on a laptop Acer Aspire One D250 and all works as it should. The laptop has a touchpad which says about itself on a sticker 'Multi-Gesture' with some picture of using two fingers, for example for scrolling up and down; is this supported somehow in Xorg; as well on some other netpook I own (EeePC 900) a hit with two fingers at the same time acts as pressing the middle mouse button; this does not work with the Acer Aspire One, a nice feature I'm missing for cut&Paste while writing stuff... Any hints? Thanks matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 13 13:23:26 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1630106564A for ; Mon, 13 Jun 2011 13:23:26 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 9404A8FC0C for ; Mon, 13 Jun 2011 13:23:26 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p5DDAb0e006903; Mon, 13 Jun 2011 07:10:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p5DDAb9W006900; Mon, 13 Jun 2011 07:10:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 13 Jun 2011 07:10:37 -0600 (MDT) From: Warren Block To: Matthias Apitz In-Reply-To: <20110612064646.GA2647@tinyCurrent> Message-ID: References: <20110612064646.GA2647@tinyCurrent> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 13 Jun 2011 07:10:38 -0600 (MDT) Cc: freebsd-mobile@freebsd.org Subject: Re: Multi-Gesture touchpad in Acer Aspire One 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, 13 Jun 2011 13:23:26 -0000 On Sun, 12 Jun 2011, Matthias Apitz wrote: > I'm running 9-CURRENT and xorg-7.5 (from ports) on a laptop Acer Aspire > One D250 and all works as it should. The laptop has a touchpad which > says about itself on a sticker 'Multi-Gesture' with some picture of > using two fingers, for example for scrolling up and down; is this > supported somehow in Xorg; > > as well on some other netpook I own (EeePC 900) a hit with two fingers > at the same time acts as pressing the middle mouse button; this does not > work with the Acer Aspire One, a nice feature I'm missing for cut&Paste > while writing stuff... There's x11-drivers/xf86-input-synaptics (untested by me). Some config notes at http://wiki.debian.org/DebianAcerOne and https://wiki.archlinux.org/index.php/Acer_Aspire_One . From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 16 16:05:23 2011 Return-Path: Delivered-To: mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33E861065672 for ; Thu, 16 Jun 2011 16:05:23 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 232C28FC1B for ; Thu, 16 Jun 2011 16:05:23 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.5/8.14.5) with ESMTP id p5GG5MJN026206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Jun 2011 09:05:22 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 88A311CC0B for ; Thu, 16 Jun 2011 09:05:22 -0700 (PDT) To: mobile@freebsd.org Date: Thu, 16 Jun 2011 09:05:22 -0700 From: "Kevin Oberman" Message-Id: <20110616160522.88A311CC0B@ptavv.es.net> Cc: Subject: Drivers for network devices on new T520 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: Thu, 16 Jun 2011 16:05:23 -0000 Last week I received my new Lenovo T520 laptop and ran into immediate issues. First, the keyboard (ATKBD) causes the boot process on 8.2 to fail. There is a fix, but it has not been included in 8-Stable, so installing 8.0 and then upgrading while installing the required fix would work. It did, but it means I have 8.0 and I quickly learned that 8.0 did not recognize either my wireless or wired network cards. This makes upgrading a bit difficult. I'd expected issues with the wireless, but I had no idea the wired Ethernet world be a problem. I am hoping that I can get one of the existing drivers to work by adding the appropriate PCI IDs, but I don't know if it will work or which driver to try. The output of 'pciconf -lv' shows: none4@pci0:3:0:0: class=0x028000 card=0x819510ec chip=0x817610ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor' class = network and none1@pci0:0:25:0: class=0x020000 card=0x21ce17aa chip=0x15028086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' class = network subclass = ethernet This was transcribed by hand, but I think it is accurate. Do I have any hope? I can replace the wireless card, but the wired Ethernet is of much greater concern. -- 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 Last work day before retirement is Jun 17, 2011 From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 16 16:23:27 2011 Return-Path: Delivered-To: mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E31E81065674 for ; Thu, 16 Jun 2011 16:23:27 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id CF9BF8FC08 for ; Thu, 16 Jun 2011 16:23:27 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.5/8.14.5) with ESMTP id p5GGNQbZ008410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 16 Jun 2011 09:23:27 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 3ECF91CC0B for ; Thu, 16 Jun 2011 09:23:26 -0700 (PDT) To: mobile@freebsd.org In-reply-to: Your message of "Thu, 16 Jun 2011 09:05:22 PDT." <20110616160522.88A311CC0B@ptavv.es.net> Date: Thu, 16 Jun 2011 09:23:26 -0700 From: "Kevin Oberman" Message-Id: <20110616162326.3ECF91CC0B@ptavv.es.net> Cc: Subject: Re: Drivers for network devices on new T520 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: Thu, 16 Jun 2011 16:23:28 -0000 > Date: Thu, 16 Jun 2011 09:05:22 -0700 > From: "Kevin Oberman" > Sender: owner-freebsd-mobile@freebsd.org > > Last week I received my new Lenovo T520 laptop and ran into immediate > issues. > > First, the keyboard (ATKBD) causes the boot process on 8.2 to > fail. There is a fix, but it has not been included in 8-Stable, so > installing 8.0 and then upgrading while installing the required fix > would work. It did, but it means I have 8.0 and I quickly learned that > 8.0 did not recognize either my wireless or wired network cards. This > makes upgrading a bit difficult. I'd expected issues with the wireless, > but I had no idea the wired Ethernet world be a problem. > > I am hoping that I can get one of the existing drivers to work by adding > the appropriate PCI IDs, but I don't know if it will work or which > driver to try. > > The output of 'pciconf -lv' shows: > none4@pci0:3:0:0: class=0x028000 card=0x819510ec chip=0x817610ec > rev=0x01 hdr=0x00 > vendor = 'Realtek Semiconductor' > class = network > > and > > none1@pci0:0:25:0: class=0x020000 card=0x21ce17aa chip=0x15028086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > This was transcribed by hand, but I think it is accurate. > > Do I have any hope? I can replace the wireless card, but the wired > Ethernet is of much greater concern. Sorry to reply to my own post, but I just booted up Windows and see that the wired interface is an Intel 82579LM and the wireless is listed as a "1x1 11b/g/n Wireless LAN PCI Express Half Mini Card Adapter. I am sorry I neglected looking at this before sending my last message. I'll be surprised if the Intel wired Ethernet is not supported by some driver in 8.0. -- 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 Last work day before retirement is Jun 17, 2011 From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 16 17:35:47 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA4BD106564A for ; Thu, 16 Jun 2011 17:35:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 839408FC14 for ; Thu, 16 Jun 2011 17:35:47 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 36FAA46B0D; Thu, 16 Jun 2011 13:35:47 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C57028A01F; Thu, 16 Jun 2011 13:35:46 -0400 (EDT) From: John Baldwin To: freebsd-mobile@freebsd.org Date: Thu, 16 Jun 2011 13:32:56 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <20110616160522.88A311CC0B@ptavv.es.net> In-Reply-To: <20110616160522.88A311CC0B@ptavv.es.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201106161332.56564.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 16 Jun 2011 13:35:46 -0400 (EDT) Cc: Subject: Re: Drivers for network devices on new T520 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: Thu, 16 Jun 2011 17:35:47 -0000 On Thursday, June 16, 2011 12:05:22 pm Kevin Oberman wrote: > Last week I received my new Lenovo T520 laptop and ran into immediate > issues. > > First, the keyboard (ATKBD) causes the boot process on 8.2 to > fail. There is a fix, but it has not been included in 8-Stable, so > installing 8.0 and then upgrading while installing the required fix > would work. It did, but it means I have 8.0 and I quickly learned that > 8.0 did not recognize either my wireless or wired network cards. This > makes upgrading a bit difficult. I'd expected issues with the wireless, > but I had no idea the wired Ethernet world be a problem. > > I am hoping that I can get one of the existing drivers to work by adding > the appropriate PCI IDs, but I don't know if it will work or which > driver to try. > > The output of 'pciconf -lv' shows: > none4@pci0:3:0:0: class=0x028000 card=0x819510ec chip=0x817610ec > rev=0x01 hdr=0x00 > vendor = 'Realtek Semiconductor' > class = network > > and > > none1@pci0:0:25:0: class=0x020000 card=0x21ce17aa chip=0x15028086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > This was transcribed by hand, but I think it is accurate. > > Do I have any hope? I can replace the wireless card, but the wired > Ethernet is of much greater concern. Hmmm, the Ethernet is going to be em or igb, but the problem is that a new device ID might not be enough as often when new device IDs are added to em/igb they come along with other changes to support stuff specific to that device ID. Maybe try grabbing the sys/dev/e1000 directory from 8.2 and dropping that into your 8.0 tree? You could also just grab a tarball of the 8.2 kernel tree and stick that on a USB drive to copy it over to your laptop and then boot an 8.2 kernel (with the keyboard fix). -- John Baldwin From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 16 18:49:58 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E13BE106566C; Thu, 16 Jun 2011 18:49:58 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id CEC588FC13; Thu, 16 Jun 2011 18:49:58 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.5/8.14.5) with ESMTP id p5GInwYe030830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 16 Jun 2011 11:49:58 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 532651CC0B; Thu, 16 Jun 2011 11:49:58 -0700 (PDT) To: John Baldwin In-reply-to: Your message of "Thu, 16 Jun 2011 13:32:56 EDT." <201106161332.56564.jhb@freebsd.org> Date: Thu, 16 Jun 2011 11:49:58 -0700 From: "Kevin Oberman" Message-Id: <20110616184958.532651CC0B@ptavv.es.net> Cc: freebsd-mobile@freebsd.org Subject: Re: Drivers for network devices on new T520 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: Thu, 16 Jun 2011 18:49:59 -0000 > From: John Baldwin > Date: Thu, 16 Jun 2011 13:32:56 -0400 > > On Thursday, June 16, 2011 12:05:22 pm Kevin Oberman wrote: > > Last week I received my new Lenovo T520 laptop and ran into immediate > > issues. > > > > First, the keyboard (ATKBD) causes the boot process on 8.2 to > > fail. There is a fix, but it has not been included in 8-Stable, so > > installing 8.0 and then upgrading while installing the required fix > > would work. It did, but it means I have 8.0 and I quickly learned that > > 8.0 did not recognize either my wireless or wired network cards. This > > makes upgrading a bit difficult. I'd expected issues with the wireless, > > but I had no idea the wired Ethernet world be a problem. > > > > I am hoping that I can get one of the existing drivers to work by adding > > the appropriate PCI IDs, but I don't know if it will work or which > > driver to try. > > > > The output of 'pciconf -lv' shows: > > none4@pci0:3:0:0: class=0x028000 card=0x819510ec chip=0x817610ec > > rev=0x01 hdr=0x00 > > vendor = 'Realtek Semiconductor' > > class = network > > > > and > > > > none1@pci0:0:25:0: class=0x020000 card=0x21ce17aa chip=0x15028086 > > rev=0x04 hdr=0x00 > > vendor = 'Intel Corporation' > > class = network > > subclass = ethernet > > > > This was transcribed by hand, but I think it is accurate. > > > > Do I have any hope? I can replace the wireless card, but the wired > > Ethernet is of much greater concern. > > Hmmm, the Ethernet is going to be em or igb, but the problem is that > a new device ID might not be enough as often when new device IDs are > added to em/igb they come along with other changes to support stuff > specific to that device ID. Maybe try grabbing the sys/dev/e1000 > directory from 8.2 and dropping that into your 8.0 tree? You could > also just grab a tarball of the 8.2 kernel tree and stick that on a > USB drive to copy it over to your laptop and then boot an 8.2 kernel > (with the keyboard fix). \me slaps head HARD. This is the obvious solution. I spend all my time dealing with networks and forget the days when floppies and the like were used for moving stuff! I'll try it as soon as I have time. I suspect that at least the will get my wired working. The Realtek wireless may be another story. I suspect I'll be looking for another card soon. :-( Thanks for kicking my brain over to the right track! -- 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 Last work day before retirement is Jun 17, 2011 From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 17 08:30:36 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75895106564A for ; Fri, 17 Jun 2011 08:30:36 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 08F5B8FC1D for ; Fri, 17 Jun 2011 08:30:35 +0000 (UTC) Received: by fxm11 with SMTP id 11so104785fxm.13 for ; Fri, 17 Jun 2011 01:30:34 -0700 (PDT) Received: by 10.223.144.139 with SMTP id z11mr2174484fau.98.1308299434637; Fri, 17 Jun 2011 01:30:34 -0700 (PDT) Received: from jessie.localnet (p5B2EC99F.dip0.t-ipconnect.de [91.46.201.159]) by mx.google.com with ESMTPS id b25sm1207166fab.28.2011.06.17.01.30.33 (version=SSLv3 cipher=OTHER); Fri, 17 Jun 2011 01:30:33 -0700 (PDT) Sender: Bernhard Schmidt From: Bernhard Schmidt To: "Kevin Oberman" Date: Fri, 17 Jun 2011 10:29:03 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.32-32-generic; KDE/4.4.5; i686; ; ) References: <20110616160522.88A311CC0B@ptavv.es.net> In-Reply-To: <20110616160522.88A311CC0B@ptavv.es.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201106171029.03725.bschmidt@freebsd.org> Cc: freebsd-mobile@freebsd.org Subject: Re: Drivers for network devices on new T520 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bschmidt@freebsd.org List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 08:30:36 -0000 On Thursday, June 16, 2011 18:05:22 Kevin Oberman wrote: > Last week I received my new Lenovo T520 laptop and ran into immediate > issues. > > First, the keyboard (ATKBD) causes the boot process on 8.2 to > fail. There is a fix, but it has not been included in 8-Stable, so > installing 8.0 and then upgrading while installing the required fix > would work. It did, but it means I have 8.0 and I quickly learned that > 8.0 did not recognize either my wireless or wired network cards. This > makes upgrading a bit difficult. I'd expected issues with the wireless, > but I had no idea the wired Ethernet world be a problem. > > I am hoping that I can get one of the existing drivers to work by adding > the appropriate PCI IDs, but I don't know if it will work or which > driver to try. > > The output of 'pciconf -lv' shows: > none4@pci0:3:0:0: class=0x028000 card=0x819510ec chip=0x817610ec > rev=0x01 hdr=0x00 > vendor = 'Realtek Semiconductor' > class = network I haven't yet seen a driver for that one on any of the BSDs. I guess that ndis(4) is the only solution currently available. > and > > none1@pci0:0:25:0: class=0x020000 card=0x21ce17aa chip=0x15028086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > This was transcribed by hand, but I think it is accurate. > > Do I have any hope? I can replace the wireless card, but the wired > Ethernet is of much greater concern. > -- Bernhard From owner-freebsd-mobile@FreeBSD.ORG Sat Jun 18 03:44:33 2011 Return-Path: Delivered-To: mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC8CD106566B for ; Sat, 18 Jun 2011 03:44:33 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 68CF48FC0A for ; Sat, 18 Jun 2011 03:44:33 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.5/8.14.5) with ESMTP id p5I3iWuL012495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 17 Jun 2011 20:44:32 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 634C01CC0B for ; Fri, 17 Jun 2011 20:44:32 -0700 (PDT) To: mobile@freebsd.org Date: Fri, 17 Jun 2011 20:44:32 -0700 From: "Kevin Oberman" Message-Id: <20110618034432.634C01CC0B@ptavv.es.net> Cc: Subject: Well supported wireless card for Lenovo T520 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, 18 Jun 2011 03:44:33 -0000 I'm looking for a Half-height mini-PCIe card that works well with 8-stable. Any suggestions? My laptop has a RealTek card and I MIGHT be able to use ndis, but I'd prefer one that just worked. Any suggestions? -- 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 Last work day before retirement is Jun 17, 2011 From owner-freebsd-mobile@FreeBSD.ORG Sat Jun 18 04:15:57 2011 Return-Path: Delivered-To: mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D741065672 for ; Sat, 18 Jun 2011 04:15:57 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 340FF8FC08 for ; Sat, 18 Jun 2011 04:15:56 +0000 (UTC) Received: by ywf7 with SMTP id 7so2205756ywf.13 for ; Fri, 17 Jun 2011 21:15:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rzp46aeWKZxzg5F6qgJxV+pNWhsrGjIuXDR5Q551FT8=; b=qmqEXjaZQ1VWo7cYAONEjoTTRdTAhUevc1ug2GhNUG1tpFXZsCZDDXVMrbuCUL3Ss9 emMPB0cEuuHOAsogcamzGklewt6ABZLBs0KZZK9DK0mGQdFgXhO7efUYYtH8ZeC/iyIJ C2Cdn7/YM2ByvLQ4nyzAbuH6WYVOzFCdJ8YHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=AW6bMXPwXOiEZRIdpYLu3EaXIxwohRvuTd1iEUp6NDb9o6IwMu7Q+CEGfARPDKKzTR m/2L7YEi0hvluk/CpH6brQAqAnhJ1nSvmWNoO87O3O7qfe6R0cpFzY9Y//PeZGVLP/gv kwIe4TFqlSpwskP7hKl66DNF+irMr8cQFFZw8= MIME-Version: 1.0 Received: by 10.151.25.11 with SMTP id c11mr3061587ybj.445.1308368805515; Fri, 17 Jun 2011 20:46:45 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.216.3 with HTTP; Fri, 17 Jun 2011 20:46:45 -0700 (PDT) In-Reply-To: <20110618034432.634C01CC0B@ptavv.es.net> References: <20110618034432.634C01CC0B@ptavv.es.net> Date: Sat, 18 Jun 2011 11:46:45 +0800 X-Google-Sender-Auth: aNjwUPbRXokaADqCD2wzRQynctU Message-ID: From: Adrian Chadd To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: mobile@freebsd.org Subject: Re: Well supported wireless card for Lenovo T520 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, 18 Jun 2011 04:15:57 -0000 Hi! The Atheros NICs (ar5418, ar9280, ar9285, ar9287) all work fine in -8 when using the -head driver code. Some AR5418/AR9280 NICs do 2/5ghz; the AR9285/AR9287 are 2ghz only. Adrian (Note, I'm hacking on that code at the moment.) On 18 June 2011 11:44, Kevin Oberman wrote: > I'm looking for a Half-height mini-PCIe card that works well with > 8-stable. Any suggestions? My laptop has a RealTek card and I MIGHT be > able to use ndis, but I'd prefer one that just worked. > > Any suggestions? > -- > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Phone: +1 510 4= 86-8634 > Last work day before retirement is Jun 17, 2011 > _______________________________________________ > 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" >