Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2007 20:56:11 +0200
From:      Peter Schuller <peter.schuller@infidyne.com>
To:        freebsd-mobile@freebsd.org
Subject:   Re: Option HSDPA USB dongle and mode switching
Message-ID:  <200708312056.12233.peter.schuller@infidyne.com>
In-Reply-To: <200708311820.08340.peter.schuller@infidyne.com>
References:  <200708311820.08340.peter.schuller@infidyne.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> % gcc -L/usr/local/lib -lusb -lusbpp -I/usr/local/include -o ttt
> icon_switch.c prometheus:/tmp(1)
>
> /var/tmp//ccCnzzjn.o(.text+0x26e): In function `main':
> : undefined reference to `usb_get_driver_np'
>
> /var/tmp//ccCnzzjn.o(.text+0x2a7): In function `main':
> : undefined reference to `usb_detach_kernel_driver_np'
>
> Would anyone know of a way to make such USB dongles work, other than
> properly looking into this stuff and making the necessary code changes?

Simply eliminating the driver attach/detach attemps makes the tool compile and 
run, though it complains that it cannot find the device (even though the 
product/vendor matches the config file). I guess it's not visible to the API 
when the driver is attached or some such.

-- 
/ Peter Schuller

PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrieval: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708312056.12233.peter.schuller>