Results 1 to 6 of 6
I just installed Ubuntu on my desktop which was the hub for my wireless home network. Both my computers can still get on the internet, but my laptop can't seem ...
- 01-12-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 17
Problem reestabling network
I just installed Ubuntu on my desktop which was the hub for my wireless home network. Both my computers can still get on the internet, but my laptop can't seem to find my desktop, or more importantly, my printer. The laptop is still running Vista (for another month or so.)
When I go to Places - Network on my desktop (with linux) it finds the laptop just fine, but no matter where I look on my laptop (vista) it's like it's all alone on the network. It still shows the old network name as well.
I am a raw linux noob so please help.
Thanks,
Zook
- 01-12-2009 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
*Nix doesn't run (by default) the spam/broadcast protocol that MSFT uses to "find" other computers on the network. This can be enabled by installing/running the Samba package - namely, the nmb daemon that's part of Samba.
Your desktop has the client portion of Samba and this is why it "sees" the laptop. The nmb daemon may be installed and just need to be started. Normally it would be done with:
If not, you may need to install the samba server package.Code:/etc/init.d/nmb start
Samba Intro
** You don't *need* the Samba server package unless you are "sharing services" from the desktop. But it sounds like you are - file sharing and printing.The other two CIFS pieces, name resolution and browsing, are handled by nmbd. These two services basically involve the management and distribution of lists of NetBIOS names.
- 01-13-2009 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 17
OK, installed the Samba Package using
Now I am researching to figure out what to do next. More to follow.sudo apt-get install samba smbclient
Update: I read this page:
https://help.ubuntu.com/8.04/serverg...ing-samba.html
And it might as well be in Greek. I'm off to find my Greek dictionary.
- 01-13-2009 #4Just Joined!
- Join Date
- Jan 2009
- Posts
- 17
OK, through some arcane black magic (and some help from https://help.ubuntu.com/8.10/interne...ng-shares.html) I can now see my linux machine from my windows machine. I can also see my printer, but I can't seem to use it. "Access Denied" is what it's telling me. I'm guessing that I need to tell Ubuntu to share the printer (I thought I already did) before it will work from the laptop. I'm off to figure out how to do that (again). Comments and advice are welcome as always.
- 01-13-2009 #5Just Joined!
- Join Date
- Jan 2009
- Posts
- 17
Update RE: Printer Sharing
OK, I have installed hplip and have verified that my printer (HP Deskjet 380) is installed correctly to the best of my ability. When I access "Network" on my laptop (Vista) I can now see both the desktop (Ubuntu) and the printer. When I try to double click the printer Vista tells me that the host computer does not have the drivers for the printer and offers to find them. I say ok and enter my printer info. It then opens a printer window and across the top say "Deskjet_F300 on OLSON-DESKTOP Access denied, unable to connect"
I have looked in System > Admin > Printing where the printer is located and I right clicked on it ensuring that it is shared (it is.)
SAMBA has been installed on this machine as well. I'm not sure where to go from here,
- 01-13-2009 #6Just Joined!
- Join Date
- Jan 2009
- Posts
- 17
Success!!! Thanks for your help HROAdmin.


Reply With Quote