[ICS via wireless] xp + vista

Pagina: 1
Acties:

  • CrankyGamerOG
  • Registratie: Juni 2003
  • Laatst online: 16:17

CrankyGamerOG

Assumption is the mother.....

Topicstarter
Ik heb hier

Pc

XP SP2 64BIT
1 x 1Gbit Lan (internet incoming)
1 x SMC Wireless netwerk kaartje (SMCWPCIT-G)

Laptop

Fujitsu Amilo
Vista Home
Wireless in laptop


ik heb de 1gbit lan verbinding gedeeld(ICS)
de laptop ziet netwerken..
De xp machine ziet dezelfde netwerken...

alleen ze zien elkaar niet ? (ik heb ze zelfs langs elkaar staan maar dat mag ook niet baten :+ )

Ik heb de wireless kaart in mijn XP SP2 64bit machine op ad-hoc staan.

[ Voor 8% gewijzigd door CrankyGamerOG op 21-09-2007 18:47 ]

KPN - Vodafone Ziggo Partner


  • CrankyGamerOG
  • Registratie: Juni 2003
  • Laatst online: 16:17

CrankyGamerOG

Assumption is the mother.....

Topicstarter
naja ik word hier gek van,

ik heb nu de wireless SMC kaart in me linux server gestoken en deze daar geconfigureerd.
volgens de dmesg en ifconfig draait hij gewoon.
echter ik zie nog steeds het netwerk niet op me laptop ?

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
ath0      Link encap:Ethernet  HWaddr 00:13:F7:11:B6:D0
          inet addr:10.2.0.0  Bcast:10.2.0.255  Mask:255.255.255.0
          inet6 addr: fe80::213:f7ff:fe11:b6d0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0      Link encap:Ethernet  HWaddr 00:30:48:43:40:86
          inet addr:xxxxxxxx  Bcast:255.255.255.255  Mask:255.255.254.0
          inet6 addr:xxxxxxxxxxx Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8685 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1981 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:2632996 (2.5 MiB)  TX bytes:347923 (339.7 KiB)
          Base address:0xa400 Memory:ec000000-ec020000

eth1      Link encap:Ethernet  HWaddr 00:30:48:43:40:87
          inet addr:10.0.0.2  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::230:48ff:fe43:4087/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Base address:0xa800 Memory:ec020000-ec040000

eth2      Link encap:Ethernet  HWaddr 00:0E:2E:C9:1A:83
          inet addr:10.0.0.1  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::20e:2eff:fec9:1a83/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4158 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4955 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:576745 (563.2 KiB)  TX bytes:2875009 (2.7 MiB)
          Interrupt:209 Base address:0x6000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:781 errors:0 dropped:0 overruns:0 frame:0
          TX packets:781 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:136907 (133.6 KiB)  TX bytes:136907 (133.6 KiB)

wifi0     Link encap:UNSPEC  HWaddr 00-13-F7-11-B6-D0-00-00-00-00-00-00-00-00-00-00
          inet addr:10.1.0.0  Bcast:10.1.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:601 errors:0 dropped:0 overruns:0 frame:3676
          TX packets:3190 errors:11 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:199
          RX bytes:59915 (58.5 KiB)  TX bytes:156165 (152.5 KiB)
          Interrupt:201


code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[root@camelot madwifi-0.9.3.2]# modinfo ath_pci
filename:       /lib/modules/2.6.9-42.cc/net/ath_pci.ko
parm:           countrycode:Override default country code
parm:           outdoor:Enable/disable outdoor use
parm:           xchanmode:Enable/disable extended channel mode
parm:           rfkill:Enable/disable RFKILL capability
parm:           autocreate:Create ath device in [sta|ap|wds|adhoc|ahdemo|monitor] mode. defaults to sta, use 'none' to disable
parm:           ratectl:Rate control algorithm [amrr|onoe|sample], defaults to 'sample'
parm:           ath_debug:Load-time debug output enable
author:         Errno Consulting, Sam Leffler
description:    Support for Atheros 802.11 wireless LAN cards.
version:        0.9.3.2 F1ED01FDEFF40A3C458CC49
license:        Dual BSD/GPL
vermagic:       2.6.9-42.cc 686 REGPARM 4KSTACKS gcc-3.4
depends:        ath_hal,wlan
alias:          pci:v0000168Cd00000007sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000012sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000013sv*sd*bc*sc*i*
alias:          pci:v0000A727d00000013sv*sd*bc*sc*i*
alias:          pci:v000010B7d00000013sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00001014sv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000101Asv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000015sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000016sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000017sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000018sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000019sv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000001Asv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000001Bsv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000001Csv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000001Dsv*sd*bc*sc*i*
alias:          pci:v0000168Cd00009013sv*sd*bc*sc*i*
[root@camelot madwifi-0.9.3.2]#


code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
eth2: no IPv6 routers present
eth0: no IPv6 routers present
eth1: no IPv6 routers present
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
wlan: 0.8.4.2 (0.9.3.2)
ath_pci: 0.9.4.5 (0.9.3.2)
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 17 (level, low) -> IRQ 201
ath_rate_sample: 1.2 (0.9.3.2)
divert: not allocating divert_blk for non-ethernet device wifi0
wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: turboG rates: 6Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: H/W encryption support: WEP AES AES_CCM TKIP
wifi0: mac 7.9 phy 4.5 radio 5.6
wifi0: Use hw queue 1 for WME_AC_BE traffic
wifi0: Use hw queue 0 for WME_AC_BK traffic
wifi0: Use hw queue 2 for WME_AC_VI traffic
wifi0: Use hw queue 3 for WME_AC_VO traffic
wifi0: Use hw queue 8 for CAB traffic
wifi0: Use hw queue 9 for beacons
divert: allocating divert_blk for ath0
wifi0: Atheros 5212: mem=0xec040000, irq=201
device eth0 entered promiscuous mode
device eth1 entered promiscuous mode
r8169: eth2: link up
eth2: no IPv6 routers present
ath0: no IPv6 routers present
ath0: no IPv6 routers present
ath0: no IPv6 routers present
device eth1 left promiscuous mode
device eth0 left promiscuous mode
device eth0 entered promiscuous mode
device eth1 entered promiscuous mode


ok het is me gelukt
alleen ik moet het steeds handmatig doen na elke reboot :(

code:
1
2
3
4
01:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC           <---- eth3 (Wifi)(Lan)
01:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet <--- eth2 (Lan)
01:05.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller <--- eth1 (inet/Orange ADSL extra)
01:06.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller <--- eth0 (inet/@home Breedband)


wat moet ik doen om het werkend te krijgen ....

code:
1
2
3
4
5
modprobe ath_pci autocreate=ap
ifconfig ath0 down
wlanconfig ath0 destroy
wlanconfig eth3 create wlandev wifi0 wlanmode ap
ifconfig eth3 up


dan zie ik het netwerk (dan moet het uiteraard nog gesetupped worden)

wie kan mij vertellen hoe ik dit autmagisch bij boot kan laten doen

[ Voor 6% gewijzigd door CrankyGamerOG op 22-09-2007 22:06 ]

KPN - Vodafone Ziggo Partner


  • Fish
  • Registratie: Juli 2002
  • Niet online

Fish

How much is the fish

ik hoop niets iets als 2,4 vs 5 ghz netwerken ?

wat ziet netstumbler ?

[ Voor 21% gewijzigd door Fish op 22-09-2007 14:51 ]

Iperf


  • CrankyGamerOG
  • Registratie: Juni 2003
  • Laatst online: 16:17

CrankyGamerOG

Assumption is the mother.....

Topicstarter
ok,
wat is netstumbler ?

en ik heb nog een edit gedaan , kun je daar nog wat uit halen ?

KPN - Vodafone Ziggo Partner


  • ChaserBoZ_
  • Registratie: September 2005
  • Laatst online: 04-01 10:58
Kun je die regels niet in local.start kwijt ?

'Maar het heeft altijd zo gewerkt . . . . . . '