11 Jan 2008 20:12
12 Jan 2008 18:15
Wondering about a plotter device called the WishBlade (aka Robo Craft or Craft Robo) by Graphtec...
stuart <stuart <at> xnet.com>
2008-01-12 17:15:28 GMT
2008-01-12 17:15:28 GMT
Hi... I'm new to the list, was wondering about those who are interested in or have done work on a Linux driver or any such program to control the Graphtec plotters that go by the name WishBlade, RoboCraft or CraftRobo. http://www.graphteccorp.com/craftrobo/about.html Actually, these are small USB interface home use "paper cutters" that cost hundreds of dollars by Graphtec. A company who's primary product involves vinyl sign cutters that cost thousands of dollars. http://www.graphteccorp.com Their primary use is for cutting out paper figures for scrap booking. However, they can probably be used to cut small vinyl signs. An imaginative use of such a cutter (which might appeal more to this list) might be to cut a printed circuit out of vinyl to be used as an etch resistant pattern. It occurs to me that these small cutters may use the same protocol as their larger cousins. And, that there may already exist Linux based software to control the larger vinyl sign cutters. Does anyone know more about this? The two features that these small cutters have over normal X-Y pen plotters are (1) the larger mechanical force (which apparently can be varied by printer command) exerted by the cutting solenoid and (2) optical scanning of the media to be cut such that the cutting pattern(Continue reading)
12 Jan 2008 19:10
broken mailing list, try 47...
Steven Le Roux <steven <at> le-roux.info>
2008-01-12 18:10:43 GMT
2008-01-12 18:10:43 GMT
On Fri, 11 Jan 2008 11:12:54 -0800, Greg KH <greg at kroah.com> wrote: > The mailing list is having problems, hopefully it is back up and running > now... > > greg k-h ACK :) -- -- Steven Le Roux steven at le-roux.info xmpp:steven at jabber.fr
12 Jan 2008 23:56
broken mailing list, try 47...
stuart <stuart <at> xnet.com>
2008-01-12 22:56:41 GMT
2008-01-12 22:56:41 GMT
Steven Le Roux wrote: > On Fri, 11 Jan 2008 11:12:54 -0800, Greg KH <greg at kroah.com> wrote: >> The mailing list is having problems, hopefully it is back up and running >> now... >> >> greg k-h > > ACK :) > Well then, let's try posting this again... ------------------------------------------ Hi... I'm new to the list, was wondering about those who are interested in or have done work on a Linux driver or any such program to control the Graphtec plotters that go by the name WishBlade, RoboCraft or CraftRobo. http://www.graphteccorp.com/craftrobo/about.html Actually, these are small USB interface home use "paper cutters" that cost hundreds of dollars by Graphtec. A company who's primary product involves vinyl sign cutters that cost thousands of dollars. http://www.graphteccorp.com Their primary use is for cutting out paper figures for scrap booking. However, they can probably be used to cut small vinyl signs. An(Continue reading)
15 Jan 2008 14:49
test mailing list linux driver project
Sylvain Nahas <nahas.sylvain <at> addi-data.com>
2008-01-15 13:49:24 GMT
2008-01-15 13:49:24 GMT
ADDI-DATA GmbH - Dieselstra?e 3 - 77833 Ottersweier (Germany) Amtsgericht Mannheim HRB210433 Gesch?ftsf?hrer Antonio Agnetti, Ren? Ohlmann UST-ID-Nr.: DE 143754253 WEEE-Reg.-Nr. DE 65862200 This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote confirms that this email message has been scanned for the presence of computer viruses. Hi, please, could a subscriber responds privately to this mail ? I would like to verify that everything work OK. Thanks in advance, S. -- --
16 Jan 2008 01:11
test mailing list linux driver project
Tejun Heo <htejun <at> gmail.com>
2008-01-16 00:11:10 GMT
2008-01-16 00:11:10 GMT
Sylvain Nahas wrote: > ADDI-DATA GmbH - Dieselstra?e 3 - 77833 Ottersweier (Germany) > Amtsgericht Mannheim HRB210433 > Gesch?ftsf?hrer Antonio Agnetti, Ren? Ohlmann > UST-ID-Nr.: DE 143754253 WEEE-Reg.-Nr. DE 65862200 > > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. > This footnote confirms that this email message has been scanned for the presence of computer viruses. > > Hi, > > please, could a subscriber responds privately to this mail ? > I would like to verify that everything work OK. > Thanks in advance, Pong. -- -- tejun
22 Jan 2008 23:47
Plantronics cs60-usb wireless headset
Greg KH <greg <at> kroah.com>
2008-01-22 22:47:46 GMT
2008-01-22 22:47:46 GMT
On Fri, Nov 23, 2007 at 02:03:51PM -1000, Jean-Denis Girard wrote: > Hi list, > > Maybe a bit offtopic... > > From my understanding the cs60-usb is seen by linux as a composite device, > with audio device and hid: > usb 3-1: new full speed USB device using uhci_hcd and address 7 > usb 3-1: configuration #1 chosen from 1 choice > drivers/hid/usbhid/hid-core.c: usb_submit_urb(ctrl) failed > drivers/hid/usbhid/hid-core.c: timeout initializing reports > input: Plantronics CS50/CS60-USB Headset as /class/input/input8 > input,hiddev0: USB HID v1.00 Device [Plantronics CS50/CS60-USB > Headset] on usb-0000:00:1d.0-1 > Attached is the lsusb -v result for the device. > > Audio works fine (with snd_usb_audio), and I was able to access the > various buttons (pickup/answer, mute, volume) from userspace (using > /dev/hiddev0 or /dev/input/eventX). > > Now there's one more functionnality available on Windows: when the handset > is on base and a calls comes in, the base rings. Is this doable from a > Linux program ? I think the pulse-audio project can handle this kind of functionality. Look at the latest Fedora and OpenSuSE releases for distros that have integrated this. Either way, it's not a kernel issue, but a userspace one, not much we can do about it here :)(Continue reading)
23 Jan 2008 10:26
Any documentation about how to make drivers?
Iman Darabi <iman.darabi <at> gmail.com>
2008-01-23 09:26:18 GMT
2008-01-23 09:26:18 GMT
haven't you heard about linux device driver book ? http://www.google.com/search?hl=en&q=linux+device+driver&btnG=Google+Search On Nov 21, 2007 6:28 AM, jef reyes <jefry.reyes at gmail.com> wrote: > Thanks all for your responses i really appreciate it. > > Best regards, > > Jefry Lagrange > > 2007/11/16, jef reyes <jefry.reyes at gmail.com>: > > Hi, am trying to know how to make my own driver, but is hard to find > > any documentation and i was wondering if someone could please help me > > to get some documentation. > > > > And if you can give something that would help to reverse engineer the > > device on my own that would be great. > > > > > > P.D: Please don't send me a link to amazon, i don't have enough money > > to buy one i would rather to read a free ebook. > > > > > > > > Jefry Lagrange. > > > _______________________________________________ > devel mailing list > devel at linuxdriverproject.org > http://driverdev.linuxdriverproject.org/mailman/listinfo/devel(Continue reading)
RSS Feed