LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 03-22-2010, 10:45 PM   #1
bmaben
LQ Newbie
 
Registered: Mar 2010
Posts: 9

Rep: Reputation: 0
Cannot connect printers to Windows server using Ubunti 9.10


Help! I am trying to get windows vista pro to see my printer (xerox 8560 printer) that are connected to my laptop running Ubunto 9.10. The windows network cannot even "see" the printers!

What do I do to fix this problem?
 
Old 03-23-2010, 09:24 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,225

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Have you got a Samba server running on Ubuntu? Have you shared the printer in Samba? If not, those are the first steps.
After the printer works locally on Ununtu, and the above, on Vista, or any other windoze flavour, add the printer as a remote printer. You will have to load the driver from windbloze, from a CD, floppy etc. It will not download from a linux system. After those steps, it will print.
 
1 members found this post helpful.
Old 03-23-2010, 09:45 AM   #3
bmaben
LQ Newbie
 
Registered: Mar 2010
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by camorri View Post
Have you got a Samba server running on Ubuntu? Have you shared the printer in Samba? If not, those are the first steps.
After the printer works locally on Ununtu, and the above, on Vista, or any other windoze flavour, add the printer as a remote printer. You will have to load the driver from windbloze, from a CD, floppy etc. It will not download from a linux system. After those steps, it will print.
How do I share the printer in Samba?
 
Old 03-23-2010, 10:32 AM   #4
HasC
Member
 
Registered: Oct 2009
Location: South America - Paraguay
Distribution: Debian 5 - Slackware 13.1 - Arch - Some others linuxes/*BSDs through KVM and Xen
Posts: 329

Rep: Reputation: 55
Quote:
Originally Posted by bmaben View Post
How do I share the printer in Samba?
Look here
 
Old 03-23-2010, 12:05 PM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,225

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
There are tutorials here --> http://www.linuxquestions.org/linux/answers/Networking

that make it as simple as it can get. Understand, Samba can be very involved and complicated. You can thank Mr. Bill G for that. Printer sharing in linux to linux is much simpler.
 
Old 03-23-2010, 01:53 PM   #6
bmaben
LQ Newbie
 
Registered: Mar 2010
Posts: 9

Original Poster
Rep: Reputation: 0
this is reaaly getting complicated . . . I need a quick fix.
 
Old 03-23-2010, 02:08 PM   #7
bmaben
LQ Newbie
 
Registered: Mar 2010
Posts: 9

Original Poster
Rep: Reputation: 0
tried to connect the samba . . this is what i get-

urt@burt-laptop:~$ /etc/samba/smb.conf
bash: /etc/samba/smb.conf: Permission denied
burt@burt-laptop:~$
 
Old 03-23-2010, 03:13 PM   #8
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,225

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
urt@burt-laptop:~$ /etc/samba/smb.conf
bash: /etc/samba/smb.conf: Permission denied
burt@burt-laptop:~$
If this is Ubuntu, you need to use sudo to edit the samba.conf file. You will be prompted for the root password. This is normal for any linux system.
 
Old 03-23-2010, 03:43 PM   #9
bmaben
LQ Newbie
 
Registered: Mar 2010
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by camorri View Post
If this is Ubuntu, you need to use sudo to edit the samba.conf file. You will be prompted for the root password. This is normal for any linux system.
How?
 
Old 03-23-2010, 03:49 PM   #10
bmaben
LQ Newbie
 
Registered: Mar 2010
Posts: 9

Original Poster
Rep: Reputation: 0
This is what i get:

Warning: unknown mime-type for "/etc/samba/smb.conf" -- using "application/octet-stream"
Error: no "edit" mailcap rules found for type "application/octet-stream"
burt@burt-laptop:~$ sudo edit ~$ /etc/samba/smb.conf
Warning: unknown mime-type for "~$" -- using "application/octet-stream"
Warning: unknown mime-type for "/etc/samba/smb.conf" -- using "application/octet-stream"
Error: no "edit" mailcap rules found for type "application/octet-stream"
Error: no "edit" mailcap rules found for type "application/octet-stream"
 
Old 03-23-2010, 03:53 PM   #11
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,225

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Do you have a program named 'edit'? Ubuntu with a Gnome desktop should have gedit installed. The command would be -

'sudo gedit /etc/samba/smb.conf' ( without the quotes ). It will prompt you for the root password. Enter it, then gedit will open the file.
 
1 members found this post helpful.
Old 03-23-2010, 04:25 PM   #12
bmaben
LQ Newbie
 
Registered: Mar 2010
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks, I got it to work . . . now about shared drivers ))))????
 
Old 03-23-2010, 06:19 PM   #13
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,225

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
I'm not sure I understand your question. Shared drivers? as in printer drivers? There aren't any. The printer has to have a driver for linux, and the manufactures usually supply the windows driver.

If you are not talking about printer drivers, please clarify your question.
 
Old 03-23-2010, 10:15 PM   #14
bmaben
LQ Newbie
 
Registered: Mar 2010
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by camorri View Post
I'm not sure I understand your question. Shared drivers? as in printer drivers? There aren't any. The printer has to have a driver for linux, and the manufactures usually supply the windows driver.

If you are not talking about printer drivers, please clarify your question.
Windows is giving me a message . . . unable to connect- access denied. In good thing is that the printer is at least "discoverable" by windows.
 
Old 03-24-2010, 09:16 AM   #15
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,225

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
Windows is giving me a message . . . unable to connect- access denied. In good thing is that the printer is at least "discoverable" by windows.
This has to do with the way you set up user access. Try connecting to the system, it probably will prompt you for a user ID and password. You have set those up have you not? Once set up, log in. Then try printing. There are ways of setting things up so you do not need to log in. It is your choice.
 
  


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
can't connect ubuntu to windows printers derreck.alas Linux - Newbie 1 06-22-2009 01:13 AM
Setup IP Printers and connect to remote server. caa1980 Ubuntu 3 04-21-2009 03:50 PM
realvnc server installed on fed9 attempting to connect to server from windows desktop nataloi Linux - General 1 04-21-2009 09:31 AM
Using a local NX server to connect to a Windows terminal server on the Internet? roystonlodge Linux - Networking 1 07-26-2008 04:17 AM
Is samba required to connect to a Windows Advanced server from RedHat 8.0 server? NemesisStar Linux - Hardware 1 10-20-2003 12:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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