Re: usb-serial device
Michael Lednev пишет: Oliver Fromme пишет: Did you have any success? What exactly is the name and brand of your USB thermometer? I'm asking because I'm also interested in obtaining an external thermometer that would work with FreeBSD. Not yet. I didn't have chance to try CURRENT and uchcom does not work under 6.3 Yes! It works (I think). Identifies itself as: ucom0: on uhub1 ucom0: CH340 detected After this it can be accessed like any other usb-serial device. Found this note about it http://err.no/personal/blog/tech/2008-07-22-10-17_kernel_patches_TEMPer_thermometer.html To anyone wishig to have one, it can be found on brando or ebay as USB TEMPer or TEMPer2. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb-serial device
Oliver Fromme пишет: Michael Lednev wrote: > Warren Block wrote: > > Michael Lednev wrote: > > > > > I've obtained USB thermometer and want to make it usable with > > > FreeBSD. It identifies itself as: > > > kernel: ugen0: vendor 0x4348 USB-SER!, rev 1.10/2.50, addr 2 > > > > > > Under Windows it looks like standard COM-port. When I try to use some > > > existing drivers like ucycom or uplcom it gives no effect. How can > > > this device be used under FreeBSD? > > > > It appears to need the uchcom driver, which is in CURRENT but not yet > > in 6 or 7. See this thread: > > > > http://lists.freebsd.org/pipermail/freebsd-stable/2008-February/040872.html > > Thanks! I'll try to examine it at the weekend. Did you have any success? What exactly is the name and brand of your USB thermometer? I'm asking because I'm also interested in obtaining an external thermometer that would work with FreeBSD. Not yet. I didn't have chance to try CURRENT and uchcom does not work under 6.3 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb-serial device
Michael Lednev wrote: > Warren Block wrote: > > Michael Lednev wrote: > > > > > I've obtained USB thermometer and want to make it usable with > > > FreeBSD. It identifies itself as: > > > kernel: ugen0: vendor 0x4348 USB-SER!, rev 1.10/2.50, addr 2 > > > > > > Under Windows it looks like standard COM-port. When I try to use some > > > existing drivers like ucycom or uplcom it gives no effect. How can > > > this device be used under FreeBSD? > > > > It appears to need the uchcom driver, which is in CURRENT but not yet > > in 6 or 7. See this thread: > > > > http://lists.freebsd.org/pipermail/freebsd-stable/2008-February/040872.html > > > > Thanks! I'll try to examine it at the weekend. Did you have any success? What exactly is the name and brand of your USB thermometer? I'm asking because I'm also interested in obtaining an external thermometer that would work with FreeBSD. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "Whatever happened to the days when hacking started at the cerebral cortex, and not at the keyboard?" -- Sid on userfriendly.org by Illiad, 2007-06-20 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb-serial device
Warren Block ?: On Fri, 8 Aug 2008, Michael Lednev wrote: I've obtained USB thermometer and want to make it usable with FreeBSD. It identifies itself as: kernel: ugen0: vendor 0x4348 USB-SER!, rev 1.10/2.50, addr 2 Under Windows it looks like standard COM-port. When I try to use some existing drivers like ucycom or uplcom it gives no effect. How can this device be used under FreeBSD? It appears to need the uchcom driver, which is in CURRENT but not yet in 6 or 7. See this thread: http://lists.freebsd.org/pipermail/freebsd-stable/2008-February/040872.html Thanks! I'll try to examine it at the weekend. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb-serial device
On Fri, 8 Aug 2008, Michael Lednev wrote: I've obtained USB thermometer and want to make it usable with FreeBSD. It identifies itself as: kernel: ugen0: vendor 0x4348 USB-SER!, rev 1.10/2.50, addr 2 Under Windows it looks like standard COM-port. When I try to use some existing drivers like ucycom or uplcom it gives no effect. How can this device be used under FreeBSD? It appears to need the uchcom driver, which is in CURRENT but not yet in 6 or 7. See this thread: http://lists.freebsd.org/pipermail/freebsd-stable/2008-February/040872.html -Warren Block * Rapid City, South Dakota USA ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb serial line speed limits
Mel wrote: On Friday 18 April 2008 11:50:46 Per olof Ljungmark wrote: 'B1228800' undeclared (first use in this function) /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: for each function it appears in.) *** Error code 1 Where can I dig out more info on how to proceed? Unfortunately my understanding of C and the rest is rather limited... /usr/src/sys/sys/termios.h defines the baud rates. Next one up from 115200 is B230400. Max is B921600. Well, I recompiled with B1228800 defined in termios.h but when i start ppp i get a complaint that the speed does not exist so it seems to be more complicated than that. Furthermore, testing ftp with XP I get about 2mbit/second downstream, same ftp server with FreeBSD it's about 240kbit/s with serial speed 921600. Anyone on the list who managed to crank the speed up? Hardware is ThinkPad T42 with a Huawei E220 modem and 7-STABLE. --per ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb serial line speed limits
On Friday 18 April 2008 11:50:46 Per olof Ljungmark wrote: > 'B1228800' undeclared (first use in this function) > /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: (Each > undeclared identifier is reported only once > /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: for each > function it appears in.) > *** Error code 1 > > Where can I dig out more info on how to proceed? Unfortunately my > understanding of C and the rest is rather limited... /usr/src/sys/sys/termios.h defines the baud rates. Next one up from 115200 is B230400. Max is B921600. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb serial port speed
Robert Huff wrote: Per olof Ljungmark writes: Finally got through to get a Huawei E220 3G modem working, now the question is, how can max the speed from the serial (USB) port? The modem is theoretically capable of several mbit/s. With the right driver, the USB stack is capable of the full 480 mbits/second. (In theory, anyway; I've never been able get mine anywhere near that.) I've cranked ubsa.c to 921600 and that seems to work, I'll try to take it further tomorrow. We'll see. --per ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB->Serial adapter, how to make /dev/cuad* appear? [Solved]
I finally figured this out. Turns out the FreeBSD side of things worked from the start, and it was the hardware that was broken. A replacement adapter works like a charm. Oh and yes, Oliver, you're perfectly right, /dev/cuaU0 is indeed created by ucom. I was confused by the device having the creation date of when the system was booted, even though it was dynamically created a couple of days later. Thanks for all your help! Cheers Benjamin signature.asc Description: This is a digitally signed message part.
Re: USB->Serial adapter, how to make /dev/cuad* appear?
Benjamin Lutz wrote: > Roland Smith wrote: > > > > Looking at ucom(4): > > > > FILES > > /dev/cuaU? > > > > See if that exists. > > No such luck I'm afraid. There's only cuaU0, which belongs to the > onboard serial port too. No, cuaU0 belongs to the ucom(4) driver. It certainly does _not_ belong to the sio(4) driver. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "... there are two ways of constructing a software design: One way is to make it so simple that there are _obviously_ no deficiencies and the other way is to make it so complicated that there are no _obvious_ deficiencies."-- C.A.R. Hoare, ACM Turing Award Lecture, 1980 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB->Serial adapter, how to make /dev/cuad* appear?
On Wed, Oct 24, 2007 at 05:23:48PM +0200, Benjamin Lutz wrote: > On 2007-10-24 17:15, Roland Smith wrote: > > On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote: > > > > Does the onboard serial port work via USB? How odd! On my standard PC, > > > > the serial ports are driven by the sio driver, and have /dev/cuad* and > > > > /dev/ttyd* devices, noc cuaU. > > > > > > No, that one's a standard serial port, driven by sio as well, and > > > creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't > > > know. > > > > How do you know that cuaU0 belongs to the sio driver? It should belong > > to ucom. > > > > According to the manual, sio(4) devices only create ttyd and cuad devices. > > I'm guessing based on its timestamp pointing to the last system boot, > when the USB adapter wasn't connected, based on the device persisting > when I unplug the USB adapter. Is ucom loaded as a module? If so, try unloading and re-loading it and uplcom. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) pgp9tLW0SulGe.pgp Description: PGP signature
Re: USB->Serial adapter, how to make /dev/cuad* appear?
On 2007-10-24 17:15, Roland Smith wrote: > On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote: > > > Does the onboard serial port work via USB? How odd! On my standard PC, > > > the serial ports are driven by the sio driver, and have /dev/cuad* and > > > /dev/ttyd* devices, noc cuaU. > > > > No, that one's a standard serial port, driven by sio as well, and > > creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't know. > > How do you know that cuaU0 belongs to the sio driver? It should belong > to ucom. > > According to the manual, sio(4) devices only create ttyd and cuad devices. I'm guessing based on its timestamp pointing to the last system boot, when the USB adapter wasn't connected, based on the device persisting when I unplug the USB adapter. Cheers Benjamin pgpUzEzgy1i5J.pgp Description: PGP signature
Re: USB->Serial adapter, how to make /dev/cuad* appear?
On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote: > > Does the onboard serial port work via USB? How odd! On my standard PC, > > the serial ports are driven by the sio driver, and have /dev/cuad* and > > /dev/ttyd* devices, noc cuaU. > > No, that one's a standard serial port, driven by sio as well, and > creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't know. How do you know that cuaU0 belongs to the sio driver? It should belong to ucom. According to the manual, sio(4) devices only create ttyd and cuad devices. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) pgphtsum9H1Mv.pgp Description: PGP signature
Re: USB->Serial adapter, how to make /dev/cuad* appear?
Ian Smith wrote: > On Tue, 23 Oct 2007 18:06:08 +0200 Benjamin Lutz <[EMAIL PROTECTED]> wrote: > > > I've bought an USB->Serial adapter in order to use an old serial 33.6k > > modem. I've loaded the uplcom and ucom modules, but am unsure how to > > proceed from here. > > > > The system runs FreeBSD 6.2-RELEASE-p8. When connecting the adapter, > > dmesg says: > > > > ucom0: Prolific Technology Inc. USB-Serial Controller D, rev > > 1.10/4.00, addr 3 > > > > usbdevs -v says: > > > > port 6 addr 3: full speed, power 100 mA, config 1, USB-Serial > > Controller D(0x2303), Prolific Technology Inc.(0x067b), rev 4.00 > > > > I'd expect some device to show up in /dev, cuad1, ucom0, something like > > that, but I get nothing. (cuad0 is taken by the onboard serial port, > > which, alas, isn't wired to the outside of the case). > > Perhaps you need to load umodem(4) also? Tried that, it has no effect. Cheers Benjamin ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB->Serial adapter, how to make /dev/cuad* appear?
Roland Smith wrote: > On Tue, Oct 23, 2007 at 08:17:01PM +0200, Benjamin Lutz wrote: >> On Tuesday 23 October 2007 19:54:44 Roland Smith wrote: >>> On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: I'd expect some device to show up in /dev, cuad1, ucom0, something like that, but I get nothing. (cuad0 is taken by the onboard serial port, which, alas, isn't wired to the outside of the case). >>> Looking at ucom(4): >>> >>> FILES >>> /dev/cuaU? >>> >>> See if that exists. >> No such luck I'm afraid. There's only cuaU0, which belongs to the >> onboard serial port too. > > Does the onboard serial port work via USB? How odd! On my standard PC, > the serial ports are driven by the sio driver, and have /dev/cuad* and > /dev/ttyd* devices, noc cuaU. No, that one's a standard serial port, driven by sio as well, and creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't know. > Do you have the correct driver for the converter loaded next to ucom? > The ucom manual page gives a list of them. Yes, uplcom is the right driver. (Or at least I think so, because the device and manufacturer ids that usbdevs -v gives me match those in /usr/src/sys/dev/usb/uplcom.c .) Besides, without the uplcom module loaded, I only get an ugen device, so it seems to attach to the device ok. Cheers Benjamin ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB->Serial adapter, how to make /dev/cuad* appear?
On Tue, 23 Oct 2007 18:06:08 +0200 Benjamin Lutz <[EMAIL PROTECTED]> wrote: > I've bought an USB->Serial adapter in order to use an old serial 33.6k > modem. I've loaded the uplcom and ucom modules, but am unsure how to > proceed from here. > > The system runs FreeBSD 6.2-RELEASE-p8. When connecting the adapter, > dmesg says: > > ucom0: Prolific Technology Inc. USB-Serial Controller D, rev > 1.10/4.00, addr 3 > > usbdevs -v says: > > port 6 addr 3: full speed, power 100 mA, config 1, USB-Serial > Controller D(0x2303), Prolific Technology Inc.(0x067b), rev 4.00 > > I'd expect some device to show up in /dev, cuad1, ucom0, something like > that, but I get nothing. (cuad0 is taken by the onboard serial port, > which, alas, isn't wired to the outside of the case). Perhaps you need to load umodem(4) also? Cheers, Ian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB->Serial adapter, how to make /dev/cuad* appear?
On Tue, Oct 23, 2007 at 08:17:01PM +0200, Benjamin Lutz wrote: > On Tuesday 23 October 2007 19:54:44 Roland Smith wrote: > > On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: > > > I'd expect some device to show up in /dev, cuad1, ucom0, something > > > like that, but I get nothing. (cuad0 is taken by the onboard serial > > > port, which, alas, isn't wired to the outside of the case). > > > > Looking at ucom(4): > > > > FILES > > /dev/cuaU? > > > > See if that exists. > > No such luck I'm afraid. There's only cuaU0, which belongs to the > onboard serial port too. Does the onboard serial port work via USB? How odd! On my standard PC, the serial ports are driven by the sio driver, and have /dev/cuad* and /dev/ttyd* devices, noc cuaU. Do you have the correct driver for the converter loaded next to ucom? The ucom manual page gives a list of them. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) pgpxD3nYXTpZk.pgp Description: PGP signature
Re: USB->Serial adapter, how to make /dev/cuad* appear?
On Tuesday 23 October 2007 19:54:44 Roland Smith wrote: > On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: > > I'd expect some device to show up in /dev, cuad1, ucom0, something > > like that, but I get nothing. (cuad0 is taken by the onboard serial > > port, which, alas, isn't wired to the outside of the case). > > Looking at ucom(4): > > FILES > /dev/cuaU? > > See if that exists. No such luck I'm afraid. There's only cuaU0, which belongs to the onboard serial port too. Cheers Benjamin signature.asc Description: This is a digitally signed message part.
Re: USB->Serial adapter, how to make /dev/cuad* appear?
On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: > I'd expect some device to show up in /dev, cuad1, ucom0, something like > that, but I get nothing. (cuad0 is taken by the onboard serial port, > which, alas, isn't wired to the outside of the case). Looking at ucom(4): FILES /dev/cuaU? See if that exists. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) pgpGwot6d1Idk.pgp Description: PGP signature
Re: usb serial convertor
On Monday 01 October 2007 03:41, The Longs wrote: > I'm trying to get Gregs temperature controlled fridge to work, but the > catch is that the laptop I'm using doesn't have a serial port. I'm hoping I > can use a usb to serial convertor and tell the program to look at the usb > port for the temperature probes, but I am lost as to how to do this. A supported USB-to-serial converter will appear as a serial port. For example I use a Bafo BF-810 converter which is driven by uplcom(4), and in turn ucom(4) which presents /dev/cuaU0 and /dev/ttyU0. Jonathan ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB-Serial ??
Hi Guy's and Girls, Thanks for the advice. I tried umodem, bur the driver could not put the device into asinc and failed. Exit 6. As I had little time left I had to reload that other OS. It appears the device make in the USA is one of those that you can set the power level softly, not allowed by FCC, ACA... The windriver would I presume know how to switch the device. Of surprise is the device and simular are fairly commen in North America. The particular laptop is used for the childrens schooling. We are doing a sailing cruse of the East Coast of AU,havent spotted Nemo yet, but the local whale population has kept us ammused. Thanks for your support John - Original Message - From: "Loren M. Lang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Warren Block" <[EMAIL PROTECTED]>; "Steve Bertrand" <[EMAIL PROTECTED]>; "'John Andrewartha'" <[EMAIL PROTECTED]>; "'freebsd-questions@FreeBSD.ORG'" Sent: Tuesday, June 20, 2006 3:15 PM Subject: Re: USB-Serial ?? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: USB-Serial ??
fbsd wrote: > Sorry dud but what you have is a winmodem. No, it's a USB modem, winmodems are a type of PCI modem. > XP has special driver for that external modem to work. > It is not supported in FreeBSD as far as I have seen. > There is no such thing as USB-serial modem. There is, I've used one. While I can't gaurntee it will work, check out the umodem driver. Just load the driver with 'kldload umodem' and see if it detects anything. dmesg is a handy command for such things. There are also some other possibilities, check out http://www.freebsd.org/releases/6.1R/hardware-i386.html under USB. The device probably will be something like /dev/ucom0, but check the output of dmesg. > External modem is connected to motherboard by serial cable or USB > cable. > Serial external modem works right out of the box and USB external > modem are all winmodems. Any serial modem should work fine for FreeBSD using either the hardware serial ports on your motherboard with the sio driver or possibly some USB serial adapters that are supported. USB modems are not winmodems, but they still sometimes require a special driver that FreeBSD does not have. > There is a port ltmdm which works for a limited number of PCI > winmodems but nothing for USB-winmodems. > > You are SOL. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Warren > Block > Sent: Thursday, June 08, 2006 9:29 AM > To: Steve Bertrand > Cc: 'John Andrewartha'; 'freebsd-questions@FreeBSD.ORG' > Subject: RE: USB-Serial ?? > > > On Wed, 7 Jun 2006, Steve Bertrand wrote: > >>> The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c. >>> This device is a modem on the usb bus, it looks like and >>> understands the at commands. Under XP. >>> I am using fbsd 6.1. >>> How do I get ppp to talk to it? >>> The man pages keep pointing to /dev/cuaU? A device that does >>> not exist yet. >> Don't know about the rest, but in FBSD 6+, the serial devices are >> /dev/cuad0 for COM1 and /dev/cuad1 for COM2. >> >> Try a: >> >> # cu -l /dev/cuad0 to see if you can connect to the device. > > He said it was USB, which should be /dev/ucom0. > > -Warren Block * Rapid City, South Dakota USA > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > -- Loren M. Lang [EMAIL PROTECTED] http://www.alzatex.com/ Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 signature.asc Description: OpenPGP digital signature
RE: USB-Serial ??
Sorry dud but what you have is a winmodem. XP has special driver for that external modem to work. It is not supported in FreeBSD as far as I have seen. There is no such thing as USB-serial modem. External modem is connected to motherboard by serial cable or USB cable. Serial external modem works right out of the box and USB external modem are all winmodems. There is a port ltmdm which works for a limited number of PCI winmodems but nothing for USB-winmodems. You are SOL. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Warren Block Sent: Thursday, June 08, 2006 9:29 AM To: Steve Bertrand Cc: 'John Andrewartha'; 'freebsd-questions@FreeBSD.ORG' Subject: RE: USB-Serial ?? On Wed, 7 Jun 2006, Steve Bertrand wrote: >> The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c. >> This device is a modem on the usb bus, it looks like and >> understands the at commands. Under XP. >> I am using fbsd 6.1. >> How do I get ppp to talk to it? >> The man pages keep pointing to /dev/cuaU? A device that does >> not exist yet. > > Don't know about the rest, but in FBSD 6+, the serial devices are > /dev/cuad0 for COM1 and /dev/cuad1 for COM2. > > Try a: > > # cu -l /dev/cuad0 to see if you can connect to the device. He said it was USB, which should be /dev/ucom0. -Warren Block * Rapid City, South Dakota USA ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: USB-Serial ??
On Wed, 7 Jun 2006, Steve Bertrand wrote: The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c. This device is a modem on the usb bus, it looks like and understands the at commands. Under XP. I am using fbsd 6.1. How do I get ppp to talk to it? The man pages keep pointing to /dev/cuaU? A device that does not exist yet. Don't know about the rest, but in FBSD 6+, the serial devices are /dev/cuad0 for COM1 and /dev/cuad1 for COM2. Try a: # cu -l /dev/cuad0 to see if you can connect to the device. He said it was USB, which should be /dev/ucom0. -Warren Block * Rapid City, South Dakota USA ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: USB-Serial ??
> The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c. > This device is a modem on the usb bus, it looks like and > understands the at commands. Under XP. > I am using fbsd 6.1. > How do I get ppp to talk to it? > The man pages keep pointing to /dev/cuaU? A device that does > not exist yet. Don't know about the rest, but in FBSD 6+, the serial devices are /dev/cuad0 for COM1 and /dev/cuad1 for COM2. Try a: # cu -l /dev/cuad0 to see if you can connect to the device. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb-serial controller in 5.4? (NEVERMIND)
Sorry, folks. Nevermind, I'm an idiot... I just use ucom0 as the tty or cua device ha ha ha On 4/17/06, FreeBSD MailingLists <[EMAIL PROTECTED]> wrote: > > i have a USB-Serial Controller by Prolific Technology, Inc. > > I tested to see if the device works on FreeBSD on FreeBSD6 machine. > the serial controller works when i load ucom and uplcom modules. > a ucom0 device is generated along with tty and cua devices. > > when i connect to a FreeBSD 5.4 machine with ucom and uplcom modules > loaded. > an ucom0 device is generated but the tty and cua devices are not present. > are those not generated automatically in 5.4? do i need to issue a > command to get the devices working? > > TIA, > Tomoki > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb->serial ftdi trouble
Yes that't it, thank you. Lowell Gilbert wrote: Lincoln Rutledge <[EMAIL PROTECTED]> writes: Howdy, have kldloaded drivers, and in dmesg see that my usb->serial FTDI device is ucom0. However there is no /dev entry and therefore minicom can't work. I have seen questions about this device from 7/05 but no answer. Is there a simple step I'm missing? Thanks, Well, for one, the manual for ucom(4) indicates that the device it creates is /dev/cuaU?. Is that present? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb->serial ftdi trouble
Lincoln Rutledge <[EMAIL PROTECTED]> writes: > Howdy, have kldloaded drivers, and in dmesg see that my usb->serial > FTDI device is ucom0. However there is no /dev entry and therefore > minicom can't work. I have seen questions about this device from 7/05 > but no answer. > Is there a simple step I'm missing? Thanks, Well, for one, the manual for ucom(4) indicates that the device it creates is /dev/cuaU?. Is that present? -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb-serial adapter doesnt work
Bernd Walter wrote: ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), It's attached to ugen instead of uplcom/ucom On a hardware notes ive read, that it needs a 'uplcom' driver, so i loaded it to kernel: root# kldstat Id Refs AddressSize Name 51 0xc204c000 3000 uplcom.ko 61 0xc205 4000 ucom.ko You need the drivers loaded _befor_ attaching the device. Otherwise ugen take care of it and uplcom has no chance to take over. Hi, It helped. Thanks very much. After compiling uplcom into the kernel, all looked ok. It showed me 'ucom0' so i did `tip xxx', where xxx is: %cat /etc/remote |grep xxx xxx:dv=/dev/ucom0:br#9600:pa=none: I see 'connected', but nothing more. Is there any other thing, which should I take care about? Thanx, Maciek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb-serial adapter doesnt work
On Wed, Mar 10, 2004 at 08:22:30PM +, Macio Plona wrote: > Hello, > Ive got laptop Toshiba Satellite A20-s103. There are no comms port, but > 3 USBs. > I need get to console to some server, so i purchased an USB-RS232 adapter. > My system recognized it, but i cant `cu` or `tip` to any machine... :( > Could somebody help me make it work? > > Part of `dmesg`: > ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), > rev 1.10/ 2.02, addr 2 > ohci0: mem 0xf7efc000-0xf7efcfff irq 11 at > device 12.0 on pci0 > usb0: OHCI version 1.0 > usb0: SMM does not respond, resetting > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 3 ports with 3 removable, self powered > ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), It's attached to ugen instead of uplcom/ucom > On a hardware notes ive read, that it needs a 'uplcom' driver, so i > loaded it to kernel: > root# kldstat > Id Refs AddressSize Name > 16 0xc010 3516a0 kernel > 21 0xc1e4a000 7000 linprocfs.ko > 31 0xc1ec 3000 daemon_saver.ko > 41 0xc1ec3000 15000linux.ko > 51 0xc204c000 3000 uplcom.ko > 61 0xc205 4000 ucom.ko You need the drivers loaded _befor_ attaching the device. Otherwise ugen take care of it and uplcom has no chance to take over. -- B.Walter BWCThttp://www.bwct.de [EMAIL PROTECTED] [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"