Author Topic: Connecting To A Wireless Laptop  (Read 903 times)

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Connecting To A Wireless Laptop
« on: November 09, 2011, 02:22:42 PM »
Ok, I want my PC to connect with a family member's win7 laptop. My PC has a wired connection while the laptop has a wireless connection. Neither machine can "see" the other on the home network. Any help would be appreciated!

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Connecting To A Wireless Laptop
« Reply #1 on: November 09, 2011, 11:27:36 PM »
The teamviewer package in Synaptic should do what you want. The free Windows version can be downloaded from teamviewer.com.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: Connecting To A Wireless Laptop
« Reply #2 on: November 09, 2011, 11:51:08 PM »

you want them to connect to one another and then do what?

Possible reason could be a firewall blocking incoming traffic.

Another possible reason could be the program that is supposed to allow the other computer to see it isnt running.

If you want to exchange files btw them then you will have to first set atleast one of the computers to share files over the network using samba.

If you want to do remote desktop sharing then a server must run in atleast one of them.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10628
  • MLUs Forever!
Re: Connecting To A Wireless Laptop
« Reply #3 on: November 10, 2011, 03:12:36 AM »
Ok, I want my PC to connect with a family member's win7 laptop. My PC has a wired connection while the laptop has a wireless connection. Neither machine can "see" the other on the home network. Any help would be appreciated!

Are their IP addresses on the same LAN segment?

Does the router keep the wireless and wired network segments separated thus preventing this?
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Connecting To A Wireless Laptop
« Reply #4 on: November 10, 2011, 07:54:42 AM »
Yes, that's what I want to do. I'm *supposedly* already sharing a folder using samba. I can only guess I need to change some settings, but which ones? If anyone can tell me which settings I need, please fill me in! I'll check the laptop's firewall settings & see what I find.

If you want to exchange files btw them then you will have to first set atleast one of the computers to share files over the network using samba.

Quote
Possible reason could be a firewall blocking incoming traffic.
« Last Edit: November 10, 2011, 08:02:12 AM by CheeseQueen452 »

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Connecting To A Wireless Laptop
« Reply #5 on: November 10, 2011, 07:57:28 AM »
I'm sorry, but I don't know what you mean by "segment" nor how to find the answer to your question.

Are their IP addresses on the same LAN segment?

Does the router keep the wireless and wired network segments separated thus preventing this?


Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: Connecting To A Wireless Laptop
« Reply #6 on: November 10, 2011, 08:21:09 AM »

on you linux box, open the terminal and run this command and give your output

smbtree -d 2 -N


if you know samba server is running on your linux box, then you can try to connect to it from the win7 box by using the "network mapping feature" and connect to the share by the computer ip address.

my limited experience with windows 7 and vista says samba shares from linux dont always easily show up in them
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline pags

  • Hero Member
  • *****
  • Posts: 2515
  • Keep it clean.
Re: Connecting To A Wireless Laptop
« Reply #7 on: November 10, 2011, 08:21:51 AM »
I'm sorry, but I don't know what you mean by "segment" nor how to find the answer to your question.

Are their IP addresses on the same LAN segment?

Does the router keep the wireless and wired network segments separated thus preventing this?


We can (usually) tell by the IP configuration.

Run
Code: [Select]
ipconfig /all
from a command prompt in Windows, and
Code: [Select]
ifconfig
from a terminal (konsole, xterm or other) in PCLOS.

Also, how is you network setup?
For instance, mine is like this:

Internet <-- modem <--> router <--> wired <-- wireless
(Actually, not the most secure, because my wireless has access to my wired (need to access files that way), but my wired doesn't (by default) have access to my wireless)

BTW, if you do not have some kind of hardware router in front of your Internet (resulting in a public IP on one or more of your PCs, etc), you may want to hold off on posting this information until we can clarify only the relevant portions...

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Connecting To A Wireless Laptop
« Reply #8 on: November 11, 2011, 09:41:24 AM »
A little update.... I can now see the network, but I'm prompted for a password when I try to access it. I've tried everything I can think of, to no avail. What am I missing? What settings do I need to gain access?

Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: Connecting To A Wireless Laptop
« Reply #9 on: November 11, 2011, 09:51:27 AM »

you get prompted when trying to access what system? linux or windows?

.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Connecting To A Wireless Laptop
« Reply #10 on: November 11, 2011, 10:12:40 AM »
Windows 7 on a laptop connected wirelessly. I can see the network name, but when I click on it, I'm prompted for a password. I've tried everything I can think of, but it won't let me in.


you get prompted when trying to access what system? linux or windows?



Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: Connecting To A Wireless Laptop
« Reply #11 on: November 11, 2011, 10:25:00 AM »

The setting you need to change is on the windows computer then.

Do you have another windows computer on your network? can it access those win7 shares?

You probably need to set shares to allow guest login/access or something similar in win7. I am not familiar with win7 network setup so cant offer any assistance on that end.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Connecting To A Wireless Laptop
« Reply #12 on: November 11, 2011, 10:27:44 AM »
Do you have another windows computer on your network? can it access those win7 shares?

1- Yes
2- No, it prompts for a password.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..