USB Stack/# of bytes to read?

2010-12-07 Thread Brian J. McGovern
All, I have a couple of quick questions about the USB stack in 8.x that I'm hoping someone with a bit more experience than I can answer. I am currently working on a device driver for a Velleman K8055 board. Basically, it does digital and analog I/O under the control of a PC via USB. I've

FIONREAD behavior possible on uhid?

2009-08-03 Thread Brian J. McGovern
All, I recently picked up a Velleman K8055, which is basically a Digital and analog I/O board that connects to a PC via a USB connection. So far, its worked fine w/FreeBSD, the uhid driver picks it up, and a simple cat /dev/uhid0 will start pulling the 8 bytes that represent the inputs

if_bridge and VMware....

2007-08-21 Thread Brian J. McGovern
I'm in the process of doing something that is possibly a bit out of the ordinary with VMware. I have two stand alone PCs connected to a catalyst 2900 doing 802.1q trunking. I can configure the VLAN interfaces on the stand alone PCs, assign IP addresses, and communicate happily. I then add a PC

Mapping USB ugen 802.11g adapter to ndis

2007-01-12 Thread Brian J. McGovern
All, I have a USB 802.11g (DLINK) adapter that I would like to use to access a wireless network. I've been able to download the Windows drivers, convert them in to the kernel module, and load the module. However, when I plug the adapter in, the ugen driver picks it up.

Looking for a cookbook on Oracle clients...

2006-12-04 Thread Brian J. McGovern
All, I have a task that requires I extract a data set from a MySQL server, and push it on to an Oracle (9i) server. I figured I'd go the ODBC route, and installed unix_odbc_driver and its dependencies. However, its pretty clear that I don't fully understand what I'm doing, and

Re: Suggestions for embedded systems... ?

2006-09-18 Thread Brian J. McGovern
to 110AC for an ATX power supply), and has 80% of what I want. I just need the last 20% :) -B --- Brian J. McGovern [EMAIL PROTECTED] wrote: All, I've been browsing the FreeBSD site looking for a system I can embed in the car. Optimally, it will do video output

Suggestions for embedded systems... ?

2006-09-17 Thread Brian J. McGovern
All, I've been browsing the FreeBSD site looking for a system I can embed in the car. Optimally, it will do video output via a RCA cable (ala your VCR) so I can plug it in to one of the new Alpine radios with an AUX in. Input will probably come via a USB gaming pad (arrow keys, a few

(no subject)

2006-07-27 Thread Brian J. McGovern
On the switch side of things I'm using a Cisco 3550 runing layer3 code, I've had this working before with a em driver (on another box) but my setup was a little different then so I'm pretty sure the switch isnt at fault? Is the vr interface capable of sending 1500 byte MTUs? Its not in the

ICH7 w/multiple ar devices?

2006-03-15 Thread Brian J. McGovern
All, I've recently just picked up a couple of new boxes that come with a Tyan motherboard that has an ICH7[r, I believe] on the motherboard. I installed 2x500GB drives, and discovered that the card will allow me to put multiple arrays on the disk. For chuckles, I put a 100GB mirror (RAID

VMware 5.5 w/FreeBSD as host OS?

2006-01-12 Thread Brian J. McGovern
All, I'm just curious, given the Linux support, if anyone is running VMware 5.5 with FreeBSD as the host operating system. VMware claims they don't support it, but history has repeatedly shown me that not supported is not the same as doesn't work. Feedback? -B

Setting up VLAN interfaces with Cisco gear... getting traffic on broadcast only...

2005-11-30 Thread Brian J. McGovern
All, I've got three Catalyst 6500s configured in a switching domain via fiber, with one hub 6500 connecting two remotes. Their port configurations are basically (the actual port number varies based on the device). interface Gigabit Ethernet 9/2 no ip address switchport

Update: Setting up VLAN interfaces with Cisco gear... getting traffic on broadcast only...

2005-11-30 Thread Brian J. McGovern
I hate to add to my own issue. I did some more playing and VLANs != 1 seem to work ok (typically in the 100-150 range). However, operating on VLAN 1 still seems to be an issue. -B All, I've got three Catalyst 6500s configured in a switching domain via fiber, with one hub

NFS hangs (client) when rebooted server tries to [re]mount filesystem

2005-10-13 Thread Brian J. McGovern
All, I'm seeing an odd problem while using a FreeBSD system as a Solaris jumpstart system. If I run a client box through the process, its fine the first time. However, if there is an error, or I'm testing, subsequent passes hang up right around the time it should be trying to do an NFS

Simple PAM authentication code?

2005-09-30 Thread Brian J. McGovern
Could someone point me at a short, straight forward bit of code that validates a given username and password via PAM? I've tried writing a short app to make sure PAM is working the way I want to locally, but no matter how good the info, I'm getting an authentication denied, so I know I'm missing

Debugging Apache with mod_auth_pam2 on 5.4

2005-09-21 Thread Brian J. McGovern
All, I'm having a bit of an issue getting mod_auth_pam2 from the ports collection working with the apache2 port. I've installed the module, uncommented the config lines in httpd.conf, and set up a .htaccess file in the virtual server's top-level data directory... AuthName BXBLIT

Getting a Netgear WG511T recognized on 5.4/6.0...

2005-08-23 Thread Brian J. McGovern
I have a HP AMD64 laptop (Pavillion zv5000) with a built-in Broadcom wireless card that doesn't appear to be supported, so I picked up a WG511T, which claims to be supported by the ath man page. However, in recompiling the kernel with the ath driver and installing the card, I don't get the

Re: bootparamd doesn't allow parameters?

2005-08-22 Thread Brian J. McGovern
Dan, In the last episode (Aug 18), Brian J. McGovern said: I'm in the process of trying to set up a Solaris jumpstart server in a lab, and I decided for chuckles to do it with FreeBSD. The problem I'm running in to is that apparently, the Sun bootparamd allows you to pass

Re: bootparamd doesn't allow parameters?

2005-08-19 Thread Brian J. McGovern
Dan, Thanks. I'm out of the office today, but I'll give it a spin Monday and report. -brian --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In the last episode (Aug 18), Brian J. McGovern said: I'm in the process

bootparamd doesn't allow parameters?

2005-08-18 Thread Brian J. McGovern
All, I'm in the process of trying to set up a Solaris jumpstart server in a lab, and I decided for chuckles to do it with FreeBSD. The problem I'm running in to is that apparently, the Sun bootparamd allows you to pass parameters as fields, for instance, as a couple of sample

Sendmail relaying from remote domains?

2005-06-14 Thread Brian J. McGovern
I realize this question is probably best served by the sendmail mailing list, but whereas I've added the Spam Assassin filter, I'm hoping to find a larger community here that is running FreeBSD + sendmail + SpamAssassin who have handled this, so I don't have to ask the question in 3 places :) The

Recommendations for All-in-One device?

2005-03-19 Thread Brian J. McGovern
I'm currently in the market for an All-in-One device for the home network, mostly for the fax functionality (it'll be replacing an Canon scanner and Okidata 810e laser printer). Before anyone suggests their favorite FreeBSD Fax modem/app, I'll let it be known that I've been told that the

HP AMD64 booting problems...

2005-02-28 Thread Brian J. McGovern
I recently picked up an HP5460 AMD64 laptop, and I recently wanted to try FreeBSD on it. Unfortunately, both the x86 and AMD64 versions will not boot, actually shutting the power down shortly after the kernel finishes loading. I've tried 5.3 and 4.8 with similar results, also cycling through

Automatic Firewall software?

2004-10-13 Thread Brian J. McGovern
All, This morning, I woke up to find one of my systems under hacker attack (considerable multiple attempts to log in to ftp, ssh, etc., mostly using system accounts). I loaded ipfw and set up a couple of quick rules to block the point of origin. Unfortunately, the address appears to be

Need help getting NIS authentication working w/5.1

2003-10-28 Thread Brian J. McGovern
I'm having some problems getting NIS working with 5.1. Historically, I'd set up ypbind, add +: to the user database, and I was off and running. Not so, it appears, in 5.1. My understanding is that the servers are NIS+, although I do not have all of the details. I'm able to get ypbind to

Problems with ATI MOBILITY RADEON 7500

2003-09-26 Thread Brian J. McGovern
I've been fighting with this for a day or two now, and I've run out of leads to fix it. Help pointing me in the right direction would be appreciated. I have an IBM T40 running FreeBSD 5.1 (stock) with a ports collection from 9/24, as there were apparently some changes to the XFree86 port between

[no subject]

2003-09-08 Thread Brian J. McGovern
Hi, I inserted an USB stick into a 5.1 FreeBSD box and was pleasantly surprised to see it being autodetected: umass0: UrDisk USB FLASH DISK, rev 1.10/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: UrDisk USB FLASH DISK 1.00 Removable Direct Access SCSI-2 device

ancontrol turns on WEP for Leap on 5.1-RELEASE

2003-06-16 Thread Brian J. McGovern
I just searched the mailing list for this, and didn't find anything, so I figured I'd ask. I just installed 5.1-RELEASE on my laptop, reloaded my script that sets up my Cisco wireless card, ran it, and BAM! no networking. Upon inspection, it would appear that when using LEAP as the

Changes to libfetch in 5.0 break proxy support?

2003-03-03 Thread Brian J. McGovern
I'm having a problem with fetch and libfetch in 5.0, and (given that I currently have a bad cold), I'm hoping to get a cheap answer before I have to start crawling through code. In the 4.x days, I was able to set up an apache web proxy, and then export FTP_PASSIVE_MODE=YES and

Trek Thumbdrive support?

2002-07-23 Thread Brian J. McGovern
Has anyone used a Trek Thumbdrive w/FreeBSD? When I plug it in, it gets recognized as da1, but I can't figure out how to mount it. If not, maybe I'll pursue Trek, and see whats needed to get them utilized. -Brian To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe