Re: Linux 2.4.3-ac9

2001-04-17 Thread Jason Thomas

Alan,

This does not seem to fix the problem with "clock timer", which
repeatedly prints the following message:

probable hardware bug: clock timer configuration lost - probably a VIA686a motherboard.
probable hardware bug: restoring chip configuration.

The machine does not get any further than printing the above message.
This message only appears with an SMP kernel, there are no ide devices
in the machine.

a generic 2.4.3 kernel works on the machine.

Thanks.


On Mon, 16 Apr 2001, Alan Cox wrote:

> VIA users should test this kernel carefully. It has what are supposed
> to be
> the right fixes for the VIA hardware bugs. Obviously the right fixes
> are not
> as tested as the deduced ones.

-- 
Jason Thomas   Phone:  +61 2 6257 7111
System Administrator  -  UID 0 Fax:+61 2 6257 7311
tSA Consulting Group Pty. Ltd. Mobile: 0418 29 66 81
1 Hall Street Lyneham ACT 2602 http://www.topic.com.au/

 PGP signature


Re: Linux 2.4.3-ac9

2001-04-17 Thread Jason Thomas

This particular motherboard is an ASUS CUV4X-DLS, the chipset is a
VIA694XDP, the IDE chipset however is a VIA686b.

I've seen this in all the kernels I've tried with the "ac" patches.

Any kernel I've tried that are NOT SMP work fine.


On Tue, Apr 17, 2001 at 10:26:26PM -0400, Byron Stanoszek wrote:
> > This does not seem to fix the problem with "clock timer", which
> > repeatedly prints the following message:
> > 
> > probable hardware bug: clock timer configuration lost - probably a VIA686a 
>motherboard.
> > probable hardware bug: restoring chip configuration.
> 
> I've seen this on my Dell P3 700 machine several times. Seems to happen at odd
> intervals after I use my CD burner, but that just might be coincidental. But
> I'd like to point out that I've never seen this on my VIA686a itself. The P3
> machine is UP too, not SMP. I saw this ever since I switched the machine to
> 2.4.2-ac8 and beyond (previously 2.2.18).
> 
>  -Byron

-- 
Jason Thomas   Phone:  +61 2 6257 7111
System Administrator  -  UID 0 Fax:+61 2 6257 7311
tSA Consulting Group Pty. Ltd. Mobile: 0418 29 66 81
1 Hall Street Lyneham ACT 2602 http://www.topic.com.au/

 PGP signature


2.4.4-ac4 and menuconfig

2001-05-03 Thread Jason Thomas

when building with 2.4.4-ac4 and using make menuconfig, the options in
"Processor type and features  --->" are not changable. other options
seem to change fine.

-- 
Jason Thomas   Phone:  +61 2 6257 7111
System Administrator  -  UID 0 Fax:+61 2 6257 7311
tSA Consulting Group Pty. Ltd. Mobile: 0418 29 66 81
1 Hall Street Lyneham ACT 2602 http://www.topic.com.au/

 PGP signature


FTDI FT232RL - Tait Programming Cable - 0403:a1f8

2016-03-02 Thread Jason Thomas
Hi,

Could the Tait Programming Cable product id be added to the FTDI
driver, it is tested working with linux kernel 4.3.0.

#uname -a
Linux lappy 4.3.0-1-amd64 #1 SMP Debian 4.3.3-5 (2016-01-04) x86_64 GNU/Linux


Testing procedure:

#sudo modprobe ftdi_sio
#sudo chmod 666 /sys/bus/usb-serial/drivers/ftdi_sio/new_id
#echo 0403 a1f8 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id

output from dmesg:

[55524.310618] usbcore: registered new interface driver usbserial
[55524.310636] usbcore: registered new interface driver usbserial_generic
[55524.310649] usbserial: USB Serial support registered for generic
[55524.315518] usbcore: registered new interface driver ftdi_sio
[55524.315533] usbserial: USB Serial support registered for FTDI USB
Serial Device
[55599.398107] usb 1-1: new full-speed USB device number 15 using xhci_hcd
[55599.533041] usb 1-1: New USB device found, idVendor=0403, idProduct=a1f8
[55599.533045] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[55599.533048] usb 1-1: Product: Tait Programming Cable
[55599.533049] usb 1-1: Manufacturer: Tait Electronics Ltd
[55711.530197] usb 1-1: Detected FT232RL
[55711.530383] usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0

Serial device was successfully accessed using Tait Programming
software in dosemu.

Thanks.