LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-20-2014, 08:33 AM   #1
BlackSwan
LQ Newbie
 
Registered: Aug 2014
Posts: 4

Rep: Reputation: Disabled
Vodafone dongle HSUPA K4510 USB modem installation


I'm trying to install Vodafone dongle K4510 (K3770)

I dit get this instructions:

(1) Insert stick
(2) Dismiss all popups about running the auto install scripts(they can't work)
(3) Open terminal
(4) cd $HOME
(5) mkdir vmb
(6) cd vmb
(7) (cd "/media/Vodafone Mobile Broadband ”?.0 && tar -cf - .) | tar -xf -
(8) chmod +x autorun.sh install_linux
(9) sudo ./autorun.sh
(10) Type user password
(11) Wait for last command to finish, then close terminal

I get stuck at point (7) what to do next.
Can somebody explain what to do?

What I did so far:
I copied all files to /home/vmb
I did make autorun.sh and install_linux executable
I opened here the terminal and sudo ./autorun.sh
After entering the password I get a new terminal with:

You must run the install process by root.
Press any key to exit.

I have LinuxMint 14.04 LTS
 
Old 08-20-2014, 02:46 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
are you sure that the dongle doesn't "Just Work"?
have you tried creating a new mobile broadband connection from network manager?

Quote:
Originally Posted by BlackSwan View Post
(7) (cd "/media/Vodafone Mobile Broadband ”?.0 && tar -cf - .) | tar -xf -
I get stuck at point (7)
does that folder even exist?
 
Old 08-21-2014, 02:18 AM   #3
BlackSwan
LQ Newbie
 
Registered: Aug 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
I have created a connection but the dongle didn't work.

Can you explain in a few steps what to do at point (7)

(7) (cd "/media/Vodafone Mobile Broadband ”?.0 && tar -cf - .) | tar -xf -

cd /media/Vodafone Mobile Broadband (I understand what to do and the folder is there)
What to do next with

?.0 && tar -cf - .) | tar -xf - (I did not understand here what to do)
 
Old 08-21-2014, 02:48 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by BlackSwan View Post
I have created a connection but the dongle didn't work.
can you be more precise? which steps? error messages? did you succesfully create a connection (does the systray icon change), but cannot connect to the internet?
Quote:
(7) (cd "/media/Vodafone Mobile Broadband ”?.0 && tar -cf - .) | tar -xf -
this is not any sort of syntax i recognize.
maybe the command is simply wrong.

what distro are you using?

is this your dongle?
 
Old 08-21-2014, 04:20 PM   #5
BlackSwan
LQ Newbie
 
Registered: Aug 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
Yes, it is the dongle I have.
Distro: linuxmint 14.04.

I copied all files to /home/vmb
I did make autorun.sh and install_linux executable
I opened here the terminal and sudo ./autorun.sh
After entering the password I get a new terminal with this error:

You must run the install process by root.
Press any key to exit.

Why did i get this error?
I would say that with the command sudo I am installing as root.

what does this commands do?
tar -cf -
tar -xf -
 
Old 08-23-2014, 07:26 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i really have to ask, what is so special about your dongle that you cannot use it with utilities provided by your packet manager (software center)?
most distros (and esp. ubuntu-based) have excellent support for mobile broadband devices.

downloading binaries from some website (where did you get it from?) should really be the very last resort, not the first.

also, there is no linuxmint 14.04.
either you mean linuxmint 14, which is dead, end of life; or you mean linuxmint 17, which is based on ubuntu 14.04 LTS.

Last edited by ondoho; 08-23-2014 at 07:29 AM.
 
Old 08-23-2014, 08:37 AM   #7
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
USB_ModeSwitch...

Use the command "lsusb" to see the modem's device ID number. The Internet tells me that if it is 12d1:14c5, it is not seen as a modem, but if 12d1:14cb, it should function as a modem.

A USB modem like this is usually switched from being seen as a CD-ROM to being seen as a modem with USB_ModeSwitch, which should be included as a package in your Mint installation. You may need to install the latest version of the package.

Of course, even after switching, the modem has to perform a dial-up and be connected.

The important first question - is it being switched? Post back with this basic information. Otherwise, trying to help you out isn't likely to get anywhere.

Last edited by thorkelljarl; 08-24-2014 at 12:39 PM.
 
Old 08-23-2014, 05:52 PM   #8
BlackSwan
LQ Newbie
 
Registered: Aug 2014
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
i really have to ask, what is so special about your dongle that you cannot use it with utilities provided by your packet manager (software center)?
most distros (and esp. ubuntu-based) have excellent support for mobile broadband devices.

downloading binaries from some website (where did you get it from?) should really be the very last resort, not the first.

also, there is no linuxmint 14.04.
either you mean linuxmint 14, which is dead, end of life; or you mean linuxmint 17, which is based on ubuntu 14.04 LTS.
Sorry, yes i have linuxmint 17 based on ubuntu 14.04

The software is on the dongle itself.

Last edited by BlackSwan; 08-23-2014 at 05:56 PM.
 
Old 08-24-2014, 02:30 AM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Can you see the version# of the tar file?
If so post the entire name here.
 
Old 08-24-2014, 03:39 AM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,800

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
@BlackSwan: Plug in your device and report the output of
Code:
dmesg|tail
That may help others determine the next steps.

The following can be helpful with detecting if the device is recognised and a driver loaded.
Code:
usb-devices
*Report just the output block associated with the broadband dongle.
 
  


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
[SOLVED] how to install dlink dwm-156 hsupa usb adapter(3g modem) in ubuntu 13.10? rubankumars Linux - Hardware 1 02-25-2014 06:01 AM
New Vodafone 3G USB modem unresponsive with Ubuntu 10.8 Operating System Mayan820 Linux - Newbie 2 12-08-2010 07:14 PM
vodafone usb modem installation problim Iaan Grobler Linux - Newbie 3 05-08-2010 07:34 PM
[SOLVED] UNR + Vodafone 3G usb Dongle fusion1275 Linux - Newbie 1 09-21-2009 06:25 AM
Getting a Vodafone usb modem working with Debian Completely Clueless Linux - Networking 2 01-30-2009 02:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:03 PM.

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