Re: qmoko v28 with jitterless kernel

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: giacomo 'giotti' mariani
Date: Friday, October 29, 2010 - 6:14 am

After a long search I finally managed to connect freebsd and qtmoko v28.
The problem was in the different VendorID and productID
(http://wiki.openmoko.org/index.php?title=USB_Product_IDs&oldid=81683).
It was necessary to add a new entry in /etc/devd.con to include the new IDs:

  attach 100 {
         device-name "ugen[0-9]+";
         match "vendor" "0x0525";
         match "product" "0xa4a2";
         action "perl /usr/local/etc/neo_if.pl /dev/$device-name";
};

I'm going to add it to the wiki.
Thanks for your support.
    Giacomo


PS I'd like to say thanks to Paul Kelly, thank you very much for your hints!
__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: qmoko v28 with jitterless kernel, giacomo 'giotti' mariani, (Mon Oct 25, 1:23 am)
Re: qmoko v28 with jitterless kernel, giacomo 'giotti' mariani, (Tue Oct 26, 12:22 am)
Re: qmoko v28 with jitterless kernel, giacomo 'giotti' mariani, (Fri Oct 29, 6:14 am)