LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-01-2003, 02:57 PM   #1
Baldorg
Member
 
Registered: Sep 2003
Location: GMT (-5)
Distribution: Mandrake 9.1
Posts: 288

Rep: Reputation: 31
Question Linux n00b in need of help...


#1: How do I find the Hard Disk information? Like space left or used...

#2 How do I install and configure SANE? I have an AGFA Snapscan E20 usb scanner. I went to the SANE Website but found no instructions whatsoever.

#3 I have problems burning CD's, when I ran K3b Setup it asked to install the following programs: Emovix, Tccat, TcDecode, Tcextract,Tcprobe,TcScan, Transcode,Vcd xbuild, Vcd Xgen. Where do I get those programs?

#4 Is There a .NET Messenger Client for Linux?

I use Mandrake 9.1 with Kernel: 2.4.21-0.13

Thanks for your help.
 
Old 09-01-2003, 03:12 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
# How are the hard drives partitioned
fdisk -l

# How much free/used drive space
df -h

# Show disk usage by current directory and all subdirectories
du | less


# Guides to software management
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

There are lots of messenger clients
# Find software here
The table of equivalents, replacements, analogs of Windows software in Linux
Freshmeat
Sourceforge
rpmfind

# Mandrake links
Mandrake home page
Mandrake Users website
Easy urpmi config for Mandrake
urpmi mini-HOWTO
Easy software management: Red Carpet
Maximum RPM
rpmfind
You didn't install the developmental packages? As root, command:
urpmi gcc
An Introduction to the Midnight Commander. You can install it by commanding:
urpmi mc
Midnight Commander home page
 
Old 09-01-2003, 03:14 PM   #3
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
#1 You can view disk usage using Kdiskfree. It is under Applications>Monitoring in the Mandrake menu.

#2 I've never set up a scanner, but I think you should plug it in to the usb port, then open the mandrake control center. Click on Hardware, then open "scannerdrake". It is a wizard for setting up the scanner.

#3 You can run K3b without many of these programs if you don't have a need for making video cds or bootable movie cds.

#4 I'm not sure. Gaim is supposed to work for instant messaging on a lot of networks.
 
Old 09-01-2003, 03:19 PM   #4
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
One other thing, you should go here: http://plf.zarb.org/~nanardon/

Follow the directions for setting up sources for rpms. You can then automatically download and install a variety of applications using the mandrake control center. (under software management). The plf source repository has applications that cannot be included in Mandrake due to liscensing issues. You can browse the software available for install and select the things missing for K3b to use.
 
Old 09-01-2003, 03:29 PM   #5
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well .NET is a microsoft technology so no you wont' get a .NET msn client...but you can get amsn which is a very good clone to the regular msn....as of k3b i don't think you need any of that to burn a cd....k3b is just actually looking to see if you have them programs on your box, if not, don't lose sleep over it...all k3b needs to find is cdrdao and cdrecord....and if it finds them two things, the you'll be able to burn cds...
 
Old 09-01-2003, 06:26 PM   #6
Baldorg
Member
 
Registered: Sep 2003
Location: GMT (-5)
Distribution: Mandrake 9.1
Posts: 288

Original Poster
Rep: Reputation: 31
I set up my scanner trough Mandrake Control Center and when I opened Xsane I got this: Failed to open device 'snapscan:/dev/usb/scanner0':Invalid Argument.
 
Old 09-02-2003, 01:03 AM   #7
floyd
Member
 
Registered: Apr 2002
Location: Sydney, Australia
Distribution: Mandrake
Posts: 73

Rep: Reputation: 15
If you are using KDE, Kopete is a very nice little Instant Messaging program that can connect to MSN/ICQ/AOL/Yahoo as well as Jabber.

http://kopete.kde.org/
 
Old 09-02-2003, 04:53 PM   #8
Baldorg
Member
 
Registered: Sep 2003
Location: GMT (-5)
Distribution: Mandrake 9.1
Posts: 288

Original Poster
Rep: Reputation: 31
Also: What is the program to use webcams?
 
Old 09-17-2003, 03:42 AM   #9
ginge12
LQ Newbie
 
Registered: Sep 2003
Location: Southampton
Distribution: Mandrake 10 CE
Posts: 27

Rep: Reputation: 15
Quote:
Originally posted by Baldorg
I set up my scanner trough Mandrake Control Center and when I opened Xsane I got this: Failed to open device 'snapscan:/dev/usb/scanner0':Invalid Argument.
Have you been helped atall with this problem as I have the same trouble????
 
Old 09-17-2003, 04:49 AM   #10
yapp
Member
 
Registered: Apr 2003
Location: Netherlands
Distribution: SuSE (before: Gentoo, Slackware)
Posts: 613

Rep: Reputation: 30
For msn, I'd recommend kmess. Because Microsoft tries to block all third-party clients, you might want to download the CVS-version, and compile from source. (at least, after 15 october) The latest CVS versions have support for the new messenger protocol.

compiling kmess:
Code:
- download the src file.
- open an shell in the directory. (or 'cd' to that folder)

tar zxf kmess-1.2.1.tar.gz
cd kmess-1.2.1

- Often you want to study ./configure --help, and the README / INSTALL first

./configure
make   (you'll see all compiler commands, which is quite funny)
su    (enter your root password)
make install    (or checkinstall)

cd ..
rm -R kmess-1.2.1
exit    (exit root shell)

- check your Internet menu, or type "kmess" at the prompt.
or downloading the cvs:
Code:
export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kmess
cvs checkout kmess
cd kmess
make -f Makefile.dist
(run the configure etc...)
Quote:
Originally posted by Baldorg
Also: What is the program to use webcams?
Most webcams, tv-capture cards, etc... are all "Video4Linux" devices. You can use any v4l program to capture your webcam ;)

Last edited by yapp; 09-17-2003 at 04:55 AM.
 
Old 02-15-2004, 07:11 PM   #11
silburnl
LQ Newbie
 
Registered: Feb 2004
Distribution: Mandrake 9.2
Posts: 7

Rep: Reputation: 0
Quote:
Originally posted by ginge12
quote:
Originally posted by Baldorg
I set up my scanner trough Mandrake Control Center and when I opened Xsane I got this: Failed to open device 'snapscan:/dev/usb/scanner0':Invalid Argument.
Have you been helped atall with this problem as I have the same trouble????
I had this problem as well, but have managed to sort it out. What I did:

1 - Copied the snape20.bin driver (other models will have different driver files of course) from the scanner resource CD [you still have the resource CD right?] to a sensible place - I used /usr/bin.

2 - Added a 'firmware' entry into the snapscan.conf file giving the full path and filename of the driver.

This stopped xsane throwing the 'Invalid Argument' error but now it was failing to locate a suitable device despite the scanner being plugged in and switched on.

I used sane-find-scanner and the scanner was there alright, but doublechecking with scanimage -L resulted in no scanning device being found. A bit more hunting around on the web turned up this blog entry:

http://cpbotha.net/weblogs/benjamin/...s/2003_03.html

"Update: My scanner is working now. Don't laugh... The problem was, I got a "Connection refused from 127.0.0.1" in my syslog. So I had to add localhost to my /etc/hosts.allow. That was it."

I quickly confirmed that I was getting similar behaviour to what Benjamin described and adding

ALL:localhost

into my hosts.allow file sorted the problem out for me also.

Hope this helps

Regards
Luke
 
Old 04-08-2004, 05:46 AM   #12
phil81
Member
 
Registered: Jun 2003
Location: France
Distribution: Lenny/sid
Posts: 141

Rep: Reputation: 15
Ok Tying again with the scanner 1212U

Been over the previous post and got nowhere
the scanner is visible but i still get invalid argument

I have an other post running here on the same problem

http://www.linuxquestions.org/questi...hreadid=167696


Last edited by phil81; 04-09-2004 at 08:55 AM.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
n00b to linux, not hopeless though amdalltheway Linux - Hardware 8 11-18-2004 06:51 PM
Linux N00b Needs Help With GKrellM Jstylz0383 Linux - Hardware 3 08-17-2004 02:04 AM
linux n00b.... Digital_Err0r Linux - Newbie 1 03-11-2004 10:46 AM
100% Linux n00b with a ton of Linux questions Foxy Linux - General 21 07-30-2003 03:47 PM
help! Several problems for a linux n00b... Randolpho Linux - Hardware 4 03-18-2003 02:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:28 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