Re: Mouse problem on ThinkPad X61

2011-07-03 Thread Daniel Staal

--As of July 2, 2011 9:56:33 PM -0600, Warren Block is alleged to have said:


The T61 has both a touchpad and a trackpoint.  Seems like on my T42, only
one works.  Possibly there are settings for psm(4) or the synaptics
touchpad driver is needed.


--As for the rest, it is mine.

Check your BIOS settings as well: You can turn them off independently 
there, and the OS would never see it.


Daniel T. Staal

---
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


LSI MegaRAID 9260 on FreeBSD 8.2 amd64

2011-07-03 Thread Sam Vaughan
Hi,

I want to use an LSI MegaRAID 9260 on FreeBSD 8.2 amd64 using mfi and I have 
two quick questions:

LSI's MegaRaid SAS documentation [1] states that Currently, the FreeBSD driver 
is supported only on 32-bit FreeBSD.  On the other hand the FreeBSD 8.2 
hardware compatibility page [2] states that the mfi driver supports the 
MegaRaid 9260 in all three of the i386, ia64, amd64 ports.

Is LSI's documentation simply out of date or is there some issue with the mfi 
driver on amd64?

Lastly, they describe the installation process including rebuilding the kernel. 
 Is the mfi driver not built in and active by default?

Thanks,

Sam

[1] 
http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/80-00163-01_Rev_E_SAS_driver_ug.pdf
[2] http://www.FreeBSD.org/releases/8.2R/hardware.html


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


ipfw: getsockopt(IP_FW_ADD): Invalid argument

2011-07-03 Thread Unga
Hi all

Following ipfw rule develop error indicated in the subject line:
ipfw add 100 fwd 127.0.0.1,1234 tcp from any to any 1234 out via wlan0

What I want to do is forward any packet going to port 1234 to 127.0.0.1:1234.

I have built the kernel with options IPFIREWALL_FORWARD.

What's the error here? Is the rule incorrect?

This is FreeBSD 8.1.

Many thanks in advance.

Unga
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Making an mbr boot usb on 8.2-stable

2011-07-03 Thread Joshua Isom
I recently changed my raid0 into two raid1's so I can have redundancy. 
Getting a disk to boot was harder than I ever remember.  Part of the 
problem, my gigabyte bios locks up hard if there's a gpt usb drive 
plugged in, not even scanning the memory.  It seems to be a little known 
problem.  Some of the stuff I read on the internet mentions fdisk being 
somewhat broken because of geom changes, and I couldn't get a usb disk 
to boot that I made with fdisk or gpart.  I ended up just dd'ing a 
memstick image from freebsd.org onto a drive and booting that. 
Annoyingly, the only one supporting zfs v28 is the 9-current image 
judging by the timestamps.


I'm still wanting a rescue disk, and gpt is out of the question.  I 
don't want a cd because I want a full install and to be able to 
periodically update it.  I can partition the drive, install freebsd on 
it, but it won't boot.  I've tried gpart, fdisk, and sade but I can't 
seem to be able to make it actually boot or even reach loader.  I think 
the furthest I got was boot1.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org