USB host controllers on a server that does not use USB devices?

2013-03-20 Thread Anton Shterenlikht
This is on an ia64 server. Do I need these devices in kernel: device ehci# EHCI host controller device ohci# OHCI PCI-USB interface device uhci# UHCI PCI-USB interface if I don't ever attach any usb devices to it? Thanks Anton

Re: USB host controllers on a server that does not use USB devices?

2013-03-20 Thread ill...@gmail.com
On 20 March 2013 05:10, Anton Shterenlikht me...@bristol.ac.uk wrote: This is on an ia64 server. Do I need these devices in kernel: device ehci# EHCI host controller device ohci# OHCI PCI-USB interface device uhci# UHCI PCI-USB

Re: USB host controllers on a server that does not use USB devices?

2013-03-20 Thread Andrea Venturoli
On 03/20/13 14:59, ill...@gmail.com wrote: Probably not on a server, but there are some built-in devices in some notebooks (webcam bluetooth) that are run through a usb bus. It happened to me to see an internal USB tape drive, connected to an USB port on the motherboard. bye av

lagg with devices that may disappear

2013-01-22 Thread Eitan Adler
I have two USB devices: run0/wlan0 - a wireless nic ue0 - a wired nic In my rc.conf I have these set up to lagg - (note that this is done from memory and may not be exact): # ether address also set up here ifconfig_ue0=up wlans_ue0=wlan0 ifconfig_wlan0=WPA cloned_interfaces=lagg0 ifconfig_lagg0

Re: Intel D525MW board No ethernet devices detected with 9.1 Release

2013-01-08 Thread PseudoCylon
Message: 17 Date: Sat, 5 Jan 2013 20:44:15 -0600 From: iamatt iam...@gmail.com To: freebsd-questions@freebsd.org Subject: Intel D525MW board No ethernet devices detected with 9.1 Release Message-ID: caeerwnu-jwnjpsopsqo7tfclqsk+2x+2dkqf_8ermaf0cnq...@mail.gmail.com Content

Re: Intel D525MW board No ethernet devices detected with 9.1 Release

2013-01-06 Thread zstepashka
/Intel-D525MW-board-No-ethernet-devices-detected-with-9-1-Release-tp5775093p5775145.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Intel D525MW board No ethernet devices detected with 9.1 Release

2013-01-06 Thread iamatt
-No-ethernet-devices-detected-with-9-1-Release-tp5775093p5775145.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: Intel D525MW board No ethernet devices detected with 9.1 Release

2013-01-06 Thread zstepashka
Yes, i submitted PR bug report, from www.freebsd.org. I can`t disable onboard ethernet. Computer work as router, it need 2 adapters :( -- View this message in context: http://freebsd.1045724.n5.nabble.com/Intel-D525MW-board-No-ethernet-devices-detected-with-9-1-Release-tp5775093p5775263.html

Intel D525MW board No ethernet devices detected with 9.1 Release

2013-01-05 Thread iamatt
Hello, I have an intel D525MW board with an ATOM processor. The system was running 9.0 RELEASE amd64 with no problems. I did an binary upgrade to 9.1 amd64 and now the onboard ethernet card is not detected. I encountered a similar issue when I tried to go from 9.0 RELEASE to 9.0 STABLE a while

Re: Maximum number of tun pseudo-devices

2012-05-15 Thread Wojciech Puchar
i would rather look at software that uses tun interfaces instead of FreeBSD which seems to support more than 128 tuns out of the box: this: # x=1;while [ $x -lt 2000 ];do ifconfig tun$x create;x=$[x+1];done worked fine. ifconfig shows 2000 tun interfaces # x=1;while [ $x -lt 2000 ];do

Re: Maximum number of tun pseudo-devices

2012-05-15 Thread Chris Knipe
On Mon, May 14, 2012 at 3:09 AM, Brett Glass br...@lariat.net wrote: I'm running a busy FreeBSD-based that may handle large numbers of simultaneous connections. I'm currently using software that creates a tun device for each connection. However, after it hits tun127 (128 pseudo-devices

Maximum number of tun pseudo-devices

2012-05-13 Thread Brett Glass
Everyone: I'm running a busy FreeBSD-based that may handle large numbers of simultaneous connections. I'm currently using software that creates a tun device for each connection. However, after it hits tun127 (128 pseudo-devices), it doesn't seem to want to create any more. What sets

Swapping geli devices between machines: MD5 hash mismatch

2012-02-07 Thread Jan Henrik Sylvester
I tried to attach a geli encrypted partition from a disk of a different machine attached via eSATA, but I got: geli: MD5 hash mismatch for ada1s2e. Putting the disk back to the old machine, I was able to attach and use the geli encrypted partition without an error. Before I investigate

Re: Get list of ethernet devices

2011-11-07 Thread Michael Ross
Am 07.11.2011, 02:19 Uhr, schrieb Warren Block wbl...@wonkity.com: ifconfig_DEFAULT=DHCP It's not well documented. I'd also suggest using SYNCDHCP as more likely to work predictably on unknown equipment. Wow. That's *a lot* easier than what I came up with. Thanks!

Re: Get list of ethernet devices

2011-11-07 Thread Michael Ross
Am 07.11.2011, 02:24 Uhr, schrieb Marco Steinbach c...@executive-computing.de: I'd be interested in testing the results (or possible steps thereto) of your efforts in creating a customized, bootable FreeBSD USB stick image, if that's feasible. I am not creating an image at all. What

Get list of ethernet devices

2011-11-06 Thread Michael Ross
Moin, I'm setting up a system on an external USB drive, serving as fallback in case of a server failure: Customer takes USB drive, plugs it into any of his PCs and boots of it. Now I am looking for a good method to configure the network: I could just start dhclient on any NIC which could

Re: Get list of ethernet devices

2011-11-06 Thread Warren Block
On Mon, 7 Nov 2011, Michael Ross wrote: I'm setting up a system on an external USB drive, serving as fallback in case of a server failure: Customer takes USB drive, plugs it into any of his PCs and boots of it. Now I am looking for a good method to configure the network: I could just start

Re: Get list of ethernet devices

2011-11-06 Thread Marco Steinbach
On Mon, 7 Nov 2011, Michael Ross wrote: Moin, Morsche, I'm setting up a system on an external USB drive, serving as fallback in case of a server failure: Customer takes USB drive, plugs it into any of his PCs and boots of it. Now I am looking for a good method to configure the network: I

Re: Get list of ethernet devices

2011-11-06 Thread Polytropon
On Mon, 07 Nov 2011 01:46:14 +0100, Michael Ross wrote: Moin, I'm setting up a system on an external USB drive, serving as fallback in case of a server failure: Customer takes USB drive, plugs it into any of his PCs and boots of it. Now I am looking for a good method to configure the

Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found!

2010-12-13 Thread Bruce Cran
On Tue, 8 Dec 2009 00:48:21 +1100 (EST) Ian Smith smi...@nimnet.asn.au wrote: If nothing else, might adding a quick (try Options/Rescan Devices) to the No USB devices message text help some folks out of this quandary? Since it looks like major work to sysinstall isn't going to happen I've

Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found!

2010-12-13 Thread Ian Smith
On Mon, 13 Dec 2010, Bruce Cran wrote: On Tue, 8 Dec 2009 00:48:21 +1100 (EST) Ian Smith smi...@nimnet.asn.au wrote: If nothing else, might adding a quick (try Options/Rescan Devices) to the No USB devices message text help some folks out of this quandary? Since it looks like

Re: usb devices

2010-12-08 Thread Justin V.
, today, when i plugin my USB devices they are not showing up.. They are just not registering.. Never seen this problem before... Prior to today, I was able to plug my Android phone in and mount it just fine. Prior to today, I was able to plug my usb mouse and keyboard in and type away

Re: usb devices

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 10:55 AM, Justin V. v...@yeaguy.com wrote: On Wed, 8 Dec 2010, Chris Brennan wrote: Does usbconf show that it was indeed registered? The kernel may see it and fail to pass it to the USB subsystem for what ever reason. -- Sent from my Droid On Dec 7, 2010 8:26 PM,

usb devices

2010-12-07 Thread justin v
Aloha world.. For whatever reason, today, when i plugin my USB devices they are not showing up.. They are just not registering.. Never seen this problem before... Prior to today, I was able to plug my Android phone in and mount it just fine. Prior to today, I was able to plug my usb

Re: usb devices

2010-12-07 Thread Chris Brennan
Does usbconf show that it was indeed registered? The kernel may see it and fail to pass it to the USB subsystem for what ever reason. -- Sent from my Droid On Dec 7, 2010 8:26 PM, justin v v...@yeaguy.com wrote: Aloha world.. For whatever reason, today, when i plugin my USB devices

smartctl/ada/FreeBSD 8.1 more than 10 devices?

2010-09-28 Thread DJ
I'm seeing something odd and don't know if its a function of the new ada/ahci driver support in smartmontools 5.38 and later. I'm running 5.39.1 on an array using SiL3124 controllers with port multipliers. # smartctl -i /dev/ada9 smartctl 5.39.1 2010-01-28 r3054 [FreeBSD 8.1-RELEASE amd64]

Re: smartctl/ada/FreeBSD 8.1 more than 10 devices?

2010-09-28 Thread Steve Polyack
On 9/28/2010 7:25 PM, DJ wrote: I'm seeing something odd and don't know if its a function of the new ada/ahci driver support in smartmontools 5.38 and later. I'm running 5.39.1 on an array using SiL3124 controllers with port multipliers. ... # smartctl -i /dev/ada11 smartctl 5.39.1

Re: smartctl/ada/FreeBSD 8.1 more than 10 devices?

2010-09-28 Thread DJ
since all the drives, cables and controllers are identical, I'm trying to figure out if there is something *else* I should be looking into for why smart would have an issue, but the rest of the OS has no issues with these drives.  (zfs is storing data, reports them all as online, etc).

gs-8-8.71 under 8.1-Release missing x11 devices

2010-09-11 Thread Jin Guojun[VFF]
gs 8-8.71 under FreeBSD 8.1-R seems missing x11 device. When use ghostview, it complains /unknown device x11 /By tracing around, I found it was caused by gs 8-8.71. As typing gs --help, it shows much less devices supported than gs 8-8.62 under FreeSBD 6.4-R. By searching on the Internet, one

Re: gs-8-8.71 under 8.1-Release missing x11 devices

2010-09-11 Thread Michael Powell
Jin Guojun[VFF] wrote: gs 8-8.71 under FreeBSD 8.1-R seems missing x11 device. When use ghostview, it complains /unknown device x11 /By tracing around, I found it was caused by gs 8-8.71. As typing gs --help, it shows much less devices supported than gs 8-8.62 under FreeSBD 6.4-R

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-23 Thread Thomas Mueller
No I'm not going to start ripping my computer apart because FreeBSD can't deal with my hard drive. I think the problem is a shortcoming in FreeBSD where it can't deal with drives that have old stale RAID metadata on them. I'm just going to have to wait until they can. Until then no FreeBSD

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-22 Thread Thomas Mueller
Rich, if you can't get either the installation CD or live-file-system CD to boot (FreeBSD), maybe your computer is allergic to FreeBSD? I've had that problem with both FreeBSD and NetBSD on the older computer (Cx486DX-2 at 66 MHz; 1.2 GB hard drive). One thing that could possibly help is if you

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-22 Thread Ryan Coleman
I agree, but I might start pulling parts and see if it works then. swap video cards if you can, etc. On Jul 22, 2010, at 3:28 AM, Thomas Mueller wrote: Rich, if you can't get either the installation CD or live-file-system CD to boot (FreeBSD), maybe your computer is allergic to FreeBSD?

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-22 Thread Rich
for me. Back to crappy windows. From: Ryan Coleman ryan.cole...@cwis.biz To: User Questions freebsd-questions@freebsd.org Sent: Thu, July 22, 2010 7:19:28 AM Subject: Re: system hangs on; Probing devices, please wait (this can take a while)... I agree, but I

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-22 Thread Ryan Coleman
: Thu, July 22, 2010 7:19:28 AM Subject: Re: system hangs on; Probing devices, please wait (this can take a while)... I agree, but I might start pulling parts and see if it works then. swap video cards if you can, etc. On Jul 22, 2010, at 3:28 AM, Thomas Mueller wrote: Rich, if you can't

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-22 Thread Rich
Lol, true. From: Ryan Coleman ryan.cole...@cwis.biz To: Rich rl...@pacbell.net Cc: User Questions freebsd-questions@freebsd.org Sent: Thu, July 22, 2010 11:50:58 AM Subject: Re: system hangs on; Probing devices, please wait (this can take a while

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-22 Thread Jerry
On Thu, 22 Jul 2010 11:54:29 -0700 (PDT) Rich rl...@pacbell.net articulated: Lol, true. Two top posters in succession. My lucky day. In any case, the OP should NOT have to suffer the agita of being forced to due either. While the ability do accomplish what the OP desires does not exist ab

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-21 Thread Thomas Mueller
with Probing devices, please wait (this can take a while)... Nothing like this occurs in NetBSD or Linux; I've also installed various DOSes (MS-DOS 4.01 and upgrade to 5; DR-DOS 7.03 and FreeDOS; OS/2 1.3 through (Warp) 4) although MS-DOS 4.01 (back in 1990) and OS/2 had their own problems. Tom

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-21 Thread Dave
On 20 Jul 2010 at 23:46, Bruce Cran wrote: On Tue, 20 Jul 2010 14:59:04 -0700 (PDT) Rich rl...@pacbell.net wrote: Any ideas anyone ? I'm stuck. Cannot install FreeBSD on my computer. Every other OS besides FreeBSD boots up and installs. What else can I check? It looks like it's

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-21 Thread Bruce Cran
output is saying that it can't open the vast majority of the devices it's trying. The device_names array just contains a list of all devices sysinstall knows about: for USB mass storage devices it tries to open da0-da15. I guess it's not been updated for devfs where it should see which device nodes

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-21 Thread Bruce Cran
On Wed, 21 Jul 2010 09:04:53 + Thomas Mueller mueller6...@bellsouth.net wrote: I wonder if FreeBSD is the only OS with Probing devices, please wait (this can take a while)... Nothing like this occurs in NetBSD or Linux; I've also installed various DOSes (MS-DOS 4.01 and upgrade to 5

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-21 Thread Rich
From: Dave d...@g8kbv.demon.co.uk To: Bruce Cran br...@cran.org.uk Cc: freebsd-questions@freebsd.org Sent: Wed, July 21, 2010 3:56:50 AM Subject: Re: system hangs on; Probing devices, please wait (this can take a while)... On 20 Jul 2010 at 23:46, Bruce

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-21 Thread Randi Harper
On Wed, Jul 21, 2010 at 8:45 AM, Rich rl...@pacbell.net wrote: From: Dave d...@g8kbv.demon.co.uk To: Bruce Cran br...@cran.org.uk Cc: freebsd-questions@freebsd.org Sent: Wed, July 21, 2010 3:56:50 AM Subject: Re: system hangs on; Probing devices, please

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread Bruce Cran
to make a difference. The code that's being run does the following: 1. Finds all network interfaces. 2. Finds all CDROM, floppy, disk and network devices that might be needed for installation. 3. Finds all partitions on the disks to register. I'd guess it's hanging on a syscall somewhere

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread Randi Harper
any good...but that's getting into stuff which is less likely to make a difference. The code that's being run does the following: 1. Finds all network interfaces. 2. Finds all CDROM, floppy, disk and network devices that might be needed for installation. 3. Finds all partitions

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread Thomas Mueller
I had this problem trying to install FreeBSD on my old computer: Cx486DX2 CPU at 66 MHz; 20 MB RAM; 1.2 GB IDE hard drive; 2x Texel, now Plextor, CD-ROM on Trantor T130B SCSI (NCR5380 chip; no support in FreeBSD = 3.0); Iomega Zip 250 on same SCSI card. That was in the days of FreeBSD 4.x. No

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread Rich
enabled DEBUG: Notify: Probing devices, please wait (this can take a while)... DEBUG: Found a network device named re0 DEBUG: Found a network device named re1 DEBUG: Found a network device named fwe0 DEBUG: Found a network device named fwip0 DEBUG: deviceTry: attempting to open /dev/cd0 DEBUG

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread Rich
along the way to cause it to hang. From: Randi Harper ra...@freebsd.org To: Bruce Cran br...@cran.org.uk Cc: Chuck Swiger cswi...@mac.com; FreeBSD - freebsd-questions@freebsd.org; Rich rl...@pacbell.net Sent: Mon, July 19, 2010 11:19:06 PM Subject: Re: system hangs on; Probing devices, please

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread CyberLeo Kitsana
On 07/20/2010 02:42 AM, Thomas Mueller wrote: I've wondered why FreeBSD installation sets (base, etc, games, comp, man and others) are broken into pieces of 1392 KB each as opposed to each installation set in a single .tgz or .tbz (base.tgz, etc.tgz, comp.tgz, and others: that's how NetBSD

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread Rich
:09 AM Subject: Re: system hangs on; Probing devices, please wait (this can take a while)... I had this problem trying to install FreeBSD on my old computer: Cx486DX2 CPU at 66 MHz; 20 MB RAM; 1.2 GB IDE hard drive; 2x Texel, now Plextor, CD-ROM on Trantor T130B SCSI (NCR5380 chip; no support

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread Bruce Cran
On Tue, 20 Jul 2010 14:59:04 -0700 (PDT) Rich rl...@pacbell.net wrote: Any ideas anyone ? I'm stuck. Cannot install FreeBSD on my computer. Every other OS besides FreeBSD boots up and installs. What else can I check? It looks like it's stopping/spinning at the section where it parses the

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-20 Thread Rich
code is doing? From: Andrew Gould andrewlylego...@gmail.com To: Rich rl...@pacbell.net Sent: Tue, July 20, 2010 3:52:21 PM Subject: Re: system hangs on; Probing devices, please wait (this can take a while)... On Tue, Jul 20, 2010 at 4:59 PM, Rich rl

system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Rich
I'm trying to boot on the 9.0 Current or 8.0 Release CD to install and it just hangs on; Probing devices, please wait (this can take a while)... I've waited almost an hour. how long is it supposed to take? It would be nice if there were a status bar or spinning wheel or something to let

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Bruce Cran
On Mon, 19 Jul 2010 13:16:46 -0700 (PDT) Rich rl...@pacbell.net wrote: Probing devices, please wait (this can take a while)... I've waited almost an hour. how long is it supposed to take? It would be nice if there were a status bar or spinning wheel or something to let you know if it's

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Rich
...@pacbell.net Cc: freebsd-questions@freebsd.org Sent: Mon, July 19, 2010 3:05:32 PM Subject: Re: system hangs on; Probing devices, please wait (this can take a while)... On Mon, 19 Jul 2010 13:16:46 -0700 (PDT) Rich rl...@pacbell.net wrote: Probing devices, please wait (this can take a while

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Polytropon
On Mon, 19 Jul 2010 15:38:20 -0700 (PDT), Rich rl...@pacbell.net wrote: Ok well at least that's good to know. So I disconnected my hard drives and now it boots up further on the CD only but obviously I can't install it with no hard drives. Why does it hang on my drives and what can I do

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Bruce Cran
On Tue, 20 Jul 2010 00:59:58 +0200 Polytropon free...@edvax.de wrote: I would suggest to boot with the live system CD, e. g. of 8.0-RELEASE. It should not launch sysinstall automatically (you can even boot the CD into SUM), so you end up with a regular shell. First, check all the kernel's

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Chuck Swiger
Hi-- On Jul 19, 2010, at 3:38 PM, Rich wrote: Ok well at least that's good to know. So I disconnected my hard drives and now it boots up further on the CD only but obviously I can't install it with no hard drives. Why does it hang on my drives and what can I do about it? They are just

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Randi Harper
On Mon, Jul 19, 2010 at 1:16 PM, Rich rl...@pacbell.net wrote: I'm trying to boot on the 9.0 Current or 8.0 Release CD to  install and it just hangs on; Probing devices,  please wait (this can take a while)... I've waited almost an hour. how long is it supposed to take? It would be nice

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Polytropon
On Tue, 20 Jul 2010 00:16:27 +0100, Bruce Cran br...@cran.org.uk wrote: On Tue, 20 Jul 2010 00:59:58 +0200 Polytropon free...@edvax.de wrote: I would suggest to boot with the live system CD, e. g. of 8.0-RELEASE. It should not launch sysinstall automatically (you can even boot the CD

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Rich
I tried this but pressing F2 doesn't do anything. From: Bruce Cran br...@cran.org.uk To: Polytropon free...@edvax.de Cc: freebsd-questions@freebsd.org; Rich rl...@pacbell.net Sent: Mon, July 19, 2010 4:16:27 PM Subject: Re: system hangs on; Probing devices

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Rich
Harper ra...@freebsd.org Cc: Rich rl...@pacbell.net; freebsd-questions@freebsd.org; freebsd-sysinst...@freebsd.org Sent: Mon, July 19, 2010 5:53:21 PM Subject: Re: system hangs on; Probing devices, please wait (this can take a while)... On Mon, Jul 19, 2010 at 4:32 PM, Randi Harper ra...@freebsd.org

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Rich
devices, please wait (this can take a while)... Hi-- On Jul 19, 2010, at 3:38 PM, Rich wrote: Ok well at least that's good to know. So I disconnected my hard drives and now it boots up further on the CD only but obviously I can't install it with no hard drives. Why does it hang on my

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Rich
or is there somewhere I can get the 8.0 live CD? From: Polytropon free...@edvax.de To: Bruce Cran br...@cran.org.uk Cc: freebsd-questions@freebsd.org; Rich rl...@pacbell.net Sent: Mon, July 19, 2010 4:34:18 PM Subject: Re: system hangs on; Probing devices, please wait (this can take

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Garrett Cooper
On Mon, Jul 19, 2010 at 4:32 PM, Randi Harper ra...@freebsd.org wrote: On Mon, Jul 19, 2010 at 1:16 PM, Rich rl...@pacbell.net wrote: I'm trying to boot on the 9.0 Current or 8.0 Release CD to  install and it just hangs on; Probing devices,  please wait (this can take a while)... I've

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Rich
Ok I booted on that disc and it hangs at the same place. not sure what to do next. What is the fixit menu? From: Ryan Coleman ryan.cole...@cwis.biz To: Rich rl...@pacbell.net Sent: Mon, July 19, 2010 6:23:45 PM Subject: Re: system hangs on; Probing devices

Re: system hangs on; Probing devices, please wait (this can take a while)...

2010-07-19 Thread Bruce Cran
On Mon, 19 Jul 2010 17:53:30 -0700 (PDT) Rich rl...@pacbell.net wrote: I tried this but pressing F2 doesn't do anything. Sorry - I meant Alt-F2 to switch VTYs. -- Bruce Cran ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD Support for Fibre Channel Devices

2010-07-13 Thread Anton Shterenlikht
On Mon, Jul 12, 2010 at 03:06:03PM -0700, Tim Gustafson wrote: isp(4) mpt(4) Hrmm, I guess I should phrase the question this way: I have installed a Fibre Channel card into a new FreeBSD 8.x box. I have both isp(4) and mpt(4) are loaded and the device still doesn't appear in /dev.

FreeBSD Support for Fibre Channel Devices

2010-07-12 Thread Tim Gustafson
Hi, Can anyone recommend a FreeBSD-compatible fibre channel board to connect a FreeBSD 8.0 server to a Sun 3500 disk array? Tim Gustafson Baskin School of Engineering UC Santa Cruz t...@soe.ucsc.edu 831-459-5354 ___ freebsd-questions@freebsd.org

Re: FreeBSD Support for Fibre Channel Devices

2010-07-12 Thread Matthew Seaman
On 12/07/2010 22:49:51, Tim Gustafson wrote: Can anyone recommend a FreeBSD-compatible fibre channel board to connect a FreeBSD 8.0 server to a Sun 3500 disk array? isp(4) mpt(4) ... which is basically what shows up on doing 'man -k fibre' Cheers, Matthew -- Dr Matthew J

Re: FreeBSD Support for Fibre Channel Devices

2010-07-12 Thread Tim Gustafson
isp(4) mpt(4) Hrmm, I guess I should phrase the question this way: I have installed a Fibre Channel card into a new FreeBSD 8.x box. I have both isp(4) and mpt(4) are loaded and the device still doesn't appear in /dev. pciconf shows: no...@pci0:8:1:0: class=0x0c0400 card=0x656c1242

PCI devices without drivers

2010-05-05 Thread Eitan Adler
I ran the following command and I was wondering how I could figure out what drivers are needed for each of the following. $pciconf -lv|grep -A 4 none no...@pci0:0:31:3: class=0x0c0500 card=0x3a1d17aa chip=0x29308086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device =

Re: boot loaders and USB devices

2010-02-25 Thread Aiza
Date: Thu, 25 Feb 2010 07:54:00 +0800 From: Aiza aiz...@comclark.com Subject: boot loaders and USB devices My PC does not have the BIOS option to boot from USB. I use an USB cabled external hard drive for taking backups. It has FreeBSD installed on it which I want to boot from so

boot loaders and USB devices

2010-02-24 Thread Aiza
to do backups. I also have a USB stick containing a Freebsd install used to clone itself to the motherboard cabled hard drive. Since the BIOS will only boot from the motherboard cabled hard drive can I install a boot loader to gain boot access to my seldom connected USB devices? I reviewed

Re: Maximum Number of USB Mass Storage Devices

2010-02-20 Thread David King
a large number of USB bus powered external hard disks to a FreeBSD 8.0 system. I am talking about hundreds of them. The USB spec itself limits to 127 devices per bus, including hubs (and including the internal hub-like device on many busses). http://en.wikipedia.org/wiki/Universal_Serial_Bus

Re: Maximum Number of USB Mass Storage Devices

2010-02-18 Thread Patrick Collins
of them. The USB spec itself limits to 127 devices per bus, including hubs (and including the internal hub-like device on many busses). http://en.wikipedia.org/wiki/Universal_Serial_Bus#Overview I am aware of the power and bus limitations and intend to use power hubs and multiple server USB

Re: Maximum Number of USB Mass Storage Devices

2010-02-18 Thread David King
I have a requirement to connect a large number of USB bus powered external hard disks to a FreeBSD 8.0 system. I am talking about hundreds of them. The USB spec itself limits to 127 devices per bus, including hubs (and including the internal hub-like device on many busses). http

Maximum Number of USB Mass Storage Devices

2010-02-17 Thread Patrick Collins
is this: Does FreeBSD 8.0-RELEASE have an operating system limitation on the number of USB storage devices I can connect and mount. Thanks. Patrick Collins ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

FreeBSD 7.3 RC1 - gmirror - changed devices name

2010-02-16 Thread Gabriel Lavoie
Hello everyone, I just upgraded my system to 7.3 RC1, from 7.1, to test it. I had a lot of trouble with my gmirror setup as none of my providers were recognized. It happened that the HARDCODED flag was set on both my providers and my hard disk drives device nodes changed name from 7.1 to

Re: NDIS panics (Was: Can I rescan for new PCI devices? Or should hotplugging Expresscards work?)

2010-01-16 Thread Paul B Mahol
On 1/11/10, Paul B Mahol one...@gmail.com wrote: On 1/11/10, Bob Johnson fbsdli...@gmail.com wrote: On 1/9/10, Paul B Mahol one...@gmail.com wrote: On 12/16/09, Bob Johnson fbsdli...@gmail.com wrote: I'm using an ExpressCard for wireless networking because there seems to be no driver for the

NDIS panics (Was: Can I rescan for new PCI devices? Or should hotplugging Expresscards work?)

2010-01-11 Thread Bob Johnson
On 1/9/10, Paul B Mahol one...@gmail.com wrote: On 12/16/09, Bob Johnson fbsdli...@gmail.com wrote: I'm using an ExpressCard for wireless networking because there seems to be no driver for the internal card in my laptop (and NDIS panics the system). The Expresscard shows up as a PCI device and

Re: NDIS panics (Was: Can I rescan for new PCI devices? Or should hotplugging Expresscards work?)

2010-01-11 Thread Paul B Mahol
On 1/11/10, Bob Johnson fbsdli...@gmail.com wrote: On 1/9/10, Paul B Mahol one...@gmail.com wrote: On 12/16/09, Bob Johnson fbsdli...@gmail.com wrote: I'm using an ExpressCard for wireless networking because there seems to be no driver for the internal card in my laptop (and NDIS panics the

will these (bluetooth) devices work with freeBSD

2009-12-26 Thread Eitan Adler
Can anyone tell me if either of these devices are likely to work with freeBSD for a bluetooth headset? http://www.newegg.com/Product/Product.aspx?Item=N82E16833242004cm_re=bluetooth_dongle-_-33-242-004-_-Product http://www.newegg.com/Product/Product.aspx?Item=N82E16833242004cm_re=bluetooth_adapter

RE: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Sun, Dec 20, 2009 at 11:20:12PM +0100, Marius Strobl wrote: On Sun, Dec 20, 2009 at 10:10:10PM +, Anton Shterenlikht wrote: On Sun, Dec 20, 2009 at 04:00:05PM +0100, Marius Strobl wrote: On Sat, Dec 19, 2009 at 09:48:03PM +, Anton Shterenlikht wrote: I've built X without

RE: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Warren Block
On Tue, 22 Dec 2009, Anton Shterenlikht wrote: ok, I moved a step further. 'X -configure' is now successful. All I had to do is to move the graphics card to another pci slot. Perhaps where xvr600 was, is not a standard pci slot at all? pgx64 worked fine there in the text mode, but not in the

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 11:12:35AM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: ok, I moved a step further. 'X -configure' is now successful. All I had to do is to move the graphics card to another pci slot. Perhaps where xvr600 was, is not a standard pci slot

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Warren Block
On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've added: Section Monitor Identifier Monitor0 HorizSync 30-50 VertRefresh 60 EndSection Section Device Identifier Card0 Driver mach64

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've added: Section Monitor Identifier Monitor0 HorizSync 30-50 VertRefresh 60 EndSection Section Device

SOLVED: Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've added: Section Monitor Identifier Monitor0 HorizSync 30-50 VertRefresh 60 EndSection Section Device

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Marius Strobl
On Tue, Dec 22, 2009 at 08:12:14PM +, Anton Shterenlikht wrote: On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've added: Section Monitor Identifier Monitor0

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Anton Shterenlikht
On Tue, Dec 22, 2009 at 09:29:54PM +0100, Marius Strobl wrote: On Tue, Dec 22, 2009 at 08:12:14PM +, Anton Shterenlikht wrote: On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton Shterenlikht wrote: Warren, thank you, but this doesn't help. I've

Re: Signal over range, WAS: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-22 Thread Marius Strobl
On Tue, Dec 22, 2009 at 08:47:19PM +, Anton Shterenlikht wrote: On Tue, Dec 22, 2009 at 09:29:54PM +0100, Marius Strobl wrote: On Tue, Dec 22, 2009 at 08:12:14PM +, Anton Shterenlikht wrote: On Tue, Dec 22, 2009 at 12:26:03PM -0700, Warren Block wrote: On Tue, 22 Dec 2009, Anton

X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-20 Thread Anton Shterenlikht
(**) |--Input Device Keyboard0 (==) Not automatically adding devices (==) Not automatically enabling devices (**) FontPath set to: /usr/local/lib/X11/fonts/misc/, /usr/local/lib/X11/fonts/TTF/, /usr/local/lib/X11/fonts/OTF, /usr/local/lib/X11/fonts/Type1/, /usr

Re: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-20 Thread Marius Strobl
On Sun, Dec 20, 2009 at 10:10:10PM +, Anton Shterenlikht wrote: On Sun, Dec 20, 2009 at 04:00:05PM +0100, Marius Strobl wrote: On Sat, Dec 19, 2009 at 09:48:03PM +, Anton Shterenlikht wrote: I've built X without hal, but get this error on X -configure: Actually when

Re: X -configure fails: Number of created screens does not match number of detected devices. Configuration failed.

2009-12-20 Thread Anton Shterenlikht
On Sun, Dec 20, 2009 at 11:20:12PM +0100, Marius Strobl wrote: On Sun, Dec 20, 2009 at 10:10:10PM +, Anton Shterenlikht wrote: On Sun, Dec 20, 2009 at 04:00:05PM +0100, Marius Strobl wrote: On Sat, Dec 19, 2009 at 09:48:03PM +, Anton Shterenlikht wrote: I've built X without

Can I rescan for new PCI devices? Or should hotplugging Expresscards work?

2009-12-16 Thread Bob Johnson
found on the topic, it appears that automated hotplugging of PCI devices is probably still work in progress, but is there a way to manually have the system rescan for PCI devices so I don't have to reboot when I insert the network card? I'm using 8.0 RELEASE amd64. Thanks! -- -- Bob Johnson

Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found!

2009-12-12 Thread Randi Harper
  disk found.     Very long story short: googled for ages and found a forum thread about   this very problem, in which someone suggested Options / Rescan Devices   then trying again.  The OP there said it didn't work for him, but it   sure did for me!  After knowing that, the install went

Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found!

2009-12-10 Thread Ian Smith
this very problem, in which someone suggested Options / Rescan Devices then trying again.  The OP there said it didn't work for him, but it sure did for me!  After knowing that, the install went pretty smoothly, modulo not getting fc-10 to install by FTP, but that's another issue

Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found!

2009-12-07 Thread Derek (freebsd lists)
Ian Smith wrote: Very long story short: googled for ages and found a forum thread about this very problem, in which someone suggested Options / Rescan Devices then trying again. The OP there said it didn't work for him, but it sure did for me! snip Options / Rescan Devices fixed it for me

Re: 8.0-RELEASE-i386-memstick fixit - No USB devices found!

2009-12-07 Thread Ian Smith
On Mon, 7 Dec 2009, Derek (freebsd lists) wrote: Ian Smith wrote: Options / Rescan Devices fixed it for me. Maybe it will for Derek and/or maybe provide another clue? Indeed this works for me. I've added a follow-up to the PR. Thanks for the tip! Good to hear. Randi

  1   2   3   4   5   6   >