LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-29-2005, 04:29 AM   #16
bcal
Member
 
Registered: Nov 2004
Distribution: FC3/winXP dual-boot
Posts: 61

Rep: Reputation: 15

Glad to hear you're getting there...The ethernet connection, what exactly do you want to do? I have a similar setup except that XP is on another desktop, not a laptop, and I don't always want to connect to it. I also don't particularly want the XP machine to see the Linux machine, I just want the linux machine to be able to read and write files to a swap folder on the XP machine. This just involves MOUNTing the relevant folder on the XP machine to the linux filesystem. I do it as follows, someone may post a better way.

1) for the LAN setting on the XP machine, assign a static IP address, eg 192.168.0.2. Also for the linux eth0 setting, eg 192.168.0.1 - in FC2 this can be set in the eth0 window of network configuration, presumably something similar in SUse.
2) if the XP machine is firewalled, allow communication from the linux machine address
3) share the XP swap folder on the network. Assign "everybody" read and/or write access as appropriate
4) mount the XP swap folder to the Linux filesystem. I use the command
mount -t smbfs -o username=<your_username_on_XP> //192.168.0.2/<rest_of_path_to_swap_folder(not including "C:")> /mnt/<linux_folder_name>/
This should mount the XP folder to the relevant subfolder in /mnt on linux (create the subfolder first). You can now browse /mnt/<folder>, read files, write files if you've given permission for that on theXP share setup, etc.
5) Do whatever you want to do
6) umount /mnt/<foldername> to lose the folder from the linux filesystem
7) unshare the XP folder to keep things secure on the XP machine
 
Old 02-03-2005, 07:56 PM   #17
Dycen
LQ Newbie
 
Registered: Jan 2005
Posts: 9

Original Poster
Rep: Reputation: 0
Okay long time no hear, sorry some of us do work
lol... Anyways VERY important to get these avi's converted to DVD format ANY IDEAS????
 
Old 02-03-2005, 08:09 PM   #18
tw001_tw
Member
 
Registered: Mar 2003
Location: St. Louis, MO
Distribution: kubuntu-current
Posts: 551
Blog Entries: 4

Rep: Reputation: 31
http://tovid.sourceforge.net/

This will Convert the avi's to DVD compliant mpegs.

I can't find my notes on the use of it - otherwise, I'de give you a head start.
If I run across them later, I'll post more.

-tw

Last edited by tw001_tw; 02-03-2005 at 08:11 PM.
 
Old 02-04-2005, 12:12 AM   #19
Dycen
LQ Newbie
 
Registered: Jan 2005
Posts: 9

Original Poster
Rep: Reputation: 0
Tovid

Its working Umm I think??? lol it says that its probing the files for information, but its said that for about an hour now??? Anything more user friendly by chance? Im not complaining but Im not sure if its working there fore kinda looking for backups
 
Old 02-04-2005, 11:20 PM   #20
tw001_tw
Member
 
Registered: Mar 2003
Location: St. Louis, MO
Distribution: kubuntu-current
Posts: 551
Blog Entries: 4

Rep: Reputation: 31
If using a tovid command line like:

Code:
tovid -ntsc -dvd -force <input_filename.avi> <output_filename.mpg>
does not work, have you tried using the command:
Code:
tovid-interactive
???

Maybe someone has found a better way, but in my search for converting
avi's to dvd complient mpg's, I stopped looking once I found tovid. There is
anather way I know of, but its quite a bit more complicated. (using mplayer,
tcrequant, & mplex - yes multiple steps.)
Let us know.
-tw
 
Old 02-05-2005, 05:27 PM   #21
Dycen
LQ Newbie
 
Registered: Jan 2005
Posts: 9

Original Poster
Rep: Reputation: 0
Okay well...ummm

Okay so it crashed me. lol I had to reinstall. And now faced with ALOT more problems than originally arose. Im not complaining I think it was my fault. Okay anybody know where to find A DELL e772c driver or at least mazbe the settings so that it works with suse 9.1. Or possiblz the settings for a tzpical dell keyboard to keep from tzping Y instead of Z and vice versa.....Or anzthing that makes a friggin dell work....Tovid was working great but I over whelmed the poor system and it just kinda blew up. Like I said mz fault but these problems are getting to be a bit more of a hassle than the norm Thanks in advance once again. The Monitor thing is reallz the pressing issue...And how can zou tell which NVIDIA card you actuallz have_
 
Old 02-06-2005, 03:26 PM   #22
tw001_tw
Member
 
Registered: Mar 2003
Location: St. Louis, MO
Distribution: kubuntu-current
Posts: 551
Blog Entries: 4

Rep: Reputation: 31
Quote:
The Monitor thing is reallz the pressing issue...And how can zou tell which NVIDIA card you actuallz have_
Not sure what "monitor thing" your refering too. Expand on that. But if you type ' lspci ' and find your
video card on that list, that should help in finding the chipset.
Quote:
...Or possiblz the settings for a tzpical dell keyboard to keep from tzping Y instead of Z and vice versa
Since your using Suse, have you gone into Yast and check what keyboard it has you using? Try
that first, as mapping keyboard stuff takes some time (atleast for me).

Also, when you post, if you try somthing & it didn't work, let us know what you did and the results.
The more specific you are, the easier/helpful people can help.

-tw
 
  


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
Dear.what any users want from linux egypt_batman Linux - General 7 12-29-2004 09:10 AM
Oh dear this is confuzing noob@linux Linux - Software 3 08-13-2004 07:54 PM
General Questions From A Newbie....gawd, I Need Help!!! mannymann Linux - Newbie 35 05-11-2004 12:14 PM
DEAR G*D need help PionexUser Linux - Newbie 4 07-15-2003 05:22 PM
oh dear. oh dear oh dear oh dear. ilumin8d Linux - General 2 09-20-2002 05:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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