LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-09-2008, 02:01 PM   #1
creativeCag
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Rep: Reputation: 0
Question Dynex USB-to-Serial driver for Linpus


I've got a little Dynex USB-to-Serial adapter for my laptop that I bought at Best Buy but I have been unsuccessful finding a driver for it.

Is there a driver out there that I have just overlooked or am I totally out of luck?

I am not a total noob but might as well treat me like one.

Thanks for the help, as always.
Chris
 
Old 09-09-2008, 03:30 PM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
when you plug it in does Linux recognize it?

lsusb

Code:
it-etch:~# lsusb
Bus 006 Device 003: ID 0204:6025 Chipsbank Microelectronics Co., Ltd CBM2080 Flash drive controller
Bus 006 Device 001: ID 0000:0000  
Bus 002 Device 003: ID 0557:7000 ATEN International Co., Ltd Hub
Bus 002 Device 005: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 002 Device 004: ID 413c:2003 Dell Computer Corp. Keyboard
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000  
Bus 005 Device 001: ID 0000:0000  
Bus 004 Device 006: ID 2478:2008 Tripp-Lite U209-000-R Serial Port
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000
have you tried opening a shell and typing the following, before plugging in the USB-to-Serial converter ?

tail -f /var/log/messages


to see what the output is and how/if the system detected the device and assigned it a /dev/node ?

Code:
it-etch:~#  tail -f /var/log/messages
Sep  9 13:23:00 it-etch -- MARK --
Sep  9 13:43:00 it-etch -- MARK --
Sep  9 14:03:01 it-etch -- MARK --
Sep  9 14:23:01 it-etch -- MARK --
Sep  9 14:43:01 it-etch -- MARK --
Sep  9 15:03:01 it-etch -- MARK --
Sep  9 15:23:01 it-etch -- MARK --
Sep  9 15:43:02 it-etch -- MARK --
Sep  9 16:03:02 it-etch -- MARK --
Sep  9 16:23:02 it-etch -- MARK --
Sep  9 16:28:20 it-etch kernel: usb 6-7: reset high speed USB device using ehci_hcd and address 3
Sep  9 16:28:21 it-etch kernel: usb 6-7: reset high speed USB device using ehci_hcd and address 3
Sep  9 16:28:21 it-etch kernel: ohci_hcd 0000:00:13.3: wakeup
Sep  9 16:28:21 it-etch kernel: usb 4-2: new full speed USB device using ohci_hcd and address 6
Sep  9 16:28:21 it-etch kernel: usb 4-2: configuration #1 chosen from 1 choice
Sep  9 16:28:22 it-etch kernel: usbcore: registered new driver usbserial
Sep  9 16:28:22 it-etch kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
Sep  9 16:28:22 it-etch kernel: usbcore: registered new driver usbserial_generic
Sep  9 16:28:22 it-etch kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core
Sep  9 16:28:22 it-etch kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
Sep  9 16:28:22 it-etch kernel: pl2303 4-2:1.0: pl2303 converter detected
Sep  9 16:28:22 it-etch kernel: usb 4-2: pl2303 converter now attached to ttyUSB0
Sep  9 16:28:22 it-etch kernel: usbcore: registered new driver pl2303
Sep  9 16:28:22 it-etch kernel: drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver
theres a few things you can look at to see if your device is being detected and how it's being identified if it is...

in my case the usb-to-serial converted was identified, the driver loaded automatically and it was assigned as /dev/ttyUSB0

Last edited by farslayer; 09-09-2008 at 03:33 PM.
 
Old 09-09-2008, 04:29 PM   #3
creativeCag
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Alright, after typing lsusb this is what was returned:
Quote:
[user@localhost log]$ lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 006: ID 05ac:0304 Apple Computer, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 0c45:62c0 Acer Crystal Eye Webcam
Bus 001 Device 001: ID 0000:0000
So it sees it. But, after typing dmesg, I get this:
Quote:
usb 3-1: new full speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
Other than that, thats all I can find out. Where should I go from here?

Thanks again
 
Old 09-09-2008, 09:47 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Did you try the other item I mentioned ?

unplug the device

open a shell and type

tail -f /var/log/messages


plug the device in and view the output of the message log.

your USB-to-Serial converter uses the same chipset as mine, so it should be automatically supported.
 
Old 09-10-2008, 09:22 AM   #5
creativeCag
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
I tried the tail command but nothing happens. It just sits there. I can plug and unplug mice, usb drives, that adapter and nothing happens.

So strange. Have any other suggestions?
 
Old 09-10-2008, 11:23 AM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Hrm.. maybe your distro uses a different file for logging..

Yuo have to be root to run that command, or use sudo.. just so you know.

If it's still not working try watching the syslog file..
tail -f /var/log/syslog
 
Old 09-11-2008, 03:11 PM   #7
creativeCag
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Still no luck

I tried that new tail command and it still doesn't output anything. It doesn't give me errors, nor does it really do anything for me. I have to cntl+z to quit it because it just sits there with a solid cursor.

Any other suggestions? Thanks again for all your help. It's hard trying to troubleshoot something when the methods dont seem to be working.
 
Old 09-11-2008, 03:26 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
weird.. how can you have nothing at all in your logs..

Could you post the output of the following ?

ls -l /var/log
 
Old 09-12-2008, 04:02 PM   #9
creativeCag
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
As requested!

Quote:
$ ls -l /var/log
total 8088
-rw------- 1 root root 0 2008-09-09 04:51 boot.log
-rw------- 1 root root 2544 2008-04-30 05:20 boot.log-20080514
-rw------- 1 root root 0 2008-05-14 03:51 boot.log-20080523
-rw------- 1 root root 0 2008-05-23 03:51 boot.log-20080909
-rw------- 1 root utmp 0 2008-09-09 04:51 btmp
-rw------- 1 root utmp 1536 2008-06-03 05:47 btmp-20080909
-rw------- 1 root root 0 2008-09-09 04:51 cron
-rw------- 1 root root 29188 2008-05-14 03:02 cron-20080514
-rw------- 1 root root 1557 2008-05-14 13:21 cron-20080523
-rw------- 1 root root 0 2008-05-23 03:51 cron-20080909
drwxr-xr-x 2 lp sys 4096 2008-06-21 22:24 cups
drwxr-xr-x 2 root root 4096 2007-10-03 08:18 dirmngr
-rw-r--r-- 1 root root 30146 2008-04-05 14:30 dmesg
-rw------- 1 root root 12048 2008-04-24 01:22 faillog
drwxr-xr-x 2 root root 4096 2008-04-15 03:24 gdm
-rw-r--r-- 1 root root 0 2008-04-23 18:00 handlePowerButtonEvent
-rw-r--r-- 1 root root 0 2008-04-23 18:00 handlePowerButtonEvent2
-rw-r--r-- 1 root root 0 2008-04-15 03:46 handlesleepbutton
-rw------- 1 root root 0 2008-09-09 04:51 hibernate.log
-rw------- 1 root root 1710 2008-05-19 04:44 hibernate.log-20080909
-rw-r--r-- 1 root root 146584 2008-09-11 04:57 lastlog
-rw------- 1 root root 0 2008-09-09 04:51 maillog
-rw------- 1 root root 0 2008-03-19 02:46 maillog-20080514
-rw------- 1 root root 0 2008-05-14 03:51 maillog-20080523
-rw------- 1 root root 0 2008-05-23 03:51 maillog-20080909
-rw-r--r-- 1 root root 1001797 2008-05-23 12:00 message
-rw-r--r-- 1 root root 0 2008-09-09 04:51 messages
-rw-r--r-- 1 root root 0 2008-05-23 14:20 messages-20080909
drwxr-xr-x 2 ntp ntp 4096 2007-09-24 09:40 ntpstats
-rw-r--r-- 1 root root 4456 2008-06-27 17:44 pm-suspend.log
drwx------ 2 root root 4096 2008-05-14 04:46 ppp
drwxr-xr-x 2 root root 4096 2008-04-12 20:47 prelink
-rw-r--r-- 1 root root 26010 2008-09-10 04:51 rpmpkgs
-rw-r--r-- 1 root root 19894 2008-04-21 03:51 rpmpkgs-20080514
-rw-r--r-- 1 root root 21146 2008-05-16 03:51 rpmpkgs-20080523
-rw-r--r-- 1 root root 21210 2008-05-24 03:51 rpmpkgs-20080909
drwx------ 3 root root 4096 2008-04-30 04:21 samba
-rw------- 1 root root 0 2008-09-09 04:51 secure
-rw------- 1 root root 612080 2008-05-13 15:14 secure-20080514
-rw------- 1 root root 53112 2008-05-14 13:28 secure-20080523
-rw------- 1 root root 0 2008-05-23 03:51 secure-20080909
-rw------- 1 root root 0 2008-09-09 04:51 spooler
-rw------- 1 root root 0 2008-03-19 02:46 spooler-20080514
-rw------- 1 root root 0 2008-05-14 03:51 spooler-20080523
-rw------- 1 root root 0 2008-05-23 03:51 spooler-20080909
drwxr-xr-x 2 root root 4096 2008-04-30 11:19 subsys
-rw------- 1 root root 97 2008-03-19 02:46 tallylog
-rw------- 1 root root 8208 2008-09-11 04:57 wpa_supplicant.log
-rw-r--r-- 1 root root 246058 2008-05-14 05:26 wpa_supplicant.log-20080514
-rw------- 1 root root 240950 2008-09-09 05:39 wpa_supplicant.log-20080909
-rw-rw-r-- 1 root utmp 32640 2008-09-11 04:57 wtmp
-rw-rw-r-- 1 root utmp 1824000 2008-09-09 01:36 wtmp-20080909
-rw-r--r-- 1 root root 996 2008-03-19 15:43 xdm.log
-rw-r--r-- 1 root root 290243 2008-09-11 04:59 Xorg.0.log
-rw-r--r-- 1 root root 3279737 2008-09-10 11:21 Xorg.0.log.old
-rw-r--r-- 1 root root 44662 2008-04-15 03:41 Xorg.1.0.log
-rw-r--r-- 1 root root 41098 2008-04-15 03:38 Xorg.1.0.log.old
-rw-r--r-- 1 root root 41023 2008-04-15 03:20 Xorg.1.log
-rw-r--r-- 1 root root 41023 2008-04-15 03:19 Xorg.1.log.old
-rw-r--r-- 1 root root 41023 2008-04-15 03:14 Xorg.3.log
-rw-r--r-- 1 root root 12060 2008-09-10 00:46 yum.log
 
Old 09-12-2008, 07:32 PM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Hmm something doesn't look right in your logs.

You have a log called message as well as the messages logs.
the messages logs are 0 (zero) bytes.
The message log is rather large and doesn't appear to be rotating properly like it should.


try
tail -f /var/log/message
then plug in the USB to Serial converter..

That might show what we are looking for.


Then if I were you I would look into why your logs don't all appear to be rotating properly. and the messages log is being written to a file called message instead of messages

possibly something related to the messages log in /etc/syslog.conf got altered ?

Code:
*.=info;*.=notice;*.=warn;\
        auth,authpriv.none;\
        cron,daemon.none;\
        mail,news.none          -/var/log/messages
 
Old 10-09-2008, 01:02 PM   #11
angusinalberta
LQ Newbie
 
Registered: Oct 2008
Posts: 1

Rep: Reputation: 0
Excuse me for butting in but I have the identical problem with Linpus on an Aspire One connecting to a garmin gps receiver.

Quote:
Hmm something doesn't look right in your logs.

You have a log called message as well as the messages logs.
the messages logs are 0 (zero) bytes.
The message log is rather large and doesn't appear to be rotating properly like it should.
Identical behaviour here.

Quote:
try
tail -f /var/log/message
then plug in the USB to Serial converter..
Here's the result

Quote:
[user@localhost ~]$ tail -f /var/log/message
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
/org/freedesktop/Hal/devices/acpi_BAT1 battery.voltage.current
Nothing happens when I attach the GPSr

Quote:
possibly something related to the messages log in /etc/syslog.conf got altered ?
Here is the content of /etc/syslog.conf
It has never been altered by me
Quote:
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages

# The authpriv file has restricted access.
authpriv.* /var/log/secure

# Log all the mail messages in one place.
mail.* -/var/log/maillog


# Log cron stuff
cron.* /var/log/cron

# Everybody gets emergency messages
*.emerg *

# Save news errors of level crit and higher in a special file.
uucp,news.crit /var/log/spooler

# Save boot messages also to boot.log
local7.* /var/log/boot.log
I hope this makes sense

Cheers,
Angus
 
Old 05-26-2009, 03:29 PM   #12
titchy
LQ Newbie
 
Registered: May 2009
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by farslayer View Post
Did you try the other item I mentioned ?


tail -f /var/log/messages

Unfortunately this is Linpus which is more than likely installed on an SDD in order to prevent memory wear they do not enable normal logging.
I have not yet looked in to how they are disabling it.

On the rest of this subject; the kernel installed by Linpus at least on my Acer Aspire does not include the usb-serial-generic feature of the usbserial driver, as such you can not easily add usb to serial converters that are not one of the very specific ones that are compiled in.

I have tried to compile the module but it needs the kernel source and dev tools which are hard to get installed due to dependencies caused by the differences between Linpus and Fedora.

So if anyone has succeeded please can you reply here with a link to the module binary.

Thanks,
Chris
 
Old 05-14-2010, 03:24 AM   #13
sdemills
LQ Newbie
 
Registered: Dec 2009
Location: Nottingham UK
Distribution: Debian Xandros
Posts: 2

Rep: Reputation: 0
This is the first reply that has given me insight as to why my USB-serial device works on my Ubuntu machine but not on the A1/Linpus.

Did you ever solve getting generic USB-Serial drivers?

Or alternatively, do you happen to know which USB-Serial devices are supported on the Apire One (Linpus) so I can try buying one of those instead?

Kind Regards
Steve
 
Old 05-15-2010, 08:21 AM   #14
creativeCag
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sdemills View Post
This is the first reply that has given me insight as to why my USB-serial device works on my Ubuntu machine but not on the A1/Linpus.

Did you ever solve getting generic USB-Serial drivers?

Or alternatively, do you happen to know which USB-Serial devices are supported on the Apire One (Linpus) so I can try buying one of those instead?

Kind Regards
Steve
No we were never able to solve the problem. We trashed Linpus and installed Ubuntu instead. Linpus just didn't do enough. Good luck!
 
Old 05-16-2010, 03:33 AM   #15
sdemills
LQ Newbie
 
Registered: Dec 2009
Location: Nottingham UK
Distribution: Debian Xandros
Posts: 2

Rep: Reputation: 0
SIZE: Did you load some stripped down version of Ubuntu, or did you fit a large SD card to ensure that the AA1 did not run out of space?

USABILITY: I bought the AA1 for my mother to use and she's 82 and so I wanted to minimise the learning task. One of the reasons for choosing the AA1 was its very simplistic user interface. Is it possible to either use that same UI on Ubuntu or to find one similar that can be used with Ubuntu?

COMMENT: I've come across this kind of problem before - my own Asus EEE PC came with a hybrid mix of Debian and Xandros and I soon found that not much would install on it. If I obtained things from Debian sources then they clashed with the Xandros components and vice versa. Then I decided to bite the bullet and wipe the machine and load Ubuntu and everything has been sweetness and light ever since. So I am listening to your recommendation.

FINALLY: After eading this thread I gave up on the (USB-Serial + Pace Modem) strategy and reverted to trying to get my Pluscom USB dial up modem to work. I did succeed in getting that to work in the end and the solution is written up in another thread.

Kind Regards
Steve

Last edited by sdemills; 05-16-2010 at 03:36 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with USB to serial adaptor. Firewall or driver? kpark Linux - Newbie 4 07-07-2008 08:21 AM
Problem with USB to serial adaptor. Firewall or driver? kpark Linux - Newbie 2 07-02-2008 03:59 PM
Driver for Dynex modem. phantom_cyph Linux - Software 7 03-24-2007 07:17 AM
Driver for DYNEX 56K/Data/Fax/Voice Modem Model No.:DX-M100 vulcanbug Linux - Newbie 1 06-26-2006 08:59 AM
Xircom USB to serial DB9, what driver? dandev Linux - Hardware 1 04-18-2006 12:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration