Solaris 11.2 does not assign serial port to 3g usb modem?


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 11.2 does not assign serial port to 3g usb modem?
# 1  
Old 02-15-2015
Oracle Solaris 11.2 does not assign serial port to 3g usb modem?

In ubuntu etopic i create this udev rules for prolink 3g usb modem:
Code:
SUBSYSTEM=="block",
SUBSYSTEM=="scsi",
ATTRS{idVendor}=="1e0e",
ATTRS{idProduct}=="f000",
ACTION=="add",
RUN+="/sbin/modprobe usbserial Vendor=0X1e0e Product=0Xf000"

After plugging the usb modem, ubuntu assigns the ports /dev/ttyUSB[0-2] to modem and pppd connect with these ports.
When i plug the this 3g usb modem in solaris 11.2 i didn't see any entry for this modem in /dev/cua and /dev/term, solaris 11.2 recognise the modem as usb storage and there is entry for it " 1e0e:f000" in /dev/usb.
please help me how i can get connected to my isp with this 3g usb modem in solaris 11.2?
Moderator's Comments:
Mod Comment Please use CODE tags (rather than ICODE tags) for multi-line sample input, output, or code.

Last edited by Don Cragun; 02-15-2015 at 11:51 AM.. Reason: Change ICODE tags to CODE tags.
# 2  
Old 02-16-2015
# 3  
Old 02-17-2015
i open the link but didn't get any idea how to solve the problem, and which faq is related to my problem.
# 4  
Old 02-17-2015
If the device doesn't have a solaris driver, it's not going to work.
# 5  
Old 02-24-2015
You can try:
Code:
update_drv -a -i "usb1e0e,f000" usbserial

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Connect from USB to serial port of switch

I have someone wanting to connect to the serial management port of a switch from a PC running CentOS6. The management port on the switch is apparently baud 9600, 8 data bits, 1 stop bit & no parity They have plugged in a cable to connect and the output from lsusb is:-Bus 001 Device 001: ID... (7 Replies)
Discussion started by: rbatte1
7 Replies

2. Solaris

How to setup prolink 3.5g hsdpa usb modem in Solaris 11.2?

hi, I am new to solaris, i download the solaris 11.2 support library and as well search the google but didn't find any information about how to setup usb 3g modem in solaris 11.2, any one can please help me with giving any information or web link? (6 Replies)
Discussion started by: shamsat
6 Replies

3. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies

4. Solaris

Help - how to install Solaris T42 via serial port

I did some unix admin many years ago, but since then I have been programming. I now have to install solaris 10 on a T42 via a console/serial cable. Could anyone please provide some help on the following. We have one solaris server up and going, I use Cygwin to get to this (xwin -query ...)... (2 Replies)
Discussion started by: matdave
2 Replies

5. Solaris

Serial Port Connection to a Sunfire V880 (having Solaris 10)

Hi, I'mtrying to connect a Device via the serial port to my Solaris 10 environment (Sunfire V880). I have setup ttyb to connect to the Device. I am getting a connected status in my Port Listing (Using a separate Module that I have in the app running in the environment) but the moment I try to... (0 Replies)
Discussion started by: Alchemist
0 Replies

6. Solaris

network on solaris 10, through usb port...(urgent)

hi all, I have been trying to setup network on solaris10 from a long time but am unable to do so.. I tried it with the ethernet card i have(dfe -520tx) but since i was not able to find drivers for that particular device, i thought of using the usb mode to run network.. However am not able... (0 Replies)
Discussion started by: wrapster
0 Replies

7. UNIX for Dummies Questions & Answers

Freeing up a serial port with a modem connected

I currently access a remote Unix server which has an external modem connected to one of it's serial ports (/dev/cua/b). At times, this server undergoes a hard reset and for some reason this disallows us from making use of the modem any longer. A hard reset of the modem always seems to fix the... (0 Replies)
Discussion started by: ebender1
0 Replies

8. Linux

modem - usb to serial configuration

I have a serial modem connected to a usb port using an adapter cable. The system is a HP DL360. RedHat ES3.0 I am using the device /dev/ttyUSB0 When I issue the command "mgetty ttyUSB0" I get the following output in the log file. How do I get the system to see the modem. 12/02 14:17:55... (2 Replies)
Discussion started by: jshoovie
2 Replies

9. Solaris

Solaris 9 & USR USB Modem Configuration

Hello There, I just wanted to know if there is any possible configuration for setting up my external USR USB Modem in Solaris 9 (x86). Any help is definitely appreciated. Thanks Khurram Bashir (1 Reply)
Discussion started by: khurram
1 Replies

10. Solaris

Solaris 10 ADSL USB modem problem

Hi, I have USB Siemens Santis 100 ADSL modem.I need driver for this modem on Solaris 10.Please help me with some info.Platform is x86.Thanks. (2 Replies)
Discussion started by: Upravnik
2 Replies
Login or Register to Ask a Question