0
RevJim

Calling all geeks: Linux net help

Recommended Posts

OK, I am really liking this Red Hat 9 (after a shit load of tweaking), but I have hit a wall. I have my printer and scanner hooked up perfectly to the RH9 machine, but for the life of me I can't figure out how to share them on my network. In fact, I can't even see them on either my XP or my 2000 machines.

I' ve done quite a few searches and come up empty handed. Is there a setting in Linux that needs to be changed for Windows to see it, or is it vice versa, allowing Windows to 'see'?

AARRGGHH! (and don't even get me started on 'WINE'. :S)

Also for some reason, the Linux version of Folding @ Home crashes the kernal, constantly.
It's your life, live it!
Karma
RB#684 "Corcho", ASK#60, Muff#3520, NCB#398, NHDZ#4, C-33989, DG#1

Share this post


Link to post
Share on other sites
Quote

Quote

http://www.tldp.org/HOWTO/SMB-HOWTO-9.html

bam:P

All you have to do is ask google and it'll tell you the answers.:P:P



I tried that, and I must not have had the right keywords!

Thanks dave....off to experiment!



Keep www.tldp.org in your favorites list if you plan on using linux, you will find the EVERYTHING there... I refered to that site alot while learning linux. Another great source is to get on IRC and goto the "undernet" and check out the #linuxhelp room

FGF #???
I miss the sky...
There are 10 types of people in the world... those who understand binary and those who don't.

Share this post


Link to post
Share on other sites
Guest
Rev,

If you loaded Samba on the initial installation, you can invoke the Samba daemons by opening a command window and typing--

smbd -D
nmbd -D

(both of these commands are case sensitive)

You should probably grep those two first, to see if they show up with PIDs.

open a terminal window and type--

ps -ef|grep smbd
ps -ef|grep nmbd

If you don't see these processes or can't invoke them, you'll have to install Samba from CD (the RPM for Samba shouldn't have any unusal dependencies, so it should go right through).

Then start a Konqueror session and put "smb: / /" in the address (note the space between the slashes).

You should see any shared devices at that point.

You should also make sure the permissions apply to all users, not just root, but that should be automatic.

I may be leaving out a step or two, so I'll leave it to others to fill in the holes.

mh

.

edit to add ps - did you uncomment the /etc/smb.conf?

Share this post


Link to post
Share on other sites
thanks mark. I'm on campus now, and the next time I'll be at home and awake enough to play with it is wed. afternoon. thanks for the help, I'll be using your post as my starting point!
It's your life, live it!
Karma
RB#684 "Corcho", ASK#60, Muff#3520, NCB#398, NHDZ#4, C-33989, DG#1

Share this post


Link to post
Share on other sites
A few other tips and tricks.

You can type:
rpm -qa | grep samba


to see if you have the samba packages installed.

Since this is Redhat, the keyboard commands for starting samba are probably in /etc/init.d/

So you can type:
/etc/init.d/smb status


to see if the samba daemon is running.

You can type:
/etc/init.d/smb start


to start samba, and...

/etc/init.d/smb stop

to stop samba.

Let us know if you are using KDE or Gnome or just trying to do this from shell commands. KDE or Gnome will each have graphical samba configuration tools, or you can install SWAT ('rpm -qa | grep swat' to see if it is installed) to manage Samba from a web browser. Or you can use the How-To Aggiedave refers to for setting it up manually.

Share this post


Link to post
Share on other sites
Using gnome (for now), but plan on switching to pure console once i figure it all out. it's all newto me, which actually makes it kinda fun.
It's your life, live it!
Karma
RB#684 "Corcho", ASK#60, Muff#3520, NCB#398, NHDZ#4, C-33989, DG#1

Share this post


Link to post
Share on other sites
Guest
Quote

Using gnome (for now), but plan on switching to pure console once i figure it all out. it's all newto me, which actually makes it kinda fun.



Yup, Linux is kewl beanz...B|

Which inspires me to create another techie thread...

mh

.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0