LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-28-2005, 01:41 PM   #16
InterestingDave
LQ Newbie
 
Registered: Mar 2005
Distribution: SUSE personal
Posts: 12

Original Poster
Rep: Reputation: 0

Quote:
Originally posted by Orkie
Finally, you reveal that you are attempting to install a printer driver . Pop over to www.linuxprinting.org and have a look around there.
Cheers Orkie, my main moan is about my Sagem modem though. The printer thing is just a side issue, I am still here using XP and I feel dirty and cheap.
 
Old 03-28-2005, 02:01 PM   #17
Orkie
Member
 
Registered: Mar 2005
Distribution: Breezy Badger
Posts: 248

Rep: Reputation: 30
Have a look on www.google.com/linux and see if it is a winmodem. If it is, then chances are, it wont work, but you never know.
 
Old 03-28-2005, 02:05 PM   #18
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
do you have your kernel-source package installed for that kernel:

rpm -qa kernel-source

post the output of the command above.
 
Old 03-28-2005, 02:25 PM   #19
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
You don't say which sagem modem it is but I found this thread on the fast 800 which I think is the one your are referring to and the howto maybe helpful to you;

http://www.linuxquestions.org/questi...04/12/3/202072

My personal opinion if you are new to Linux then it could well be a nightmare for you. Since you live in the UK there are some very cheap ethernet based modem/routers available and they are dead easy to get going. Believe it not quicker and easier than M$.
If you have a look at the following link and look at the 4 port modem routers from Origo and Trust you cannot get cheaper;

http://www.planetmicro.co.uk/results...Modems&sort=az

I have an Origo which is now a year old and works flawlessly and at the price if it lasts me 2 years I would happy to go and buy another.
Re the printer - Lexmark are just hopeless with Linux. Go down to your local Cash Converters as they always have cheap HP Deskjets available which work very well. This is a thing about Linux look for and support manfacturers who support you. i.e. find out what works with Linux and then go find the cheapest price.
 
Old 03-28-2005, 04:19 PM   #20
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Quote:
Originally posted by ksgill
1) Locate the file ending with .sh and make it executable like this:
chmod +x file_name.sh
2) execute it by:
sh file_name.sh
OR
./file_name.sh
You know you don't have to make a script executable if you're going to use sh filename.sh to run it?
 
Old 03-29-2005, 12:12 PM   #21
InterestingDave
LQ Newbie
 
Registered: Mar 2005
Distribution: SUSE personal
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by __J
do you have your kernel-source package installed for that kernel:

rpm -qa kernel-source

post the output of the command above.
I gave up yesterday after all of those hours of trying, but this is the problem. How do I go about either installing the kernel-source package or finding out where it is (assuming it is in the wrong location)?
 
Old 03-29-2005, 12:18 PM   #22
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
Quote:
Originally posted by Komakino
You know you don't have to make a script executable if you're going to use sh filename.sh to run it?
I didnt notice, thanks for pointing it out to me
 
Old 03-29-2005, 12:59 PM   #23
RockmanExe
Member
 
Registered: Aug 2003
Distribution: Mandriva, Slackware
Posts: 265

Rep: Reputation: 30
Quote:
Originally posted by InterestingDave
I gave up yesterday after all of those hours of trying, but this is the problem. How do I go about either installing the kernel-source package or finding out where it is (assuming it is in the wrong location)?
It should be on your installation cds, but since it's suse personal edition it lacks a lot of developing tools like kernel headers and such, please correct me if i'm wrong.
However, if you find and install the kernel-source package that matches your kernel (by using YAST), it will create the appropiate folders where you need to copy the modem drivers.

Regards
 
Old 03-29-2005, 05:29 PM   #24
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Kernel source is usually installed to /usr/src/`uname -r` Just a FYI so you know where to look once it's installed

And just for the record, a lot of people have problems with RPM-based distrobutions like Suse, but it's a learning curve and if you stick with linux probably one you'll appreciate later on.
 
Old 04-13-2005, 07:16 PM   #25
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
I feel like chiming in here:
regarding sound, you might find my ultra-shourt sound tutorial helpful: http://www.linuxquestions.org/questi...hreadid=312948
at least it should get your mental model straight and tell you what to google for. also, if you use gstreamer, have a look at gstreamer-properties.

regarding running .exe-files:
whatever has been said about being a no-can-do applies to your situation, since it regards the kernel. However, for user-space programs, they can be emulated through wine (google for it, search the rpms for it, ...). It will not do the right thing for drivers (unless someone made a seriously bad call).

btw, £25 for a box is cheap
... unless it's just a cardboard box with a CD in it, in which case it's expensive: Ubuntu will give you CDs for free, including mailing it to you. That is: grand total = 0 (favorite currency); other distros (like debian) let you download CDs for free, or install by net (which, since you don't have net with your kernel) is not an option *now*.

Also, since net, sound and printer is the most difficult issue, I'd like to congratulate you on a pain-free install
I had trouble with both booting windows (when I still had it) and starting X.

regarding ease of installation for (user space) programs (especially), see http://www.linuxquestions.org/questi...0&pagenumber=2
it really is easy, you just don't know it

I see you found your way to User CP -> Edit profile -> distro; perhaps you might want to include a little more info; something along the lines of "Suse Home 9.2 (kernel 2.6.4-52)"; since distro version number and kernel version number aren't tied together, you provide more info this way--it might be the crucial piece of the proverbial puzzle.

Oh, and welcome to LQ; I hope you get the help you need, and get many happy hours using GNU/Linux

hth --Jonas
 
  


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
.exe files meenalborkar Red Hat 2 03-27-2005 11:19 PM
exe files? Cheechi Linux - Software 1 07-12-2004 10:48 PM
Exe Files Zinctek Linux - Newbie 7 02-23-2004 02:24 PM
.exe files pranavk Linux - Newbie 4 11-06-2002 06:25 PM
.exe files Fuzzy_18 Linux - Newbie 2 05-08-2002 01:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:55 AM.

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