Thinkpad t60p questions

Understudy list at understudy.net
Sun Aug 21 17:28:48 UTC 2011


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<list at understudy.net>  
>>> 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 at 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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>     
> options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
>     ether 00:16:41:e4:77:24
>     inet 10.0.0.146 netmask 0xffffff00 broadcast 10.0.0.255
>     media: Ethernet autoselect (1000baseT <full-duplex>)
>     status: active
> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
>     options=3<RXCSUM,TXCSUM>
>     inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
>     inet6 ::1 prefixlen 128
>     inet 127.0.0.1 netmask 0xff000000
>     nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
> em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
>     
> options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
>     ether 00:16:41:e4:77:24
>     inet 10.0.0.146 netmask 0xffffff00 broadcast 10.0.0.255
>     media: Ethernet autoselect (1000baseT <full-duplex>)
>     status: active
> wpi0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> 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<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
>     options=3<RXCSUM,TXCSUM>
>     inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
>     inet6 ::1 prefixlen 128
>     inet 127.0.0.1 netmask 0xff000000
>     nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
> wlan0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
> To unsubscribe, send any mail to "freebsd-mobile-unsubscribe at 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





More information about the freebsd-mobile mailing list