Results 1 to 9 of 9
Hello, I'm new to this forum and novice in Linux systems. Here I'm posting a problem which is a stumbling block for me and may not for you, so kindly ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-14-2012 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 4
Installation problem
Hello, I'm new to this forum and novice in Linux systems. Here I'm posting a problem which is a stumbling block for me and may not for you, so kindly figure out this issue and help me in fixing this.
I was trying to install Huawei modem in linux mint 13, had been instructed through a manual but experienced no luck.
Check these command prompts
sandy ~ $ su
Password:
sandeep-pc sandy # cd Desktop
sandeep-pc Desktop # cd Linux
sandeep-pc Linux # ls
7zr data.bin install MobilePartner.bin readme.txt SysConfig.dat
sandeep-pc Linux # pwd
/home/sandy/Desktop/Linux
sandeep-pc Linux # ./install /home/Desktop
bash: ./install: Permission denied
sandeep-pc Linux #
Why it says Permission denied? help me in resolving this issue.
regards
sandy
- 11-14-2012 #2
Hello and Welcome.
Those are probably Windows only files. You won't be needing those. See this link.
http://www.linuxforums.org/forum/wir...tart-here.htmlI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 11-14-2012 #3
1. As Mike said, are you sure those files are for Linux? (ELF)
2. Is "Desktop" a user on your system? If not, I'm not sure what the argument does to the install script, but I think you mean this instead:
Or some variation. Desktop isn't a direct sub-folder of /home. It's a sub-folder of each user directory inside of /home, ie.Code:./install /home/sandy/Desktop
Is a valid directory. If the script isn't attempting to make the directory first, you may get that permission denied error, as the path doesn't actually exist.Code:/home/<username>/Desktop
It'd also help a bit to know what the argument you're providing to the script is - I mean I see that it's a path, but a path to what, install location, file location (if so, which file location), etc.?
- 11-15-2012 #4Just Joined!
- Join Date
- Nov 2012
- Posts
- 4
Confused
Those are Linux files only and Desktop is not user(since I haven't intentionally created them) I just gave my name at the time of installation . I'm really dumb for your further questions and reasoning. But just tell me some baby steps which can be followed and here I'm to work.
I Just want that Huawei modem E173 to work in my Linux.
Thanks for the respone.
regards
sandy.
- 11-15-2012 #5
Alright.
Well I downloaded the drivers (even though I don't have the card). The reason you are getting a permission denied error is the permissions are wrong. Every file in there has read only permissions, so nothing, not even admin, can run it.
Admin CAN however changed the permissions..but that's not necessary since you should be the owner.
So let's apply default user permissions to all files in that folder:
- This should put you in the driver directoryCode:cd ~/Desktop/Linux
Now you need to give all files the correct permissions, that can be done with:
(default permissions *should* be 644, but you need to be able to execute (the install script at least), so 744 allows for execution. The asterisk simply means "all files.")Code:chmod 744 *
Now you need to run this script as root, to do this, you can type:
You can then type your password, the prompt should change from a $ to a #Code:su
Now you need to run the installation script, you can do that simply by typing:
The installation script will now start, you will get this prompt:Code:./install
The square brackets at the end are the default option (if you don't type anything and just hit enter), I can't tell you much about the other options (defaults are typically all okay, though), but for this one, it's definitely okay, you can just hit enter here.Code:Please input the absolute path for install[/usr/local/Movistar_3.5G]:
From here my installation failed because it tried to find the actual modem and it failed. So you'll have to see what happens to yours.
If it fails, pleae copy/paste any output it gives you, as that helps greatly in tracking down the problem.
Hope this helps!
- 11-16-2012 #6Just Joined!
- Join Date
- Nov 2012
- Posts
- 4
I think I'm successful
I have 2 sets of softwares for same modem: got them from different sources.
First drivers which we were discussing about is buggy I think, after applying permission and pressing just enter(hasn't given any path), ended up with installation failure. But I have different set of drivers, by applying same logic it went very fine and terminal clearly said installation was successful. My concerned dashboard was opened and I could able to create my network profile, but when i hit connect button, dashboard says connected but no internet in my computer. Do you have any clue about this. So far your guidance was great; expressing my gratitude.
regards
sandy.
- 11-16-2012 #7
Unfortunately I know a little less about this, but I can try and help. I'm assuming you're using the Cinnamon DE, this correct? Or are you using MATE or KDE or something?
If you're using Cinnamon, there should be a computer icon in the bottom right that has your internet status when you mouse over it, when you click it, you can go to the network settings. From there, make sure the wireless card is enabled. Even if it's not connected to a network, you should have a "hardware address", which looks something like this: A2:B3:C4
5:E6:F7 - and make sure it's 'ON'.
From there click "Network Name" dropdown, and select the network, if the network you want to connect to isn't shown, hit 'Other...'. There you can type in the network name, security type, and your password.
If you're not using cinnamon we'll have to try something else.
- 11-18-2012 #8Just Joined!
- Join Date
- Nov 2012
- Posts
- 4
It seems O.S its self is buggy, I can't even switch on my wifi adaptar there! it very tough to deal, when I open manual.doc for instructions, entire system hangs, so thinking of getting rid of this os. Thanks for you precious help, will be in touch. Thanks and regards
sandy.
- 11-19-2012 #9


1Likes
Reply With Quote

