You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2003 |
Jan
(25) |
Feb
(5) |
Mar
(12) |
Apr
(46) |
May
(47) |
Jun
|
Jul
(2) |
Aug
|
Sep
(15) |
Oct
(8) |
Nov
(11) |
Dec
|
2004 |
Jan
(25) |
Feb
(24) |
Mar
(13) |
Apr
(59) |
May
(52) |
Jun
(6) |
Jul
(3) |
Aug
(7) |
Sep
(33) |
Oct
(17) |
Nov
(16) |
Dec
(1) |
2005 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(50) |
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(7) |
Oct
(1) |
Nov
(2) |
Dec
(9) |
2006 |
Jan
(10) |
Feb
(6) |
Mar
(2) |
Apr
(24) |
May
(32) |
Jun
(53) |
Jul
(26) |
Aug
(28) |
Sep
(59) |
Oct
(72) |
Nov
(85) |
Dec
(57) |
2007 |
Jan
(43) |
Feb
(26) |
Mar
(25) |
Apr
(36) |
May
(13) |
Jun
(14) |
Jul
(53) |
Aug
(68) |
Sep
(46) |
Oct
(62) |
Nov
(15) |
Dec
(4) |
2008 |
Jan
(4) |
Feb
(5) |
Mar
(7) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(5) |
Nov
|
Dec
(3) |
2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(3) |
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kevin K. <kev...@ch...> - 2006-11-12 22:55:18
|
> The good part of this is that (from what I've seen anyway) RH > derivatives tend to standardise on pam. So the RPMs for them can be > built like Kevin does and the problem goes away. There really are > only two other options: hotplug and udev. Be careful, there are more possible combinations than you think: * current udev + pam_console (This is what Fedora uses.) * older udev + hotplug + pam_console * devfs + hotplug + pam_console * plain old devices + hotplug + pam_console * devfs without hotplug + pam_console * plain old devices without hotplug + pam_console * current udev without pam_console (This is what Gentoo uses by default.) * older udev + hotplug without pam_console * devfs + hotplug without pam_console * plain old devices + hotplug without pam_console * devfs without hotplug without pam_console * plain old devices without hotplug without pam_console (Some of these might not be workable in practice or possible but unused. But in principle they could all exist.) Also note that using PAM doesn't necessary imply using pam_console. PAM is designed to be modular, so distros get to pick the modules they enable by default. And pam_console isn't even included in upstream PAM, it's a module developed by Red Hat, Fedora is apparently the upstream for it (at least the Gentoo pam_console ebuild gives a pointer to the Fedora CVS as the upstream). Almost all distros use PAM these days (I think even Slackware uses it now!), but this doesn't mean they use the pam_console module. Whether they use PAM without pam_console or no PAM at all doesn't really matter when it comes to setting device permissions. Kevin Kofler |
From: Mike M. <ak...@gm...> - 2006-11-12 20:15:38
|
That might not be such a hot idea. Some distros may keep their hotplug or udev scripts in nonstandard locations. Plus this would break PREFIX installs where PREFIX isn't /. Mike On 11/12/06, Romain Li=E9vin <ro...@li...> wrote: > > Maybe the ticables install script should detect distro type and > install/update udev/hotplug/pam files consequently... > > > > > Mike |
From: Romain <ro...@li...> - 2006-11-12 13:24:09
|
Hi, I have discovered that sending a FLASH app to TI84+ thru DirectLink may crash TiLP (observed under WinXP). This may be related to bug #1583155. Bug has been fixed. PS: for now, I will systematically send a mail whenever a bug has been fixed so that users can track changes. roms. --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Tijl C. <ti...@ul...> - 2006-11-12 12:26:38
|
On Sunday 12 November 2006 11:50, Mike Mohr wrote: > It may be worth it to just include the udev config file I modified -- > say in a contrib directory in the package -- to make things simple. > A hotplug script wouldn't be that hard to whip up either. I say that's the responsibility of the packagers. Every system has its own quirks. FreeBSD uses devfs for instance and that's again different. |
From: Romain <ro...@li...> - 2006-11-12 12:21:41
|
Hi, > now. It may be worth it to just include the udev config file I > modified -- say in a contrib directory in the package -- to make no problem for me. > things simple. A hotplug script wouldn't be that hard to whip up > either. Maybe the ticables install script should detect distro type and install/update udev/hotplug/pam files consequently... > > Mike roms. > > On 11/11/06, Romain Li=E9vin <ro...@li...> wrote: >> "Linux" is somewhat boring because either distribution has its set of >> services. There is a lack of standard. >> >> Kevin is using pam, Mike is using udev, and I'm using hotplug. Welcome >> to >> the Linux distro land! >> > --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Mike M. <ak...@gm...> - 2006-11-12 10:50:24
|
Perhaps it is worth documenting the various ways to make this work seamlessly using any system. While what you say is true, it is also a reality. The good part of this is that (from what I've seen anyway) RH derivatives tend to standardise on pam. So the RPMs for them can be built like Kevin does and the problem goes away. There really are only two other options: hotplug and udev. I'm fairly certain that Slackware ships with udev as well as hotplug. I know that Gentoo supports both as well, since I'm on gentoo right now. It may be worth it to just include the udev config file I modified -- say in a contrib directory in the package -- to make things simple. A hotplug script wouldn't be that hard to whip up either. Mike On 11/11/06, Romain Li=E9vin <ro...@li...> wrote: > "Linux" is somewhat boring because either distribution has its set of > services. There is a lack of standard. > > Kevin is using pam, Mike is using udev, and I'm using hotplug. Welcome to > the Linux distro land! > |
From: Romain <ro...@li...> - 2006-11-12 09:21:48
|
Hi, I have just upload in SF archives a new release of TiLP2. There are still some bug reports open on SF =3D> 1.02 release should arrive soon... Linux users, please note that ticalc.org has just released tiusb kernel driver v1.10. May be needed for Titanium/USB under Linux... Below is the RELEASE file: New capabilities: ----------------- - [linux] Titanium/USB hand-held support (for testing: see known bugs) - [linux] USB kernel module support re-added for Titanium/USB (for testing: may work better than built-in libusb support) Improvements: ------------- - added probing of TI84+ non-SE - [bsd] USB fixes - make source code more reliable (B. Moody) - disabled checksum file check which was accidentally enabled - renamed tilp-2.exe into tilp.exe - [win32] install in c:\Program File\TiLP instead of TiLP-2 Bug fixes: ---------- - crash on device box opening - timeout when requesting device info from Titanium/USB - ROM dumper: only dumps 4MB on HW4 as HW3 (K. Kofler) Known bugs: ----------- - the transfer dialog box is not always refreshed - [linux] Titanium DirectLink support works but: * w/ libusb: you will have to replug link cable whenever you exit TiLP * w/ kernel module: you don't have the issue stated below but repluggin= g is needed after module removal - [win32] many cables (GrayLink & SilverLink may use up to 100% of CPU when running) Romain. --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain <ro...@li...> - 2006-11-12 07:32:45
|
Hi, Kevin Kofler a =E9crit : >> It turns out that it works after all. I had to select the proper calc >> from the GUI. > > This should be fixed in rev 3068. (Thanks, Romain!) It is because tested. > We got this sorted out working together on IRC. We first tried to get > pam_console running, but apparently that is more of a PITA on Gentoo th= an "Linux" is somewhat boring because either distribution has its set of services. There is a lack of standard. Kevin is using pam, Mike is using udev, and I'm using hotplug. Welcome to the Linux distro land! > it's worth, so Mike resorted to the old-school "usb group" method toget= her > with an edit to the udev configuration to make the devices owned by > root:udev > with 0660 perms and this works. ok. > This is a configuration problem we can't do much about within libticabl= es > or > TiLP. On distros which configure pam_console by default (Fedora and a f= ew > RH/Fedora derivatives, possibly including Mandriva), this can be solved > automatically (and in fact my libticables2 RPM does it), but on other > distros, manual configuration is unavoidable. So if you have this probl= em, > blame your distro for not setting up pam_console properly by default. > > Kevin Kofler > Thanks, Romain. --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Kevin K. <kev...@ch...> - 2006-11-12 01:55:11
|
> with an edit to the udev configuration to make the devices owned by > root:udev with 0660 perms and this works. I mean root:usb, sorry for the lapsus. Kevin Kofler |
From: Kevin K. <kev...@ch...> - 2006-11-12 01:53:30
|
> It turns out that it works after all. I had to select the proper calc > from the GUI. This should be fixed in rev 3068. (Thanks, Romain!) > Also I have to run tilp as root. This may be a problem caused by > grsecurity, but when I try to run tilp as a normal user it can't claim > the interface: > > (tilp-2:3880): ticables-WARNING **: usb_claim_interface (could not > claim interface 0: Operation not permitted). > > Any ideas as to hwo to fix this? We got this sorted out working together on IRC. We first tried to get pam_console running, but apparently that is more of a PITA on Gentoo than it's worth, so Mike resorted to the old-school "usb group" method together with an edit to the udev configuration to make the devices owned by root:udev with 0660 perms and this works. This is a configuration problem we can't do much about within libticables or TiLP. On distros which configure pam_console by default (Fedora and a few RH/Fedora derivatives, possibly including Mandriva), this can be solved automatically (and in fact my libticables2 RPM does it), but on other distros, manual configuration is unavoidable. So if you have this problem, blame your distro for not setting up pam_console properly by default. Kevin Kofler |
From: Mike M. <ak...@gm...> - 2006-11-11 22:58:36
|
Hi, It turns out that it works after all. I had to select the proper calc from the GUI. Also I have to run tilp as root. This may be a problem caused by grsecurity, but when I try to run tilp as a normal user it can't claim the interface: (tilp-2:3880): ticables-WARNING **: usb_claim_interface (could not claim interface 0: Operation not permitted). Any ideas as to hwo to fix this? Mike On 11/11/06, Romain Li=E9vin <ro...@li...> wrote: > Hi, > > > $ tilp-2 --calc=3Dti89t --cable=3DDirectLink > > bug in tilp because it doesn't translate ti89t+DirectLink =3D ti89t_usb f= rom > cmdline. > > Being fixed... > > roms. > > > > > TiLP - Version 1.01, (C) 1999-2006 Romain Lievin > > THIS PROGRAM COMES WITH ABSOLUTELY NO WARRANTY > > PLEASE READ THE DOCUMENTATION FOR DETAILS > > built on Nov 10 2006 15:27:47 > > ticables-INFO: ticables library version 1.0.2 > > ticables-INFO: setlocale: <C> > > ticables-INFO: bindtextdomain: </usr/local/share/locale> > > ticables-INFO: textdomain: <libticables2> > > ticables-INFO: kernel: 2.6.17.11-grsec > > tifiles-INFO: tifiles library version 1.0.1 > > tifiles-INFO: setlocale: <C> > > tifiles-INFO: bindtextdomain: </usr/local/share/locale> > > tifiles-INFO: textdomain: <libtifiles2> > > ticalcs-INFO: ticalcs library version 1.0.1 > > ticalcs-INFO: setlocale: <C> > > ticalcs-INFO: bindtextdomain: </usr/local/share/locale> > > ticalcs-INFO: textdomain: <libticalcs2> > > ticables-INFO: Check for lib-usb support: > > ticables-INFO: usb support: available. > > ticables-INFO: Check for lib-usb usability: > > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > > ticables-INFO: Check for lib-usb support: > > ticables-INFO: usb support: available. > > ticables-INFO: Check for lib-usb usability: > > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > > ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> > > tilp-INFO: Msg: failed to open USB device. > > Cause: check your USB cable is plugged and/or the calculator is ON! > > Check your libusb and usbfs permissions, too. > > System: Inappropriate ioctl for device (errno =3D 25) > > > > > > ticables-INFO: Check for lib-usb support: > > ticables-INFO: usb support: available. > > ticables-INFO: Check for lib-usb usability: > > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > > ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> > > tilp-INFO: tilp_device_err catched error 37 > > > > The calculator is plugged in and turned on: > > > > (from dmesg) > > ohci_hcd 0000:00:02.1: wakeup > > usb 3-2: new full speed USB device using ohci_hcd and address 2 > > usb 3-2: configuration #1 chosen from 1 choice > > > > and it is available to libusb: > > > > Bus 003 Device 006: ID 0451:e004 Texas Instruments, Inc. TI-89 > > Titanium Calculator > > > > Any news on the 89t front? > > > > Mike > > > > -----------------------------------------------------------------------= -- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > > _______________________________________________ > > TiLP-devel mailing list > > TiL...@li... > > https://lists.sourceforge.net/lists/listinfo/tilp-devel > > > > > -- > Romain Li=E9vin : <ro...@li...> > Web site : http://www.lievin.net > "Linux, y'a moins bien mais c'est plus cher !" > > > > > > > > > |
From: Romain <ro...@li...> - 2006-11-11 09:36:18
|
Hi, > $ tilp-2 --calc=3Dti89t --cable=3DDirectLink fixed, plus another bug. roms. --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain <ro...@li...> - 2006-11-11 09:20:31
|
Hi, > $ tilp-2 --calc=3Dti89t --cable=3DDirectLink bug in tilp because it doesn't translate ti89t+DirectLink =3D ti89t_usb f= rom cmdline. Being fixed... roms. > > TiLP - Version 1.01, (C) 1999-2006 Romain Lievin > THIS PROGRAM COMES WITH ABSOLUTELY NO WARRANTY > PLEASE READ THE DOCUMENTATION FOR DETAILS > built on Nov 10 2006 15:27:47 > ticables-INFO: ticables library version 1.0.2 > ticables-INFO: setlocale: <C> > ticables-INFO: bindtextdomain: </usr/local/share/locale> > ticables-INFO: textdomain: <libticables2> > ticables-INFO: kernel: 2.6.17.11-grsec > tifiles-INFO: tifiles library version 1.0.1 > tifiles-INFO: setlocale: <C> > tifiles-INFO: bindtextdomain: </usr/local/share/locale> > tifiles-INFO: textdomain: <libtifiles2> > ticalcs-INFO: ticalcs library version 1.0.1 > ticalcs-INFO: setlocale: <C> > ticalcs-INFO: bindtextdomain: </usr/local/share/locale> > ticalcs-INFO: textdomain: <libticalcs2> > ticables-INFO: Check for lib-usb support: > ticables-INFO: usb support: available. > ticables-INFO: Check for lib-usb usability: > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > ticables-INFO: Check for lib-usb support: > ticables-INFO: usb support: available. > ticables-INFO: Check for lib-usb usability: > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> > tilp-INFO: Msg: failed to open USB device. > Cause: check your USB cable is plugged and/or the calculator is ON! > Check your libusb and usbfs permissions, too. > System: Inappropriate ioctl for device (errno =3D 25) > > > ticables-INFO: Check for lib-usb support: > ticables-INFO: usb support: available. > ticables-INFO: Check for lib-usb usability: > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> > tilp-INFO: tilp_device_err catched error 37 > > The calculator is plugged in and turned on: > > (from dmesg) > ohci_hcd 0000:00:02.1: wakeup > usb 3-2: new full speed USB device using ohci_hcd and address 2 > usb 3-2: configuration #1 chosen from 1 choice > > and it is available to libusb: > > Bus 003 Device 006: ID 0451:e004 Texas Instruments, Inc. TI-89 > Titanium Calculator > > Any news on the 89t front? > > Mike > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel > --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain <ro...@li...> - 2006-11-11 08:29:10
|
Hi, > I asked Kevin if there was any news w.r.t the 89t working with tilp on linux. He said that preliminary support may have been added to the svn code. I grabbed a copy and built it. Yes, it was. I have modified TiLP2 so that it can almost works with Titanium/USB. But, whenever you exit TiLP, you will have to replug the cable. This problem does not really appear with kernel module. This is th= e reason why I have temporarily re-added its support. For more explanations, see previous posts on the devel ML. > It seems that the problems from march/april 2006 still exist. It hu? > seems that tilp-2 is still unable to communicate with the 89t. I tried runing tilp-2 like this, both as a normal user and as root: ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> > tilp-INFO: tilp_device_err catched error 37 it seems to be a USB/lib-usb configuration problem... Are you sure of you= r file permissions? > Any news on the 89t front? No, I haven't. > > Mike roms. > > -----------------------------------------------------------------------= -- Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel > --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Romain <ro...@li...> - 2006-11-11 08:06:05
|
Hi Kevin, > Fixed in SVN (TiLP rev 3065, TiEmu rev 2271). ok, thanks a lot. > > Kevin Kofler roms. > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel > --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Kevin K. <kev...@ch...> - 2006-11-11 01:46:52
|
> GtkAboutDialog changed incompatibly in GTK+ 2.10 (GRRR!!!) so the Close > button doesn't close the dialog automatically anymore (WTF???). Instead, we > now have to connect the signal to the slot explicitly. (It's bullsh*t like > this which makes me hate GTK+ and GNOME. In KDE, the standard dialogs have > their signals connected properly.) > http://bugzilla.gnome.org/show_bug.cgi?id=361830 > This also affects TiEmu and TiLP. I guess pretty much the same patch as for > Anjuta should also work for us. Fixed in SVN (TiLP rev 3065, TiEmu rev 2271). Kevin Kofler |
From: Tyler C. <ty...@ty...> - 2006-11-11 00:21:06
|
> Hi, > > I asked Kevin if there was any news w.r.t the 89t working with tilp on > linux. He said that preliminary support may have been added to the > svn code. I grabbed a copy and built it. > > It seems that the problems from march/april 2006 still exist. It > seems that tilp-2 is still unable to communicate with the 89t. I > tried runing tilp-2 like this, both as a normal user and as root: > > $ tilp-2 --calc=ti89t --cable=DirectLink > If memory serves me right, this is a libusb error and has nothing to do with TiLP-II. I believe Romain may have a fix for libusb. But you will have to ask him. This is all off of memory so it may not be exactly true. -Tyler > TiLP - Version 1.01, (C) 1999-2006 Romain Lievin > THIS PROGRAM COMES WITH ABSOLUTELY NO WARRANTY > PLEASE READ THE DOCUMENTATION FOR DETAILS > built on Nov 10 2006 15:27:47 > ticables-INFO: ticables library version 1.0.2 > ticables-INFO: setlocale: <C> > ticables-INFO: bindtextdomain: </usr/local/share/locale> > ticables-INFO: textdomain: <libticables2> > ticables-INFO: kernel: 2.6.17.11-grsec > tifiles-INFO: tifiles library version 1.0.1 > tifiles-INFO: setlocale: <C> > tifiles-INFO: bindtextdomain: </usr/local/share/locale> > tifiles-INFO: textdomain: <libtifiles2> > ticalcs-INFO: ticalcs library version 1.0.1 > ticalcs-INFO: setlocale: <C> > ticalcs-INFO: bindtextdomain: </usr/local/share/locale> > ticalcs-INFO: textdomain: <libticalcs2> > ticables-INFO: Check for lib-usb support: > ticables-INFO: usb support: available. > ticables-INFO: Check for lib-usb usability: > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > ticables-INFO: Check for lib-usb support: > ticables-INFO: usb support: available. > ticables-INFO: Check for lib-usb usability: > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> > tilp-INFO: Msg: failed to open USB device. > Cause: check your USB cable is plugged and/or the calculator is ON! > Check your libusb and usbfs permissions, too. > System: Inappropriate ioctl for device (errno = 25) > > > ticables-INFO: Check for lib-usb support: > ticables-INFO: usb support: available. > ticables-INFO: Check for lib-usb usability: > ticables-INFO: usb filesystem (/proc/bus/usb): mounted > ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> > tilp-INFO: tilp_device_err catched error 37 > > The calculator is plugged in and turned on: > > (from dmesg) > ohci_hcd 0000:00:02.1: wakeup > usb 3-2: new full speed USB device using ohci_hcd and address 2 > usb 3-2: configuration #1 chosen from 1 choice > > and it is available to libusb: > > Bus 003 Device 006: ID 0451:e004 Texas Instruments, Inc. TI-89 > Titanium Calculator > > Any news on the 89t front? > > Mike > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > TiLP-devel mailing list > TiL...@li... > https://lists.sourceforge.net/lists/listinfo/tilp-devel > -- -Tyler TiLP Team Member Websites I own: http://www.tylerc.org/ http://www.calcforge.org/ |
From: Mike M. <ak...@gm...> - 2006-11-10 23:36:56
|
Hi, I asked Kevin if there was any news w.r.t the 89t working with tilp on linux. He said that preliminary support may have been added to the svn code. I grabbed a copy and built it. It seems that the problems from march/april 2006 still exist. It seems that tilp-2 is still unable to communicate with the 89t. I tried runing tilp-2 like this, both as a normal user and as root: $ tilp-2 --calc=ti89t --cable=DirectLink TiLP - Version 1.01, (C) 1999-2006 Romain Lievin THIS PROGRAM COMES WITH ABSOLUTELY NO WARRANTY PLEASE READ THE DOCUMENTATION FOR DETAILS built on Nov 10 2006 15:27:47 ticables-INFO: ticables library version 1.0.2 ticables-INFO: setlocale: <C> ticables-INFO: bindtextdomain: </usr/local/share/locale> ticables-INFO: textdomain: <libticables2> ticables-INFO: kernel: 2.6.17.11-grsec tifiles-INFO: tifiles library version 1.0.1 tifiles-INFO: setlocale: <C> tifiles-INFO: bindtextdomain: </usr/local/share/locale> tifiles-INFO: textdomain: <libtifiles2> ticalcs-INFO: ticalcs library version 1.0.1 ticalcs-INFO: setlocale: <C> ticalcs-INFO: bindtextdomain: </usr/local/share/locale> ticalcs-INFO: textdomain: <libticalcs2> ticables-INFO: Check for lib-usb support: ticables-INFO: usb support: available. ticables-INFO: Check for lib-usb usability: ticables-INFO: usb filesystem (/proc/bus/usb): mounted ticables-INFO: Check for lib-usb support: ticables-INFO: usb support: available. ticables-INFO: Check for lib-usb usability: ticables-INFO: usb filesystem (/proc/bus/usb): mounted ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> tilp-INFO: Msg: failed to open USB device. Cause: check your USB cable is plugged and/or the calculator is ON! Check your libusb and usbfs permissions, too. System: Inappropriate ioctl for device (errno = 25) ticables-INFO: Check for lib-usb support: ticables-INFO: usb support: available. ticables-INFO: Check for lib-usb usability: ticables-INFO: usb filesystem (/proc/bus/usb): mounted ticables-INFO: found <TI-89 Titanium> on #1, version <3.00> tilp-INFO: tilp_device_err catched error 37 The calculator is plugged in and turned on: (from dmesg) ohci_hcd 0000:00:02.1: wakeup usb 3-2: new full speed USB device using ohci_hcd and address 2 usb 3-2: configuration #1 chosen from 1 choice and it is available to libusb: Bus 003 Device 006: ID 0451:e004 Texas Instruments, Inc. TI-89 Titanium Calculator Any news on the 89t front? Mike |
From: Kevin K. <kev...@ch...> - 2006-11-10 20:35:36
|
> > GtkAboutDialog changed incompatibly in GTK+ 2.10 (GRRR!!!) so the Close > > button > > doesn't close the dialog automatically anymore (WTF???). Instead, we now > > Pff, they are boring... But, do we need GTK+ 2.10 ? It's not a question of "needing" it or not. It's the version included in FC6, so we have to support it. Kevin Kofler |
From: Romain <ro...@li...> - 2006-11-10 12:13:00
|
Hi, > GtkAboutDialog changed incompatibly in GTK+ 2.10 (GRRR!!!) so the Close > button > doesn't close the dialog automatically anymore (WTF???). Instead, we no= w Pff, they are boring... But, do we need GTK+ 2.10 ? > This also affects TiEmu and TiLP. I guess pretty much the same patch as > for > Anjuta should also work for us. I hope, too. > > Kevin Kofler roms. > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > gtktiemu-devel mailing list > gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtktiemu-devel > --=20 Romain Li=E9vin : <ro...@li...> Web site : http://www.lievin.net "Linux, y'a moins bien mais c'est plus cher !" |
From: Kevin K. <kev...@ch...> - 2006-11-09 23:34:53
|
GtkAboutDialog changed incompatibly in GTK+ 2.10 (GRRR!!!) so the Close button doesn't close the dialog automatically anymore (WTF???). Instead, we now have to connect the signal to the slot explicitly. (It's bullsh*t like this which makes me hate GTK+ and GNOME. In KDE, the standard dialogs have their signals connected properly.) http://bugzilla.gnome.org/show_bug.cgi?id=361830 This also affects TiEmu and TiLP. I guess pretty much the same patch as for Anjuta should also work for us. Kevin Kofler |
From: Clementina M. <oa...@me...> - 2006-11-08 00:24:03
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body> <img alt="" src="cid:CF7...@me..."><br> The Thanksgiving Index is just in its beginning stages, as many of the events haven't been finalized yet, so. com :: Shareware and Freeware software archive. Saves information on Properties and Tenants, Prints Bills and Reports. com Art History GuideSite. Now you're sitting in your house surrounded by cases of the fruit of the vine, wondering what the hell your going to do with all of it. com Chicago GuideSite.<br> " to describe special art historic exhibitions, but an upcoming focus show at the High Museum of Art in Atlanta,.<br> The Thanksgiving Index is just in its beginning stages, as many of the events haven't been finalized yet, so. It's a great way to begin a. com :: Shareware and Freeware software archive.<br> com Art History GuideSite. BBC News provides trusted World and UK news as well as local and regional perspectives.<br> A few years later I was having trouble swallowing, and. BBC News provides trusted World and UK news as well as local and regional perspectives. Be sure to check out how.<br> This Memorial Day weekend event features a huge art show, dealer's room, concerts, dances, gaming, computer room. Noticias actualizadas sobre el mundo de los juegos de rol y otras paranoias frikis. com Chicago GuideSite.<br> com Chicago GuideSite. Saves information on Properties and Tenants, Prints Bills and Reports.<br> Saves information on Properties and Tenants, Prints Bills and Reports. However it isn't as hard as it seems. " It's the Baltimore Area Convention and Visitors Association's new tourism campaign tagline. Easy Divx to DVD supports most popular format on internet such as Divx, Xvid, AVI and stream formats. " going on in the background. however I bypassed the peasant origins of this. Most of the heat resides in the seeds of habanero peppers, so it's best to seperate them from the flesh, and add them seperately to taste.<br> If you want a little heat you can either add some habanero pepper salsa or just some of the seeds.<br> However it isn't as hard as it seems. It's a great way to begin a. Noticias actualizadas sobre el mundo de los juegos de rol y otras paranoias frikis.<br> We've also included a.<br> Be sure to check out how. Easy Divx to DVD supports most popular format on internet such as Divx, Xvid, AVI and stream formats.<br> Maryland's Barbaro was the favored horse to win.<br> BBC News provides trusted World and UK news as well as local and regional perspectives. It has a bit of a bite to it and it goes well with the wines I've suggested for mexican food.<br> com :: Shareware and Freeware software archive. Maryland's Barbaro was the favored horse to win.<br> <br> </body> </html> |
From: Minnie I. <eh...@at...> - 2006-11-03 21:58:45
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <img alt="" src="cid:1B1...@at..." height="278" width="564"><br> However, one coming on the housing market is almost as rare as an actual bullfight in Ronda today.<br> In order to overlook the bullring you would have to live on the road that dissects the city, the Virgen de la Paz.<br> But, "if you can't afford to buy without rental income, I wouldn't do it, end of story," said Allan Young, a partner of TAG Wealth Management, a financial consultancy in Sheffield, England. " Says Peter Jennings of Elite Properties Egypt. Egypt is close at hand for European holidaymakers and therefore owning a holiday home in this exotic location makes perfect sense for many European travellers.<br> Grimes had to move a full studio to Spain, and communications with existing clients was paramount.<br> Compare this to the land register to ensure that the official measurements and boundaries match up. A good idea would be to buy one of the cheaper homes in the less touristy areas of Ronda and then enjoy the scenic walk to the Plaza del Toros.<br> The historic fountain of eight spouts is across the road from the house - very handy should your water supply be cut off! This is hotel accommodation fit for a king. Here is a place that is crying out for further pedestrianisation. With an increased choice of air routes, the distance to friends and family is lessened and the opportunities for working within Europe and beyond are even greater.<br> It is clear that there is a price to pay should you wish to have a permanent and memorable view in Ronda. Several UK lenders provide loans on overseas properties through their international divisions.<br> Talk to local residents, officials and agents for advice. But other towns and cities are defying politically correct thinking and building new bullrings.<br> Andalucia does not suffer the same fate but avoid this potential problem by finding out whether the plot has got or will be granted planning permission.<br> It was a lifestyle choice, but the global reach of technology has eased the transition. Is it a culture-free dust bowl? Which province do you wish to live in, do you want to be near to a village, town, the beach or the mountains?<br> JUST over a year ago, the King and Queen of Sweden visited Marbella for a party organised by their friend Gunilla von Bismarck. Does the province have unseasonably bad weather? Fresh fruit and vegetables are grown throughout and the Moorish influence of neighbouring Africa stands out in the citrus fruits, nuts and spices available. British people who have bought in Ronda will tell you that the city is not blessed with a great deal of modern day culture.<br> Plans to only allow into Ronda cars owned by residents cannot come a moment too soon.<br> <br> </body> </html> |
From: Maud C. <zi...@to...> - 2006-11-03 17:40:25
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <img alt="" src="cid:E62...@to..." height="270" width="643"><br> Burgers moeten via alle kanalen- zoals e-mail, telefoon, internet en aan de balie- dezelfde informatie kunnen krijgen.<br> Als er zaken uitbesteed worden dan gaat het hoofdzakelijk nog altijd om gesprekken als het contactcenter ge-sloten is. Bovendien kan er worden afgestapt van de autoresponse systemen die worden ingeschakeld bij bepaalde standaard vragen. Gelukkig, praten met passagiers mag nog wel. Het boek moet de lezer helpen bij het komen tot een beslissing over het wel of niet uitbesteden van klantcontacten, en over de inrichting van de samenwerking en besturing van het contactcenter.<br> En we hebben een primeur: Amsterdam is de eerste gemeente die de nieuwe landelijke nummerreeks invoert.<br> In dit tijdperk van massamedia en internet zou je kunnen zeggen dat het een teken van de tijd is, maar als het mensen helpt om dichter tot God te komen, waarom niet?<br> In dit tijdperk van massamedia en internet zou je kunnen zeggen dat het een teken van de tijd is, maar als het mensen helpt om dichter tot God te komen, waarom niet? Gemeenten moeten onderling uitmaken hoe de bellende burger vervolgens bij de goede gemeente terechtkomt. Een callcenter hoeft niet alleen te resulteren in hoge kosten, maar zou ook extra inkomsten kunnen genereren. We moved to new offices this summer and figured we would bring along our phone service. Driekwart geeft nog altijd aan geen insourcing toe te passen. Burgers moeten via alle kanalen- zoals e-mail, telefoon, internet en aan de balie- dezelfde informatie kunnen krijgen.<br> Het zou ideaal zijn om bij het bellen naar je internetprovider niet meer te hoeven horen hoeveel tientallen wachtenden je voor zijn.<br> Dat vraagt nogal wat van je organisatie.<br> Dat is het laagste percentage van alle onderzochte landen. Name names, he would say. Het callcenter op een andere manier inzetten kan dus effect hebben.<br> De klant is gegarandeerd van een antwoord op zijn vraag en het bedrijf zelf vangt zijn kosten van de snelle handeling van het callcenter of back office op door de betaling door de consument.<br> Groeigoeroe Verne Harnish over het belang van klantenservice.<br> <br> </body> </html> |
From: Jennie H. <vb...@wt...> - 2006-11-01 18:46:41
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <img alt="" src="cid:par...@wt..." height="410" width="535"><br> You need brilliant people at the edge able to generate great projects, and you also need a core group of decision-makers able to commit collectively to supporting bold moves.<br> Jennifer was very cautious about introducing tags in her framework. In the end, what makes my life difficult is exactly what Ackoff discusses in his paper: the inability of some key managers to move away from analytical thinking. social networks and the like. yellow pages, search, collaboration etc.<br> They are also those where systemic thinking is banned, and where words convey less and less meaning. powered by performancing firefoxpowered by performancing firefoxpowered by performancing firefox. faint signals that only specialists or visionaries can grasp.<br> It's called "Le prix de la confiance", which can be translated either by "The Price Of Trust" or "The Prize Of Trust". The other is lack of sponsorship. If the community attempts to control the initiatives on the field, it is another form of top-down control which prevents true innovation to take place.<br> It's called "Le prix de la confiance", which can be translated either by "The Price Of Trust" or "The Prize Of Trust".<br> The green process is a response to evolutions in the unfamiliar environment, i.<br> If it calls for coordination of actions of various departments, it is considered fluffy and rejected, unless it is broken down into little chunks from which they can select one or two.<br> If the community has no legitimacy from top management, its activities will by and large be ignored.<br> Just because they think differently. Most senior execs are part of this core group, but other less senior people sometimes are too.<br> Thus this is where technology must be used effectively to disseminate this knowledge even further, so that in can be used in real-time, when needed. Reductionist and analytic thinking derive properties of wholes from the sum of their parts. Reductionist and analytic thinking derive properties of wholes from the sum of their parts. The fact that he has a vested interest in this as an executive of and investor in Six Apart is relevant too. If the plan calls for an "expert locator" on the company intranet, it is technical enough to be considered acceptable. All employees involved in the deployment of collaboration tools are starting to engage into a dialogue to share good practices, agree on standards, formats etc. Perhaps you should find out here.<br> <br> </body> </html> |