Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-05-2006, 11:11 PM
|
#1
|
Member
Registered: Apr 2006
Distribution: Kubuntu 8.04
Posts: 129
Rep:
|
Kubuntu 6.06 problem
Hello, my problem is i installed Kubuntu and it works, but i cannot install anything.
for instance...
./setup
/bin/bash: bad interpertation
what does this mean, do i need to install other stuff, im trying to get my modem to work!
Last edited by tidiman07; 07-05-2006 at 11:12 PM.
|
|
|
07-05-2006, 11:35 PM
|
#2
|
Member
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Rep:
|
can you not run any script, or just that one?
|
|
|
07-06-2006, 11:48 PM
|
#3
|
Member
Registered: Apr 2006
Distribution: Kubuntu 8.04
Posts: 129
Original Poster
Rep:
|
I cannot seem to run any scripts, i tried others, same error!
|
|
|
07-06-2006, 11:52 PM
|
#4
|
Member
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Rep:
|
try "sudo apt-get --reinstall install bash"
|
|
|
07-07-2006, 01:34 PM
|
#5
|
Member
Registered: Apr 2006
Distribution: Kubuntu 8.04
Posts: 129
Original Poster
Rep:
|
Yo binary_y2k2, thanks for your response.
It turns out that it could not run because the files were in a secondary hard drive- so i moved them to one with installed OS, it worked.
NOW its shows another problem;
tidiman07@tidiman07-desktop:~/Desktop/pctel-0.9.7-9-rht-5$ ./setup
checking for running kernel version...2.6.15
./configure: line 32: make: command not found
checking for ptserial...ptserial-2.6.c
checking for gcc..../configure: line 353: gcc: command not found
** error
no suitable gcc version could be found.
please install gcc.
./setup: line 8: make.log: Permission denied
** compilation error
I checked package manager and it show GCC installed.
[p.s im trying to install modem]
|
|
|
07-08-2006, 02:11 AM
|
#6
|
Member
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Rep:
|
you need the build-essential package, which will install make, gcc and some other things you will need.
|
|
|
07-08-2006, 07:34 AM
|
#7
|
Member
Registered: Apr 2006
Distribution: Kubuntu 8.04
Posts: 129
Original Poster
Rep:
|
so i finally figured out how to get build-essentials from cd, and i though i was done, NOT! I even installed linux headers for good measure but i get error, i am going to contact discuss@linmodems.org
make -C /usr/src/linux-headers-2.6.15-23 M=/home/tidiman07/Desktop/pctel-0.9.7-9-rht-5/src
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-23'
WARNING: Symbol version dump /usr/src/linux-headers-2.6.15-23/Module.symvers
is missing; modules will have no dependencies and modversions.
LD /home/tidiman07/Desktop/pctel-0.9.7-9-rht-5/src/built-in.o
CC [M] /home/tidiman07/Desktop/pctel-0.9.7-9-rht-5/src/linmodem-2.6.o
/home/tidiman07/Desktop/pctel-0.9.7-9-rht-5/src/linmodem-2.6.c:1057: warning: initialization from incompatible pointer type
/home/tidiman07/Desktop/pctel-0.9.7-9-rht-5/src/linmodem-2.6.c:1058: warning: initialization from incompatible pointer type
/bin/sh: scripts/genksyms/genksyms: No such file or directory
make[2]: *** [/home/tidiman07/Desktop/pctel-0.9.7-9-rht-5/src/linmodem-2.6.o] Error 1
make[1]: *** [_module_/home/tidiman07/Desktop/pctel-0.9.7-9-rht-5/src] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-23'
make: *** [all] Error 2
|
|
|
07-10-2006, 11:53 AM
|
#8
|
Member
Registered: Apr 2006
Distribution: Kubuntu 8.04
Posts: 129
Original Poster
Rep:
|
i have decided to try and install kernel 2.6.17.4, , you know any good guides?
|
|
|
08-06-2006, 02:29 PM
|
#9
|
Member
Registered: Jul 2003
Location: San Francisco, CA, USA
Distribution: Kubuntu Hardy
Posts: 103
Rep:
|
There are extensive directions for installing the pctel drivers on Ubuntu Dapper located here:
http://ubuntuforums.org/showthread.php?p=1321946
In addition to build-essential, you need "linux-headers-386". That's probably your current problem. Good luck.
|
|
|
08-06-2006, 10:41 PM
|
#10
|
Senior Member
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088
Rep:
|
I don't know if a new kernel will fix your problem, but Here is a guide to compiling a 2.6 kernel on Debian based distros.
Also, there should be a generic guide on www.tldp.org or search google.
I hope this helps
--Ian
|
|
|
08-07-2006, 10:19 PM
|
#11
|
Member
Registered: Apr 2006
Distribution: Kubuntu 8.04
Posts: 129
Original Poster
Rep:
|
oh, sorry already fixed! reinstalled ubuntu, not much for patience!
|
|
|
All times are GMT -5. The time now is 06:44 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|