From owner-freebsd-mobile@FreeBSD.ORG Sun Aug 21 17:28:48 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 2B866106564A for ; Sun, 21 Aug 2011 17:28:48 +0000 (UTC) (envelope-from list@understudy.net) Received: from smtpout4.34sp.com (smtpout4.34sp.com [80.82.113.14]) by mx1.freebsd.org (Postfix) with ESMTP id A9D358FC1D for ; Sun, 21 Aug 2011 17:28:47 +0000 (UTC) Received: from smtp4.34sp.com (smtp4.34sp.com [80.82.115.203]) by smtpout4.34sp.com (Postfix) with ESMTP id ACF1E3280DA for ; Sun, 21 Aug 2011 18:28:43 +0100 (BST) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp4.34sp.com (Postfix) with ESMTP id A187AEA07F7 for ; Sun, 21 Aug 2011 18:28:43 +0100 (BST) Received: from smtp4.34sp.com ([127.0.0.1]) by localhost (smtp4.34sp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1nGxsUbkca0w for ; Sun, 21 Aug 2011 18:28:43 +0100 (BST) Received: from Shibari.brendhanhorne.com (adsl-065-012-216-193.sip.bct.bellsouth.net [65.12.216.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: understudy) by smtp4.34sp.com (Postfix) with ESMTP id 1863BEA07A3 for ; Sun, 21 Aug 2011 18:28:42 +0100 (BST) Message-ID: <4E514041.7070406@understudy.net> Date: Sun, 21 Aug 2011 13:28:33 -0400 From: Understudy User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0) Gecko/20110818 Thunderbird/6.0 MIME-Version: 1.0 To: freebsd-mobile@freebsd.org References: <4E403D95.9070209@understudy.net> <201108090809.54852.bschmidt@freebsd.org> <4E42FE4D.1040500@understudy.net> In-Reply-To: <4E42FE4D.1040500@understudy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X--MailScanner-Information: Please contact the ISP for more information X--MailScanner-ID: ACF1E3280DA.AADB6 X--MailScanner: Found to be clean X--MailScanner-From: list@understudy.net X-Spam-Status: No Subject: Re: Thinkpad t60p questions 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, 21 Aug 2011 17:28:48 -0000 On 08/10/11 17:55, Understudy wrote: > On 08/09/11 02:09, Bernhard Schmidt wrote: >> On Monday, August 08, 2011 22:55:05 Kevin Oberman wrote: >>> On Mon, Aug 8, 2011 at 12:48 PM, Understudy >>> wrote: >>>> Hi All, >>>> >>>> I have just loaded FreeBSD 8.2-RELEASE on to my thinkpad t60p. I >>>> have a >>>> couple of questions. >>>> This model is 8741-A11. Currently I am running GENERIC as the >>>> kernel. I >>>> would like to tweak a few things and gain an understanding of a few >>>> things. >>>> Maybe help a few others along the way. >>>> So lots of information coming. >>>> >>>> none1@pci0:3:0:0: class=0x028000 card=0x10108086 chip=0x42278086 >>>> rev=0x02 >>>> hdr=0x00 >>>> vendor = 'Intel Corporation' >>>> device = 'PRO/Wireless 3945ABG Network Connection' >>>> class = network >>> "none1 means no driver claimed this device. Looking at the current >>> pci.ids file, I don't see >>> 8086 1010 under 8086 4227. I only see 8086 1011 and 8086 1014. Looks >>> like IBM/Lenovo puts a custom PCI ID on the card for the T60 that is >>> different from that on the R60 and X60. >>> >>> You should be able to just add the 1010 ID to the driver and it will >>> probably work. >> Hmm.. the driver should attach fine to any 0x4227 card, the subdevice >> IDs are just used to differ between models with and without 11a >> support. >> >> What does 'kldload -v if_wpi' show? >> > I added this to my rc.conf > wlans_wpi0="wlan0" > ifconfig_wlan0="WPA DHCP" > Just as a quick way to to check for the driver. > I now get this when I do ifconfig -a > > em0: flags=8843 metric 0 mtu 1500 > > options=219b > ether 00:16:41:e4:77:24 > inet 10.0.0.146 netmask 0xffffff00 broadcast 10.0.0.255 > media: Ethernet autoselect (1000baseT ) > status: active > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > nd6 options=3 > em0: flags=8843 metric 0 mtu 1500 > > options=219b > ether 00:16:41:e4:77:24 > inet 10.0.0.146 netmask 0xffffff00 broadcast 10.0.0.255 > media: Ethernet autoselect (1000baseT ) > status: active > wpi0: flags=8802 metric 0 mtu 2290 > ether 00:19:d2:9f:12:62 > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > nd6 options=3 > wlan0: flags=8802 metric 0 mtu 1500 > ether 00:19:d2:9f:12:62 > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > ssid "" channel 1 (2412 MHz 11b) > country US authmode OPEN privacy OFF txpower 0 bmiss 7 scanvalid 60 > bintval 0 > > That seems like a step in the right direction. I have not had a chance > to test it on the wpa wireless yet. I will do so in a bit. > > Sincerely, > Brendhan > > > > _______________________________________________ > 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" Hi All, Things are running well now. I still find it a bit weird. My /boot/loader.conf # Sound Driver snd_hda_load="YES" # IBM drivers acpi_ibm_load="YES" # CPU # cpufreq_load="YES" # Wireless if_wpi_load="YES" # Wireless Security protocols wlan_wep_load="YES" wlan_ccmp_load="YES" wlan_tkip_load="YES" # Device lagg if_lagg_load="YES" My /etc/rc.conf # Created: Mon Aug 1 03:11:18 2011 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. ## Name of the box hostname="Shibari.brendhanhorne.com" ## Network information with lagg # wired port ifconfig_em0="up" # wireless port ifconfig_wpi0="ether 00:00:00:00" wlans_wpi0="wlan0" ifconfig_wlan0="WPA" # lagg failover cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport em0 laggport wlan0 DHCP" ## Enable Mouse moused_enable="YES" moused_enable="YES" moused_flags="-V" ## NFS client nfs_client_enable="YES" ## SSH Daemon sshd_enable="YES" ## NTP ntp_enable="YES" ntpdate_hosts="us.pool.ntp.org" ## Enable Linux Binaries linux_enable="YES" ## Xorg Drivers hald_enable="YES" dbus_enable="YES" ## Suspend Options powerd_enable="YES" powerd_flags="-a hiadaptive -b adaptive" ## CUPS cupsd_enable="YES" devfs_system_ruleset="system" My /etc/wpa_supplicant.conf # Outer Limits network={ ssid="outer_limits" psk="xxxxxxxx" } So now I have a working wireless that will takes a secondary to a wired port. So I real happy about that. I will now go after and tackle some of the other fun issues with the thinkpad tweaks. Thank for all your help. Sincerely, Brendhan From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 22 02:45:45 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 E662D1065670 for ; Mon, 22 Aug 2011 02:45:45 +0000 (UTC) (envelope-from list@understudy.net) Received: from smtpout4.34sp.com (smtpout4.34sp.com [80.82.113.14]) by mx1.freebsd.org (Postfix) with ESMTP id A52168FC0C for ; Mon, 22 Aug 2011 02:45:45 +0000 (UTC) Received: from smtp4.34sp.com (smtp4.34sp.com [80.82.115.203]) by smtpout4.34sp.com (Postfix) with ESMTP id 67C24328048 for ; Mon, 22 Aug 2011 03:45:38 +0100 (BST) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp4.34sp.com (Postfix) with ESMTP id 641ABEA0869 for ; Mon, 22 Aug 2011 03:45:38 +0100 (BST) Received: from smtp4.34sp.com ([127.0.0.1]) by localhost (smtp4.34sp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id harjPzkxGVci for ; Mon, 22 Aug 2011 03:45:38 +0100 (BST) Received: from Shibari.brendhanhorne.com (adsl-065-012-216-193.sip.bct.bellsouth.net [65.12.216.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: understudy) by smtp4.34sp.com (Postfix) with ESMTP id 0898AEA0867 for ; Mon, 22 Aug 2011 03:45:37 +0100 (BST) Message-ID: <4E51C2C8.7040502@understudy.net> Date: Sun, 21 Aug 2011 22:45:28 -0400 From: Understudy User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0) Gecko/20110818 Thunderbird/6.0 MIME-Version: 1.0 To: freebsd-mobile@freebsd.org References: <4E4304F9.8040905@understudy.net> <4E4439DC.2010701@aogsquid.ucsd.edu> In-Reply-To: <4E4439DC.2010701@aogsquid.ucsd.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X--MailScanner-Information: Please contact the ISP for more information X--MailScanner-ID: 67C24328048.AA3DD X--MailScanner: Found to be clean X--MailScanner-From: list@understudy.net X-Spam-Status: No Subject: Re: firefox thunderbird links. 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, 22 Aug 2011 02:45:46 -0000 On 08/11/11 16:21, David Horwitt wrote: > On 08/10/11 15:23, Understudy wrote: >> So how can I fix this so I can click links in thunderbird and the open in >> firefox > http://forums.opensuse.org/english/get-technical-help-here/applications/425619-cannot-launch-url-thunderbird-3-04b-firefox-3.html > > _______________________________________________ > 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" Hi, I did have to change those boolean settings from false to true. Interesting considering I am running firefox5.0 and thunderbird6.0 on FreeBSD8.2 I would have though just doing the network protocol handlers would have done that. Thank you. Sincerely, Brendhan From owner-freebsd-mobile@FreeBSD.ORG Fri Aug 26 06:02:53 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 A21C1106566B for ; Fri, 26 Aug 2011 06:02:53 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from fallbackmx06.syd.optusnet.com.au (fallbackmx06.syd.optusnet.com.au [211.29.132.8]) by mx1.freebsd.org (Postfix) with ESMTP id 327358FC21 for ; Fri, 26 Aug 2011 06:02:52 +0000 (UTC) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by fallbackmx06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p7Q3Fnrd017043 for ; Fri, 26 Aug 2011 13:15:50 +1000 Received: from server.vk2pj.dyndns.org (c220-239-116-103.belrs4.nsw.optusnet.com.au [220.239.116.103]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p7Q3FkZK023209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 26 Aug 2011 13:15:47 +1000 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.4/8.14.4) with ESMTP id p7Q3Fj8M065089 for ; Fri, 26 Aug 2011 13:15:45 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.4/8.14.4/Submit) id p7Q3Fj9A065088 for freebsd-mobile@freebsd.org; Fri, 26 Aug 2011 13:15:45 +1000 (EST) (envelope-from peter) Date: Fri, 26 Aug 2011 13:15:45 +1000 From: Peter Jeremy To: freebsd-mobile@freebsd.org Message-ID: <20110826031545.GA64576@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Lenovo T400 reboot issues 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, 26 Aug 2011 06:02:53 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I am experimenting with dual-booting a T400 between XP and FreeBSD and have run into problems with reboots. I'm currently running 9.0-BETA1 but 8.2-RELEASE behaves the same. I can reboot XP into either XP or FreeBSD with no issues. Rebooting =66rom FreeBSD to FreeBSD or XP sort-of works but the CD drive is not found. XP also takes much longer to boot and there is far more disk activity than normal and the problem remains when XP is then rebooted. The CD is attached to: ahci0: port 0x1c48-0x1c4f,0x183c-0x183f,= 0x1c40-0x1c47,0x1838-0x183b,0x1c20-0x1c3f mem 0xfc226000-0xfc2267ff irq 16 = at device 31.2 on pci0 ahci0: attempting to allocate 1 MSI vectors (16 supported) msi: routing MSI IRQ 259 to local APIC 0 vector 60 ahci0: using IRQ 259 for MSI ahci0: AHCI v1.20 with 4 3Gbps ports, Port Multiplier not supported ahci0: Caps: 64bit NCQ SNTF SS ALP AL CLO 3Gbps PMD SSC PSC 32cmd CCC eSATA= 4ports ahci0: Caps2: ahcich0: at channel 0 on ahci0 ahcich0: Caps: ahcich1: at channel 1 on ahci0 ahcich1: Caps: HPCP ESP On a clean boot, I see: ahcich1: AHCI reset: device ready after 100ms (aprobe1:ahcich1:0:0:0): SIGNATURE: eb14 =2E.. pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: Removable CD-ROM SCSI-0 device=20 pass1: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, PIO 8192bytes) [various CAM errors because the drive is empty] cd0 at ahcich1 bus 0 scbus1 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device=20 cd0: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present GEOM: new disk cd0 After a reboot, I see: ahcich1: AHCI reset: device not ready after 31000ms (tfd =3D 00000080) ahcich1: Poll timeout on slot 0 port 0 ahcich1: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd 80 serr 000000= 00 cmd 0024c017 (aprobe1:ahcich1:0:0:0): Command timed out (aprobe1:ahcich1:0:0:0): Error 5, Retries exhausted It looks like FreeBSD is changing some system state and the BIOS is not properly reinitialising the system. Does anyone have any ideas? --=20 Peter Jeremy --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk5XD+EACgkQ/opHv/APuId1kQCgpza11wqdyAnwaUm6GY+3i51r hQsAnAv/W/xbE5FQChNlOuc/dG01Zr4D =g8JR -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--