Author Topic: "Unable to open device /dev/ttyHS"  (Read 1255 times)

Offline eddiemouse

  • Full Member
  • ***
  • Posts: 116
  • Hi
"Unable to open device /dev/ttyHS"
« on: November 30, 2010, 01:04:28 PM »
Hi, can somebody help me with this problem. I try to connect to the internet but when
I try to setup the modem using the Pclinuxos control center it gives me the following
error

"Unable to open device /dev/ttyHS"

I use the 3G/GPRS setup.

"It picks up the 3G modem as "N.V. Globetrotter HSDPA Modem"

I use Pclinuxos 2010.10 KDE"

Greetings
Eddie

Offline ourasi

  • New Friend
  • *
  • Posts: 9
Re: "Unable to open device /dev/ttyHS"
« Reply #1 on: November 30, 2010, 02:22:17 PM »
I wrote last summer advice how to make Globetrotter HSDPA Modem and Nokia CS-15 work in PCLinuxOS. That thread was later removed for some reason, and I can't remember exact solution anymore.

Nowadays I use NetworkManager + applet, they work much better with 3G modems.

Offline gseaman

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3794
Re: "Unable to open device /dev/ttyHS"
« Reply #2 on: November 30, 2010, 02:26:41 PM »
If it is anything like my modem, it may be /dev/ttyHS0, /dev/ttyHS1, etc.
I would try ls /dev/ttyHS* and see what is listed, then make a symbolic link pointing to the correct location:

su <enter password>
ln -s /dev/ttyHS /dev/ttyHS0

That may be all there is to it. Then again, 3g modems seem to defy logic.  ::)

Galen