WiFi Orinoco

From: Thomas Beer <tbeer(at)analogon.com>
Date: Sat, 8 Mar 2003 10:01:36 +0100

Hi,

ich habe hier eine Orinoco Gold und einen Vaio
Laptop mit einer Intel EtherExpress (fxp0).
Wenn ich in rc.conf die wi0 eintrage mittels
ifconfig erkennt er sie nicht, wenn ich sie mittels
pccard einbinde erkennt er sie einwandfrei und
weist die richtige IP Adresse zu. Der fxp0 wird
allerdings nur noch eine IPv6 Adresse zugewiesen.
Kann mir jemand erklären warum und wie ich beide unter
IPv4 parallel zum Laufen bekomme?

Cheers Thomas

[root(at)vaio root]# ifconfig
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::a00:46ff:fe08:104b%fxp0 prefixlen 64 scopeid 0x1
        ether 08:00:46:08:10:4b
        media: Ethernet autoselect (10baseT/UTP)
        status: active
faith0: flags=8002<BROADCAST,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet 127.0.0.1 netmask 0xff000000
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.1.12 netmask 0xfffffff0 broadcast 192.168.1.15
        inet6 fe80::202:2dff:fe88:3f78%wi0 prefixlen 64 scopeid 0x5
        ether 00:02:2d:88:3f:78
        media: IEEE 802.11 Wireless Ethernet autoselect (DS/2Mbps)
        status: no carrier
        ssid "" 1:""
        stationname "FreeBSD WaveLAN/IEEE node"
        channel 10 authmode OPEN powersavemode OFF powersavesleep 100
        wepmode OFF weptxkey 1
[root(at)vaio root]# netsat    tat n -nr
Routing tables

Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.1.4 UGSc 0 0 wi0
127.0.0.1 127.0.0.1 UH 0 0 lo0
192.168.1/28 link#5 UC 3 0 wi0
192.168.1.2 link#5 UHLW 0 12 wi0
192.168.1.4 link#5 UHLW 1 0 wi0
192.168.1.11 link#5 UHLW 0 11 wi0

Internet6:
Destination Gateway Flags Netif Expire
::1 ::1 UH lo0
fe80::%fxp0/64 link#1 UC fxp0
fe80::a00:46ff:fe08:104b%fxp0 08:00:46:08:10:4b UHL lo0
fe80::%lo0/64 fe80::1%lo0 Uc lo0
fe80::1%lo0 link#3 UHL lo0
fe80::%wi0/64 link#5 UC wi0
fe80::202:2dff:fe88:3f78%wi0 00:02:2d:88:3f:78 UHL lo0
ff01::/32 ::1 U lo0
ff02::%fxp0/32 link#1 UC fxp0
ff02::%lo0/32 ::1 UC lo0
ff02::%wi0/32 link#5 UC wi0
[root(at)vaio root]# cat /etc/rc.conf

defaultrouter="192.168.1.4"

hostname="vaio.system"
ifconfig_fxp0="inet 192.168.1.10 netmask 255.255.255.240"
#ifconfig_wi0="inet 192.168.1.12 netmask 255.255.255.240 ssid Fictitious channel 1"

pccard_enable="YES"
#pccard_mem="DEFAULT"
pccard_ifconfig="inet 192.168.1.12 netmask 255.255.255.240"
pccard_conf="/etc/pccard.conf"
#pccard_flags=" -i 3"

[root(at)vaio root]# cat /etc/pccart d.conf
#
# Default PCCARD configuration file
#
# $FreeBSD: src/etc/defaults/pccard.conf,v 1.98.2.35 2003/01/18 02:22:45 shiba Exp $
# Merged through: 1.252
#
# Please send new entries for this file to imp(at)freebsd.org. He likes to
# review them before they are committed to make sure they are correct for
# the style of the file. Please attempt to use "auto" for the config
# number whereever possible. Do not commit IRQs in the "config" lines.
# Make sure that you use tabs rather than multiple spaces for new entires
# like the old ones. <tab>keyword<tab>arguments.
#
# Removing all IRQ conflicts from this file can't be done because of some
# IRQ-selfish PC-cards. So if you want to use some of those cards in
# your machine, you may need to modify the IRQ list below. Please put
# such overrides in /etc/pccard.conf. You can also place override
# card entries in /etc/pccard.conf, since the first match is the one that
# pccardd will use to configure the card.
#

# Generally available IO ports
io 0x240-0x360
# on i386 IRQs can be any of 3 4 5 7 9 10 11 12 14 15
# on pc98 IRQs can be any of 3 5 6 9 10 11 12 13
# but *MUST* *NOT* be used by anything else, unless you are using current
# and a PCI cardbus bridge that allows sharing. Even then, the rules
# for interrupt sharing can be tricky.
# Generally available IRQs (Built-in sound-card owners remove 5)
irq 3 10 11 15
# Available memory slots
memory 0xd4000 96k
# Debug level, so you know how to get more info for maintainers. Put it
# in /etc/pccard.conf
debuglevel 4

# Include user configration file
# This allow you to override or add configurations.
include /etc/pccard.conf

#
# PLEASE KEEP THIS FILE IN ORDER
#
# In order is defined as follows. We sort first by driver type (an, ed, etc)
# and then by CIS strings. Do not commit to this file entries out of
# order.
#

# Lucent WaveLAN/IEEE
card "Lucent Technologies" "WaveLAN/IEEE"
        config 0x1 "wi" ?
# config auto "wi" ?
        insert /etc/pccard_ether $device start
        remove /etc/pccard_ether $device stop
[root(at)vaio root]#

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sat 08 Mar 2003 - 10:01:51 CET

search this site