by ygator » Tue Jan 24, 2012 8:50 pm
Ok so I tried to manually loading the ch341 module and see that those messages are coming from modprobe.
So what did the upgrade do as I think I have downgraded everything the upgrade did?
$this->bbcode_second_pass_code('', ' modprobe ch341
FATAL: Error inserting ch341 (/lib/modules/3.1.7-2-ARCH/kernel/drivers/usb/serial/ch341.ko.gz): Unknown symbol in module, or unknown parameter (see dmesg)
')
And dmesg shoes those errors
$this->bbcode_second_pass_code('', '[ 984.501238] ch341: Unknown symbol usb_serial_disconnect (err 0)
[ 984.501262] ch341: Unknown symbol usb_serial_generic_open (err 0)
[ 984.501275] ch341: Unknown symbol usb_serial_generic_close (err 0)
[ 984.501288] ch341: Unknown symbol usb_serial_suspend (err 0)
[ 984.501313] ch341: Unknown symbol usb_serial_handle_dcd_change (err 0)
[ 984.501373] ch341: Unknown symbol usb_serial_probe (err 0)
[ 984.501385] ch341: Unknown symbol usb_serial_register (err 0)
[ 984.501398] ch341: Unknown symbol usb_serial_deregister (err 0)
[ 984.501410] ch341: Unknown symbol usb_serial_resume (err 0)
')