Re: trouble sending bytes to uhid (Griffin PowerMate on 5.3-STABLE/i386)

2004-11-16 Thread Mathew Kanner
On Nov 16, Fernando Durango wrote: ...[snip stuff about usb hid...] Hello Fernando, I think NetBSD is closer to what you want in functionality. Their usbhidctl has the ability to set config items for a uhid device. I'm not sure how out of date we are with their uhid driver but you could

Re: attaching ugen(4) on multi interface USB devices

2004-10-06 Thread Mathew Kanner
On Oct 06, Niki Denev wrote: The last 1-2 days i've been trying to make some userspace OBEX utilities to work with a USB based Nokia GSM phone and doing this i discovered something that confuses me a little: The phone in question is Nokia 6230 and it has an USB interface. The phone has 11

ugen.c hack for iso writes

2004-09-04 Thread Mathew Kanner
Hi, The attached patch allows me to roughly play sound on my Sound Blaster SB0270. I can't get uaudio to work with it but at least I can play something now using ugen. The patch changes the probing routine to be more forgiving about failure when looking for endpoints and makes it

Re: Dell SBLive! (almost) fixed

2004-06-10 Thread Mathew Kanner
On Jun 09, Joseph Dunn wrote: Hello hackers@, I just helped a friend install FreeBSD 5.2.1 on his Dell desktop machine, and we've been struggling to get his sound card working. His system has an SBLive! card, we were unable to use it with the stock snd_emu10k1 driver. However... pciconf

Re: uaudio patch for accepts only fixed sampling rate

2004-05-31 Thread Mathew Kanner
On May 30, [EMAIL PROTECTED] wrote: Hi, I bought a USB speaker that accepts 48khz audio bitrate only. And current uaudio code try to set if device cannot accept bitrate change request. So I wrote a patch http://www.init-main.com/uaudio.diff This code is partly copy-n-paste from

Re: problems mounting firewire HDD

2004-04-07 Thread Mathew Kanner
[...reformated to remove top posting...] On Apr 07, Tadimeti Keshav wrote: Le Wednesday 07 April 2004 20:02, Tadimeti Keshav a ?crit : Hi all, I am doing the following to mount a 10GB Quantum Fireball FAT32 HDD via firewire as root. FreeBSD 5.2.1, lucent F322/323 (firewire card).

Re: uhid devices

2004-04-02 Thread Mathew Kanner
On Apr 01, Vulpes Velox wrote: What would be the simplest way to get input from a uhid device and then feed it to X as keyboard input, mainly aimed at X? I am currently trying to find a nice starting place to looking at how to go about from a usb joypad and mapping it as keyboard in put.

Re: Standard sbc and pcm support in GENERIC kernel?

2004-03-06 Thread Mathew Kanner
On Mar 05, Daniel Lang wrote: Hi, David Raistrick wrote on Fri, Mar 05, 2004 at 08:27:56AM -0800: [..] kldload snd_driver is of course the correct way to do it. FWIW, kldunload snd_driver does /not/ unload all of the modules that kldload snd_driver loads. [..] snd_driver is a

Re: Standard sbc and pcm support in GENERIC kernel?

2004-03-05 Thread Mathew Kanner
On Mar 05, Helge Oldach wrote: Daniel O'Connor: On Fri, 5 Mar 2004 19:06, Helge Oldach wrote: The issue with kldloading is that you still need PNPBIOS for many on-board sound devices. Which means that you need to compile your own kernel anyway, or don?t you? I don't think I've ever seen

Re: Standard sbc and pcm support in GENERIC kernel?

2004-03-05 Thread Mathew Kanner
[...Just noticed that we are posting to multiple groups. Sorry everyone, though I not ready to drop them...] On Mar 05, Helge Oldach wrote: Mathew Kanner: On Mar 05, Helge Oldach wrote: Yes, that is exactly correct. I am sorry, I just wasn't clear enough with my wording. To be safe, I

Re: Standard sbc and pcm support in GENERIC kernel?

2004-03-05 Thread Mathew Kanner
On Mar 05, Helge Oldach wrote: [..snip..] Bingo! kldload snd_ess does in fact also load snd_sbc and snd_pcm, and it all works. Apologies, I was mislead by the fact that in the kernel just has options pcm without any further fuzz. Yes, this is a confusing aspect. It should be a

Re: Standard sbc and pcm support in GENERIC kernel?

2004-03-04 Thread Mathew Kanner
On Mar 04, Robert Watson wrote: On Wed, 3 Mar 2004, Randy Pratt wrote: On Wed, 3 Mar 2004 17:03:40 +0100 (CET) you wrote: I've been on the question list for some time, and I have noticed that many people do not know how to get sound support up and running in FreeBSD 5.X. I know

Re: 5.2.1-RC hangs occasionally when sound files are played using the pcm driver

2004-02-23 Thread Mathew Kanner
On Feb 23, Brian O'Shea wrote: --- Mathew Kanner [EMAIL PROTECTED] wrote: Hello Brian, Don Lewis commited changes to the 5.2- tree on 2/14. Could you update and try again, also please do run with witness and invariants, and if possible try to get a crashdump so we can see

Re: 5.2.1-RC hangs occasionally when sound files are played using the pcm driver

2004-02-22 Thread Mathew Kanner
On Feb 23, Brian O'Shea wrote: Hello Hackers, My system: $ uname -a FreeBSD apsara 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Feb 7 21:38:15 PST 2004 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/APSARA i386 $ dmesg | grep pcm pcm0: CMedia CMI8738 port 0xd400-0xd4ff irq 16 at device 14.0

Re: Sound Blaster Audigy LS problem

2004-01-26 Thread Mathew Kanner
On Nov 04, Anthony Schneider wrote: [...] timeout = (hz * sndbuf_getblksz(bs)) / (sndbuf_getspd(bs) * sndbuf_getbps(bs)); if (timeout 1) timeout = 1; timeout = 1; seems like overkill... I noticed this too. It was introduced in rev 1.65 to reduce latency/pauses in output.

Re: Reward for fixing keyboard support in FreeBSD, apply within

2003-12-07 Thread Mathew Kanner
Hello Blaz, On Dec 07, Blaz Zupan wrote: 1. No FreeBSD version boots from CD on this box. Tried with 4.x and 5.x. Both complain that they can't find their own boot device and don't know how to load the kernel. There are some signs that booting from any USB connected CDROM on any hardware is

Re: Reward for fixing keyboard support in FreeBSD, apply within

2003-12-07 Thread Mathew Kanner
On Dec 07, Blaz Zupan wrote: [ ... snip ...] You could stick a kbdcontrol -k /dev/kbd2 in rc.local or something similiar. Or you could try (warning, wild guess) the following in the boot loader set hint.sc.2.at=isa set hint.sc.2.flags=0x200 Sure, I'm using the

Re: Reward for fixing keyboard support in FreeBSD, apply within

2003-12-07 Thread Mathew Kanner
On Dec 07, Mathew Kanner wrote: The way I see it, FreeBSD needs serious hacking to have multiple concurrent keyboards support without serious hacking. ugh, you know what I mean. -- We peer so suspiciously at each other that we cannot see that we Canadians

Re: kbdcontrol bug

2003-12-04 Thread Mathew Kanner
On Dec 04, [EMAIL PROTECTED] wrote: Hi! i found a bug in kbdcontrol, it's an buffer overflow, info and patch: http://bsdroolz.port5.com/patch Its not a serious security problem, just a bug, kbdcontrol is not suid. Cya! Hello, Thank you. This problem was also reported in

Re: two soundcards and realplayer

2003-10-25 Thread Mathew Kanner
On Oct 25, Martin V??a wrote: Hi, I use two soundcards on my Freebsd5.1 box - Sb Live and SB AWE64, FreeBSD somehow figured out that Live is better than Awe and made it primary soundcard. The reason I have AWE still in computer, is it's amplyfing skills /2x4W/ so I don't need aditional

Re: to write a device driver or not to write (i/o, opl3, stupidity)

2003-10-15 Thread Mathew Kanner
On Oct 15, [EMAIL PROTECTED] wrote: Hello. I'm sorry to disturb you but.. I have read manuals, searched web, fed the ducks (evil ones), but I can not figure out some things. 1: I have an isa card with i/o address 0x300-0x301. No dma, no irq - just i/o. How can I read/write from/to this

Re: MIDI testers wanted

2003-06-13 Thread Mathew Kanner
I've had a surprising response, mostly of people needing instructions on how to install. So I've update the snapshot to include the attached readme. Also, Yuriy Tsibizov has reported some success with an Audigy card so that may be usable via his driver. --Mat --

MIDI testers wanted

2003-06-12 Thread Mathew Kanner
Hello, If you have external midi hardware and Sounblaster 5.1 or a cmi soundcard, I would appreciate it if you help test out my new midi and sequencer implementation. http://www.cnd.mcgill.ca/~mat/midi2-jun1303.tgz I'm looking for .mid's that jam it up or sound wrong.

Re: USB device not coming up (Diva MP3 player)

2003-06-06 Thread Mathew Kanner
On Jun 05, Pav Lucistnik wrote: ... Wild guess patch included. usbdevs -v would help --Mat -- Brain: Pinky, are you pondering what I'm pondering? Pinky: Um... I think so, Brain, but what if the chicken won't wear the nylons? --- usb_quirks.cTue Apr 8 20:00:34

usbhidaction

2002-11-29 Thread Mathew Kanner
Hello, I've stolen usbhidaction from NetBSD, and I use it to control the mixer volume using a Logitech Wingman. The only real change I've made to the NetBSD version is to add a debounce to stop bombardment of events and updated the manual accordingly. The tar file can be

usb lexmark X73 problem

2002-09-25 Thread Mathew Kanner
Hello, I'm not sure which list to send this to. I'm having problems with USB and a POS lexmark x73, if I try to send it a job via unlpt0, it dies very quickly (ulpt0 offline in dmesg) and I have to powercycle the printer. However, if kldunload ulpt, and use ugenX.1, everything is

Re: Programmatically determining FS type

2001-03-26 Thread Mathew KANNER
n the body of the message -- Mathew Kanner [EMAIL PROTECTED] Sys Admin at large Obtuse quote: He [not me] understands: "This field of perception is void of perception of man." -- The Quintessence of Buddhism To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

Re: httpfs

2001-03-10 Thread Mathew KANNER
/ --Mat -- Mathew Kanner [EMAIL PROTECTED] Sys Admin at large Obtuse quote: He [not me] understands: "This field of perception is void of perception of man." -- The Quintessence of Buddhism To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hacke

Re: Silent FreeBSD

2000-12-27 Thread Mathew KANNER
n the body of the message -- Mathew Kanner [EMAIL PROTECTED] SOCS McGill University Obtuse quote: He [not me] understands: "This field of perception is void of perception of man." -- The Quintessence of Buddhism To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

Re: PXE boot problem.

2000-12-01 Thread Mathew KANNER
On Nov 30, Matt Simerson wrote: [...] Intel UNDI, PXE-2.0 (build 067) Copyright (c) 1997, 1998 Intel Corporation [...] Get the flash upgrade from intel. Mine reads: Intel(R) Boot Agent Version 4.0.14 and it works well. --Mat -- Mathew

Re: APACHE PROBLEMS (fwd)

2000-11-30 Thread Mathew KANNER
not the actor. :) Mike "Silby" Silbersack To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message -- Mathew Kanner [EMAIL PROTECTED] SOCS McGill University Obtuse quote: He [not me] understands: "

Re: dhcp boot was: Re: diskless workstation

2000-11-04 Thread Mathew KANNER
IL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message -- Mathew Kanner [EMAIL PROTECTED] SOCS McGill University Obtuse quote: He [not me] understands: "This field of perception is void of perception of man." -- The Quintessence of Buddhism To U

my crummy diskless howto page

2000-09-15 Thread Mathew KANNER
/diskless/ If you find any problems, esp. ones that reveal inside info about us, please let me know. Thanks, --Mat -- Mathew Kanner [EMAIL PROTECTED] SOCS McGill University Obtuse quote: He [not me] understands: "This field of perception is void of perception o

Re: diskless workstation

2000-09-11 Thread Mathew KANNER
opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: VLAN support

2000-05-04 Thread Mathew Kanner
On May 04, Tarik Alj wrote: Hi, I have been browsing on the freeBSD.org site searching for info on VLAN 802.1Q(p) support on FreeBSD; all I have been able to find is this : http://www.freebsd.org/releases/3.4/errata.html I would be really greatful if