| IH: 06-Jan-2007 ---------------- This folder contains the driver for the ArkMicro Serial-to-USB converter using the ark3116 chipset. USB identifier for the device is: ID 6547:0232 (vendor=0x6547 product=0x0232) This copy of ark3116 is compiled for the Ubuntu flavor of the 2.6.15-27-k7 kernel. Probaly will not work with a generic 386 kernel, only with a k7 kernel (AMD processor at or after K7) To install it do Code:
# download the file Done. ------------------------- Below is a copy of the post on LinuxQuestions http://www.linuxquestions.org/questions/showthread.php?p=2574925#post2574925 |
|
| Works for
Ubuntu 6.06.1
Quote:
I guess this means it should come in Ubuntu 6.10 (which I believe is a 2.6.17 kernel) However I am still running Dapper (6.06.1) It works perfectly fine for me after I compiled the driver myself by downloading ark3116-0.4.1.tgz from http://avr.auctionant.de/ark3116_linux_driver/ Code:
For the compile above to work you have to have usb-serial.h. This is found in the source for the kernel you are running. In my case Code:
If someone is interested in the already compiled module you can fetch it from http://opensource.databrokers.net/ubuntu/ark3116/. Keep in mind I have compiled this for the ubuntu kernel 2.6.15-27-k7. Might not work for a different variant of the kernel |