Re: Problems with WPC11 wirelss card on FreeBSD 4.10

2004-11-28 Thread Davis Doherty
On Sun, 28 Nov 2004, Andrew L. Gould wrote:

>On Sunday 28 November 2004 04:16 pm, Matthias Buelow wrote:
>Davis Doherty wrote:
>> The wireless card uses the Prism 2 chipset, and was recognized when
>> I plugged it in. I did 'wicontrol -n "my network SSID"' and
>> 'wicontrol -p
>
>What is the version number of your WPC11?  Version 4 is not compatible
>with FreeBSD.
>
>Andrew Gould
>

It's using the Prism 2 chipset, which is listed as one of the compatible
ones (I'm pretty sure that it would not be automagically recognized if it
were the version 4 non-Prism card, though I cannot confirm this through
experience).

-Davis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with WPC11 wirelss card on FreeBSD 4.10

2004-11-28 Thread Davis Doherty
On Sun, 28 Nov 2004, Chris wrote:

>
>
>Your /etc/rc.conf should look have something like this in it:
>
>ifconfig_wi0="inet xxx.xxx.xxx.xxx netmask 255.255.255.xxx ssid xxx
>wepmode on wepkey 0x1234567890abcdef1234567890"
>
>

I've tried essentially the same thing using the ifconfig command, to no
avail (minus the wepmode part, since I currently have WEP diasbled). The
output of 'ifconfig -a' still shows "status: no carrier".

-Davis


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with WPC11 wirelss card on FreeBSD 4.10

2004-11-28 Thread Davis Doherty
On Sun, 28 Nov 2004, Jonathan Ben Ari wrote:

>Does the access point show that the client is associated to it?
>
>I'm new to this list, so this may be a heretic question, but have you
>tried the card in a Windows laptop to see if it works there?
>

The access point is definitely not seeing the client.

I don't have access to a Windows laptop for testing the card, but the
person from whom I got it insists it was working with XP just two days
ago.

-Davis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with WPC11 wirelss card on FreeBSD 4.10

2004-11-28 Thread Davis Doherty
On Sun, 28 Nov 2004, Matthias Buelow wrote:

>
>try setting the ssid with ifconfig, and see if that makes a difference.
>

I have already tried this (though I forgot to mention it), and it doesn't
seem to make a difference.

-Davis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problems with WPC11 wirelss card on FreeBSD 4.10

2004-11-28 Thread Davis Doherty
I just put a fresh install of FreeBSD 4.10 from CD on my Presario 1610
laptop (ancient!), and I'm trying to get a Linksys WPC11 wireless card
working with my home network.

The wireless card uses the Prism 2 chipset, and was recognized when I
plugged it in. I did 'wicontrol -n "my network SSID"' and 'wicontrol -p
1'. I then tried to set up the card via DHCP in /stand/sysinstall, and
failed, so I set the network information manually. However, ifconfig -a
still showed "status: no carrier." So I tried 'wicontrol -r 2432' thinking
that I might need to have the RTS set to agree with my wireless AP, but
still no luck. Except for a brief moment of connectivity, I remain unable
to connect.

All this took place about 5 feet from the AP, which is not using WEP, so
signal should not be an issue. Is there something I'm missing in my setup
here?

-Davis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pcm/TP 600 works fine (was Re: pcm/TP600 works fine (was Re: pcm problems in 5.1 w/thinkpad)

2003-12-03 Thread Davis Doherty
On Wed, 3 Dec 2003, Zhang Weiwu wrote:

>Hello. I'm running pcm on Thinkpad 600 (FreeBSD 4.9 RC3) without any
>problem.
>
>It looks like your kernel is compiled with option PNPBIOS, these devices
>that "unknown, cannot assign resources" are  unknown PNP devices,
>usually of no importantance (from my previous experience). These PNP
>devices seems have nothing to do with pcm0, they are just luckly to be
>printed right after pcm.
>
>Try to play some music, use mixer(8). Perhaps you already have a working
>pcm0.
>

/dev/mixer is not present, nor are any other sound devices (except
sndstat; and a quick less -f sndstat shows no devices installed).
Attempting to play an mp3 via xmms fails (since /dev/dsp doesn't exist).
Were I running one of the older trees, I would say that I need to run sh
MAKEDEV snd0, but that seems to be gone from 5.x.

I would be interested in seeing precisely the lines you put into your
kernel regarding sound.

Unless there is some obvious thing I failed to do, I shall move my
question over to FreeBSD-mobile.

Thanks for the help.

-Davis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pcm, cbb problems in 5.1 w/Thinkpad

2003-12-02 Thread Davis Doherty
aI've been trying to get FreeBSD 5.1 running on an inherited Thinkpad 600
(my first foray into both laptops and the 5.x tree), and I have stumbled a
little bit in properly configuring the kernel. I have not found any
solutions in the archives for these, so any suggestions would be heartily
appreciated (especially ones that work).

First off, I included the line

device  pcm

in my kernel, compiled, and installed. The result (as reported by dmesg)
was as follows:

pcm1:  on isa0
device_probe_and_attach: pcm1 attach returned 6
unknown:  can't assign resources (port)
unknown:  can't assign resources (port)
unknown:  can't assign resources (port)
unknown:  can't assign resources (port)

I then tried putting the following lines in device.hints (though this file
is one of the aspects of 5.1 I'm still unfamiliar with):

hint.pcm.0.at="isa"
hint.pcm.0.irq="5"
hint.pcm.0.drq="1"
hint.pcm.0.flags="0x0"

The result was the same.

A less important issue (since I don't currently use any PCMCIA cards) is
with cbb0:

cbb0:  mem 0x20301000-0x20301fff at device 2.0
on pci
0
cardbus0:  on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attach returned 12
cbb0:  mem 0x2030-0x20300fff at device 2.1
on pci
0
cardbus1:  on cbb0
pccard1: <16-bit PCCard bus> on cbb0
cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attach returned 12

Similar output occurs for cardbus1, cardbus2, and cardbus3.

-Davis Doherty
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"