LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-06-2003, 02:31 PM   #16
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31

It is good news to hear that you are making progress.

In order to browse the shares on your network you need to install a
package such as LinNeighborhood, or gnomba, or xfsamba.

Look on your SuSE CDs for a package LinNeighborhood.
 
Old 08-12-2003, 07:17 AM   #17
Adibe_Hamm
Member
 
Registered: Jul 2003
Posts: 36

Original Poster
Rep: Reputation: 15
Hey Corin,

my Samba connection and cofiguration is now working as expected.

Thanks to u all here that did help.

Ad

Last edited by Adibe_Hamm; 08-12-2003 at 07:24 AM.
 
Old 08-12-2003, 07:48 AM   #18
Adibe_Hamm
Member
 
Registered: Jul 2003
Posts: 36

Original Poster
Rep: Reputation: 15
But how do I get HP Deskjet 3820 Printer drivers to work with Linux. Coincidentally the Printer configuration set up under Linux, does not even include an option of Installing Drivers thru an exchangeable Drive. Really sucks.
 
Old 08-12-2003, 08:51 PM   #19
Corin
Member
 
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446

Rep: Reputation: 31
Hi Adibe_Hamm!

Glad to hear that you got your SAMBA configuration all working,
and thank your for coming back and letting us know that it is fully functional.

Your printer question should really go in a new thread since it is unrelated to the question of SAMBA. I am sure you will do that next time.

For all your printing needs, the one stop shopping place to go is

<http://www.linuxprinting.ORG>

and going to the printer database page and pulling down the menu for
HP and model Deskjet 3820, we are sent to the Foomatic Printer Support Database entry for
HP DeskJet 3820
HP DeskJet 3820
Color inkjet printer, max. 4800x1200 dpi, works Perfectly
Recommended driver: hpijs (Home page, view PPD, download PPD)

So what you should do, is install the CUPS printer package from your SuSE installation CDs (again using YaST2). This should also install some other packages -- foomatic and ghostscript if they are not already installed. Once this is done, fire up a web browser and point it to localhost:631 and login through the web interface as root and configure the printer with the hpijs driver.

Look at Chapter 7 of the Suse Linux 8.2 Administration Guide, details on YaST2 configuration is on page 151, and the entry for CUPS is on page 183.

You can see some more information at

http://www.linuxprinting.org/cups-doc.html

but note that you should not need to download and install any of the software mentioned there, since Yast2 will install it for you, execpt you might want to check though if the files align.ps and alignmargins are installed, and install these additionally.
 
Old 08-19-2003, 05:00 AM   #20
Adibe_Hamm
Member
 
Registered: Jul 2003
Posts: 36

Original Poster
Rep: Reputation: 15
Good day all,

can anyone pls help. I created a share file/directory under samba, tried to access it thru Windows server, but keeps asking me for :

USERNAME and PASSWORD, i tried to access it as either "root" or Windows user but wont go.
 
Old 08-22-2003, 09:27 PM   #21
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
If you want anybody to be able to access a share you can add "guest ok = yes" to /etc/samba/smb.conf. You can also specify "valid users", "invalid users" and more. "man smb.conf" has descriptions of many options. Your windows user name / password should match the samba user name / password for you to access shares.

Last edited by zmedico; 08-22-2003 at 09:51 PM.
 
Old 08-27-2003, 10:37 PM   #22
ajcamp
LQ Newbie
 
Registered: Jan 2003
Location: Longmont, CO
Distribution: Debian, RH, Knoppix
Posts: 9

Rep: Reputation: 0
Samba

Hi,

I've found that

[Global]
encrypt passwords = YES|NO

setting is a good starting point for debug.
WIN95/98 Usually has encryption Turned Off
WIN2000 Has encryption turned on. If you can't get authenticated, try toggling on and off password encryption.

I suggest creating a plain vanilla smb.conf
to debug with rather than the verbose example script provided.
Try This smb.conf

[global]
encrypt passwords = No
workgroup = workgroup
[homes]


Make sure the same username and password exists identically in WIN, Linux, AND SMB Password File! Make sure the workgroup names are the same, WIN goes burserk handling multi workgroups.

Browsing the Windows Network (getting a browse list from the Master) does not require authentication! In fact supplying a password may make it fail.

# smbclient -L <IP> or localhost

use the IP address in case there's something wrong with the WINS Name Service.

make sure there's a Master Browser Listed. If not, there's something screwy with the WIN box. If the network is WIN98 or older (No NT or WIN2000) you can safely make the samba server the master browser by setting the directives in the [global] section.

[global]
local master=yes
os level=65
domain master=yes
preferred master=yes
wins server=<IP>

MAKE SURE YOU RESTART THE SMB SERVICE AFTER ANY CHANGES TO smb.conf !

Then try your local samba server

$ smbclient //localhost/homes

You should be put in your home directory.

Then try your Windows box using one of it's resource names

$ smbclient //localhost/resource-name or
$ smbclient //IP-ADDRESS/resource-name

Good Luck
acamp@linuxonsite.com
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Configuring Samba alexr186 SUSE / openSUSE 1 10-18-2005 09:19 AM
Configuring Samba sibtay Linux - Networking 3 10-04-2004 12:21 PM
Need ur help in configuring Samba safrout Linux - Networking 3 06-24-2004 04:04 AM
configuring samba raven Linux - Software 1 06-10-2002 07:56 AM
configuring samba gxd2639 Linux - Networking 2 03-13-2001 06:06 PM

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

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