From: Aioanei Rares on
Dotan Cohen wrote:
>> Please detail.
>>
>>
>
> I am trying to use this device with the drivers and software from the same site:
> http://www.infinityusb.com/default.asp?show=productsdetail&ProductID=12
>
> When I run the ntfytool it tells me that it cannot find the device.
>
>
So you did what is specified in here :
http://www.infinityusb.com/default.asp?show=supportdetail&ProductID=12&SupportID=27
Right?


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4B9A6F84.3060802(a)gmail.com
From: Dotan Cohen on
> So you did what is specified in here :
> http://www.infinityusb.com/default.asp?show=supportdetail&ProductID=12&SupportID=27
> Right?
>

Yes, we installed the Linux modules on the devices as instructed on
that page, but when connecting them to the Linux box there are no
'/dev/usb/tts/0' or '/dev/ttyusb0'.

--
Dotan Cohen

http://bido.com
http://what-is-what.com

Please CC me if you want to be sure that I read your message. I do not
read all list mail.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/880dece01003120930x75bfbbf8tefec23d5ba1b3ae5(a)mail.gmail.com
From: Aioanei Rares on
Dotan Cohen wrote:
>> So you did what is specified in here :
>> http://www.infinityusb.com/default.asp?show=supportdetail&ProductID=12&SupportID=27
>> Right?
>>
>>
>
> Yes, we installed the Linux modules on the devices as instructed on
> that page, but when connecting them to the Linux box there are no
> '/dev/usb/tts/0' or '/dev/ttyusb0'.
>
>
And you , of course, modprobe'd them?


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4B9A840A.4040702(a)gmail.com
From: Dotan Cohen on
>> Yes, we installed the Linux modules on the devices as instructed on
>> that page, but when connecting them to the Linux box there are no
>> '/dev/usb/tts/0' or '/dev/ttyusb0'.
>
> And you , of course, modprobe'd them?
>

No :) I've never had to install drivers before, everything has "just
worked" with my hardware since I've started using Debian and
Debian-derived distros in 2005. I've heard of modprobing, but never
done it.

Now I have what to google. If there are any other terms I should be
familiar with for this project, I would appreciate if someone would
assume that I am a complete noob and mention them. I'll do the work of
RTFM and STFW, but I need to know what to read about!

Thanks!

--
Dotan Cohen

http://bido.com
http://what-is-what.com


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/880dece01003121020wcf7aec3t2890970e245ea0ea(a)mail.gmail.com
From: Aioanei Rares on
Dotan Cohen wrote:
>>> Yes, we installed the Linux modules on the devices as instructed on
>>> that page, but when connecting them to the Linux box there are no
>>> '/dev/usb/tts/0' or '/dev/ttyusb0'.
>>>
>> And you , of course, modprobe'd them?
>>
>>
>
> No :) I've never had to install drivers before, everything has "just
> worked" with my hardware since I've started using Debian and
> Debian-derived distros in 2005. I've heard of modprobing, but never
> done it.
>
> Now I have what to google. If there are any other terms I should be
> familiar with for this project, I would appreciate if someone would
> assume that I am a complete noob and mention them. I'll do the work of
> RTFM and STFW, but I need to know what to read about!
>
> Thanks!
>
>
Well, once you compile a driver, you have to load it, which is done by
modprobe. Removing is modprobe -r. man modprobe and man lsmod are a good
start.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4B9A866B.7050205(a)gmail.com