Re: How to debug USB hardware issues

2011-11-05 Thread Alberto Mijares
What does dmesg say when this failure occurs? Do you see the following sysctl: sysctl hw.usb.no_cs_fail I would start turn on debugging in the modem driver, compile kernel with options USB_DEBUG, and then see what is printed at the time of failure. Hi, I already have USB_DEBUG option

Re: How to debug USB hardware issues

2011-11-05 Thread Hans Petter Selasky
On Saturday 05 November 2011 15:19:14 Alberto Mijares wrote: What does dmesg say when this failure occurs? Do you see the following sysctl: sysctl hw.usb.no_cs_fail I would start turn on debugging in the modem driver, compile kernel with options USB_DEBUG, and then see what is

FreeBSD 8.x and Dell PERC H200?

2011-11-05 Thread linux freaker
Sorry for the last incomplete mail. I have Dell PowerEdge Server with H300 card which FreeBSD 8.2 neither 9.1RC1 unable to detect. I can see the old mailinglist which says that FreeBSD currently support JBOD for H700/H300/H200 cards and not for RAID. I can see that it needed mfi or mps driver for

Support for MegaRAID SAS on FreeBSD

2011-11-05 Thread linux freaker
I am facing issue while installing FreeBSD 9.1 RC1 on Dell PowerEdge Server with MegaRAID SAS 9240 driver. It is unable to detect the controller.Any idea how to troubleshoot? I can see that it has mfi.1 driver loaded.(I am not sure if thats mfi/mps). Do I need to rebuilt the kernel with this new

Re: Support for MegaRAID SAS on FreeBSD

2011-11-05 Thread Stephane LAPIE
Hi, The SAS 9240 controller works fine with the mfi driver provided by LSI, however there is no driver to my knowledge in the default FreeBSD tree that handles this controller, which is kind of annoying. So you have to build a custom kernel or module beforehand for it. I have two servers using

Soekris vpn1401 support

2011-11-05 Thread Aldis Berjoza
Hello everyone. I'm about to buy Soekris vpn1401 crypto accelerator for my FreeBSD box. I was wondering would it work with AES-XTS 256 geom_geli? I know it works for AES 256, but does that means XTS or CBC or it doesn't matter? Thanks in advance. -- Aldis Berjoza http://www.bsdroot.lv/

Re: Support for MegaRAID SAS on FreeBSD

2011-11-05 Thread linux freaker
Hi Stephane, Thanks for your response. Since I am unable to install FreeBSD 9.0 RC1 how shall I proceed? As you said you need to build a custom kernel or module beforehand, do you mean I need to install FreeBSD 9.0 RC1(or earlier) on VM or other supported hardware.Though I can install it on other

Re: Support for MegaRAID SAS on FreeBSD

2011-11-05 Thread linux freaker
In short, it would be helpful if you can suggest me how shall I run your suggested steps on? As My FreeBSD 9.1 RC1 abort once bsdinstaller starts up and reboot abortly. On Sun, Nov 6, 2011 at 12:52 AM, linux freaker linuxfrea...@gmail.comwrote: Hi Stephane, Thanks for your response. Since I

Re: Support for MegaRAID SAS on FreeBSD

2011-11-05 Thread Stephane LAPIE
Hi, The instructions I provided work for 9.x and 8.x (well, minus the mfi.c modification). To make things simple : - For installing 6.x, 7.x and 8.x, just grab the appropriate archive from LSI's site and use it as is. (don't modify the mfi.c !) - For installing 9.x, grab the 8.x driver, modify