Hello,
I would make a home network between my pc and an Archos 70b e-reader.
I work with FC17 and Gnome 3.4.2 with Fallback.
First of all I have installed samba and tried to see the network devices:
Code:
[gastonv@gastonv ~]$ yum list installed | grep samba
samba.i686 2:3.6.9-96.fc17.1 @updates
samba-client.i686 2:3.6.9-96.fc17.1 @updates
samba-common.i686 2:3.6.9-96.fc17.1 @updates
system-config-samba.noarch 1.2.99-1.fc17 @updates
[gastonv@gastonv ~]$ ifconfig -a
em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.163 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::20c:76ff:fe93:f927 prefixlen 64 scopeid 0x20<link>
ether 00:0c:76:93:f9:27 txqueuelen 1000 (Ethernet)
RX packets 57578 bytes 66717923 (63.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 35735 bytes 4179509 (3.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 284 bytes 21886 (21.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 284 bytes 21886 (21.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[gastonv@gastonv ~]$ ping 192.168.0.157
PING 192.168.0.157 (192.168.0.157) 56(84) bytes of data.
64 bytes from 192.168.0.157: icmp_req=1 ttl=64 time=2411 ms
64 bytes from 192.168.0.157: icmp_req=2 ttl=64 time=1411 ms
64 bytes from 192.168.0.157: icmp_req=3 ttl=64 time=412 ms
64 bytes from 192.168.0.157: icmp_req=4 ttl=64 time=24.5 ms
^C
--- 192.168.0.157 ping statistics ---
5 packets transmitted, 4 received, 20% packet loss, time 4002ms
rtt min/avg/max/mdev = 24.592/1064.818/2411.172/927.460 ms, pipe 3
192.168.0.163 is my computer with a cable connected.
192.168.0.157 is my tablet wireless WiFi connected.
Both are connected to the same modem.
Then I tried something (translated to Dutch):
Code:
Samba server configuration
1. Files:
Map: /home/gastonv
Name of source: gastonv
Rights: only read
Visible
2. Preferences - Server setup:
Basis:
Workgroup: mygroup
Description: Samba Server Version %v
Security:
Authentification mode: Shared source
Passwords locked: No
Gast account: No gast account
3. Preferences - Samba users:
gastonv
On my tablet with an App Network Discovery, I see my computer 192.168.0.163 and also
22/tcp (ssh) connect.
In App Files I have to see Network, but I do not see or find it.
Then I tried on my computer:
Locations > Network > Windows-network
Then I receive a message:
Code:
Cannot couple the location
Could not ask for a list of shared maps.
I think I have done something wrong.
please, have I to set a port, and if yes, where can I do it?
Many thanks in advance for helping.
Gaston Verhulst.