You are not logged in.

#1 2008-04-28 19:29:56

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Wireless network[SOLVED]

I have created a wireless network. My windows XP desktop sends a wireless signal to my laptop so I can use the laptop online anywhere in the house. I had this working properly on ubuntu, but can't get it to work on Arch.
I installed the windows drivers for the wireless card on Arch. The laptop can now connect to the desktop.

One problem. The laptop can't see the internet. The desktop is plugged into the network and everything works fine at that end.
My wireless interface is wlan0. I think the interface is not properly configured.
Here is the network section of rc.conf.

HOSTNAME="myhost"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
wlan0="dhcp"
INTERFACES=(!eth0 !wlan0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
#gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

Last edited by Raccoon1400 (2008-04-28 22:58:30)


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#2 2008-04-28 20:23:29

Misbah
Member
Registered: 2008-02-27
Posts: 218

Re: Wireless network[SOLVED]

deleted

Last edited by Misbah (2012-02-14 05:04:27)

Offline

#3 2008-04-28 21:09:31

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: Wireless network[SOLVED]

I must have misread the instructions in the wiki. I though it said to disable them to use dhcp, but I checked just now, and that was a figment of my imagination.
What does netcfg do?


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#4 2008-04-28 21:31:39

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: Wireless network[SOLVED]

It appears that the problem WAS at the XP end. It works now.


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

Board footer

Powered by FluxBB