Re: 6.2-PRE: Fatal Trap?

2006-12-30 Thread Patrick Bowen

On Sat, 30 Dec 2006 15:08:30 + (GMT), Robert Watson

snip...

 
 The following commit went into RELENG_6 yesterday; could you check and
 see if 
 it's present in the version that panics, and if you move to a revision 
 slightly before this (i.e., from the 28th) the panic goes away?  It could
 be 
 there's a problem with these changes and it needs to be backed out until 
 fixed...
 
 Date: Fri, 29 Dec 2006 19:25:49 + (UTC)
 From: John Baldwin [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], [EMAIL PROTECTED], cvs-all@FreeBSD.org
 Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h ip_divert.c
 raw_ip.c
  tcp_usrreq.c udp_usrreq.c src/sys/netinet6 in6_pcb.c
  raw_ip6.c
 udp6_usrreq.c
 
 jhb 2006-12-29 19:25:49 UTC
 
FreeBSD src repository
 
Modified files:(Branch: RELENG_6)
  sys/netinet  in_pcb.c in_pcb.h ip_divert.c raw_ip.c
   tcp_usrreq.c udp_usrreq.c
  sys/netinet6 in6_pcb.c raw_ip6.c udp6_usrreq.c
Log:
MFC: Close some races between enumerating inpcb's and tearing them
down by
making the mutex portion of struct inpcb type-stable and never
destroying
it.
 
Revision   ChangesPath
1.165.2.6  +9 -5  src/sys/netinet/in_pcb.c
1.80.2.5   +2 -1  src/sys/netinet/in_pcb.h
1.113.2.3  +24 -4 src/sys/netinet/ip_divert.c
1.150.2.6  +15 -4 src/sys/netinet/raw_ip.c
1.124.2.5  +2 -2  src/sys/netinet/tcp_usrreq.c
1.175.2.9  +15 -4 src/sys/netinet/udp_usrreq.c
1.62.2.5   +1 -1  src/sys/netinet6/in6_pcb.c
1.50.2.8   +1 -2  src/sys/netinet6/raw_ip6.c
1.54.2.3   +1 -2  src/sys/netinet6/udp6_usrreq.c
 
 

/snip...

Me too, on the panic. All of those revisions are in the sources I csup'd
on the 30th.

Patrick
-- 
  Patrick Bowen
  [EMAIL PROTECTED]

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


Re: Acer Aspire 5102 WLMi with Turion 64 X2 dual-core TL-50 1.6 GHz on FreeBSD 6.2 ACPI problems

2006-12-21 Thread Patrick Bowen

Abdullah Al-Marrie wrote:

[snip]...


1. The FreeBSD can't detect the builtin wlan chip which is Broadcom
BCM 4318 Rev 2.

[snip]...

Have you tried using ndisgen(8) and the Windows bcmwl5.[sys,inf] files 
to create the module bcmwl5_sys.ko? I have a Gateway with the Broadcom 
4318, and that routine worked for me. You may have to try different .sys 
and .inf files (i.e. Broadcom, Dell, etc) to get it to work. If it does, 
then when you kldload(8) the module, you'll see something like this in 
dmesg(8);


ndis0: Dell TrueMobile 1300 WLAN Mini-PCI Card mem 
0xb8004000-0xb8005fff irq 17 at device 4.0 on pci6

ndis0: NDIS API version: 5.1
ndis0: Ethernet address: 00:14:a5:80:f5:c9

Good luck,
Patrick



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


Re: if_ndis for Marvell

2006-06-24 Thread Patrick Bowen

Patrick Bowen wrote:


Scot Hetzel wrote:


On 6/20/06, Patrick Bowen [EMAIL PROTECTED] wrote:


Pyun YongHyeon wrote:

On Tue, Jun 20, 2006 at 04:04:52PM -0500, Patrick Bowen wrote:
  Hello:
 
 I have two questions.
 
 The first regards support for the Broadcom BCM94318 wireless LAN
  adapter. When trying to compile the module for if_ndis using 
bcmwl5.inf

  and bcmwl5.sys, I get the following error;
 
 In file included from
  /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:66:
 @/sys/bus.h:461:23: device_if.h: No such file or directory
 @/sys/bus.h:462:20: bus_if.h: No such file or directory
 In file included from
  /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:75:
 @/dev/pci/pcivar.h:165:20: pci_if.h: No such file or 
directory

 
  Have these three files been removed from the source tree?
 
Thanks! That takes care of the wired connection. Now all I have to 
do is

get the wireless to work.

Regarding the original subject line, the ndis was, of course, for the
Broadcom device. I tried a different .inf file after googling some more
(bcmwl5a.inf), and this time I was able to produce an if_ndis.ko 
file. I

loaded both the ndis.ko and if_ndis.ko modules, but got nothing...zip,
zilch, zero. Nothing in dmesg, nothing in ifconfig...I must still be
doing something wrong...



Did you use ndisgen to build the NDIS bcmwl5_sys.ko kernel module from
the windows driver?

bcmwl5_sys.ko is what you need to load to get your wireless card to
work with the NDIS module.

Scot



Here's an interesting data point. I used ndisgen on Windows drivers 
from HP, and it produced module BCMWL5_SYS.ko. (my machine is a 
Gateway MX6121).


Unfortunately, after loading the module, the device didn't show up in 
dmesg or ifconfig. Now I'm wondering if the card isn't ferschimmeled...


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



One last data point on this;

I downloaded the R102320.EXE driver package from Dell (for the U.S.), 
ran ndisgen on the bcmwl5.inf/.sys files, and got a bcmwl5_sys.ko module 
that would load, but wouldn't associate.


Just for grins, I also got the R90507.EXE package (non-U.S or Japan), 
built the module, which loads, and associates, and works just fine, 
thank you very much. As a matter of fact, I'm using it now.


Remember, my laptop is a Gateway MX6121 with a Broadcom BCM94318 
mini-PCI card. this is what I see for the card in dmesg;


ndis0: Dell TrueMobile 1300 WLAN Mini-PCI Card mem 
0xb8004000-0xb8005fff irq 17 at device 4.0 on pci6

ndis0: NDIS API version: 5.1

Go figure...

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


Re: if_ndis for Marvell

2006-06-22 Thread Patrick Bowen

Scot Hetzel wrote:


On 6/20/06, Patrick Bowen [EMAIL PROTECTED] wrote:


Pyun YongHyeon wrote:

On Tue, Jun 20, 2006 at 04:04:52PM -0500, Patrick Bowen wrote:
  Hello:
 
 I have two questions.
 
 The first regards support for the Broadcom BCM94318 wireless LAN
  adapter. When trying to compile the module for if_ndis using 
bcmwl5.inf

  and bcmwl5.sys, I get the following error;
 
 In file included from
  /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:66:
 @/sys/bus.h:461:23: device_if.h: No such file or directory
 @/sys/bus.h:462:20: bus_if.h: No such file or directory
 In file included from
  /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:75:
 @/dev/pci/pcivar.h:165:20: pci_if.h: No such file or 
directory

 
  Have these three files been removed from the source tree?
 
Thanks! That takes care of the wired connection. Now all I have to do is
get the wireless to work.

Regarding the original subject line, the ndis was, of course, for the
Broadcom device. I tried a different .inf file after googling some more
(bcmwl5a.inf), and this time I was able to produce an if_ndis.ko file. I
loaded both the ndis.ko and if_ndis.ko modules, but got nothing...zip,
zilch, zero. Nothing in dmesg, nothing in ifconfig...I must still be
doing something wrong...



Did you use ndisgen to build the NDIS bcmwl5_sys.ko kernel module from
the windows driver?

bcmwl5_sys.ko is what you need to load to get your wireless card to
work with the NDIS module.

Scot



Scot;

Tried both ways.

Ndiscvt doesn't complain, but also doesn't give the bcmwl5_sys.ko module.

Ndisgen takes the .inf and .sys files but gives a huge error, which I've 
attached. Maybe it will help.


If I can provide anything else, please let me know.

Thanks,
Patrick
Script started on Thu Jun 22 16:29:16 2006
sg1# ndisgetn

 ==
-- Windows(r) driver converter ---
==

This script is designed to guide you through the process
of converting a Windows(r) binary driver module and .INF
specification file into a FreeBSD ELF kernel module for use
with the NDIS compatibility system.

The following options are available:

1] Learn about the NDIS compatibility system
2] Convert individual firmware files
3] Convert driver
4] Exit

Enter your selection here and press return: 3
 ==
-- Windows(r) driver converter ---
==

INF file validation


A .INF file is most often provided as an ASCII file, however
files with multilanguage support are provided in Unicode format.
Please type in the path to your .INF file now.

 bcmwl5a.inf

This .INF file appears to be ASCII.

Press return to continue... 
 ==
-- Windows(r) driver converter ---
==

Driver file validation


Now you need to specify the name of the Windows(r) driver .SYS
file for your device. Note that if you are running FreeBSD/amd64,
then you must provide a driver that has been compiled for the
64-bit Windows(r) platform. If a 64-bit driver is not available
for your device, you must install FreeBSD/i386 and use the
32-bit driver instead.

Please type in the path to the Windows(r) driver .SYS file now.

 bcmwl5.sys

This .SYS file appears to be in Windows(r) PE format.

Press return to continue... 
 ==
-- Windows(r) driver converter ---
==

Driver file conversion

The script will now try to convert the .INF and .SYS files
using the ndiscvt(1) utility. This utility can handle most
.INF files; however, occasionally it can fail to parse some files
due to subtle syntax issues: the .INF syntax is very complex,
and the Windows(r) parser will sometimes allow files with small
syntax errors to be processed correctly which ndiscvt(1) will
not. If the conversion fails, you may have to edit the .INF
file by hand to remove the offending lines.

Press enter to try converting the files now: 

Conversion was successful.

Press enter to continue... 


Re: if_ndis for Marvell

2006-06-22 Thread Patrick Bowen

Scot Hetzel wrote:


On 6/20/06, Patrick Bowen [EMAIL PROTECTED] wrote:


Pyun YongHyeon wrote:

On Tue, Jun 20, 2006 at 04:04:52PM -0500, Patrick Bowen wrote:
  Hello:
 
 I have two questions.
 
 The first regards support for the Broadcom BCM94318 wireless LAN
  adapter. When trying to compile the module for if_ndis using 
bcmwl5.inf

  and bcmwl5.sys, I get the following error;
 
 In file included from
  /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:66:
 @/sys/bus.h:461:23: device_if.h: No such file or directory
 @/sys/bus.h:462:20: bus_if.h: No such file or directory
 In file included from
  /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:75:
 @/dev/pci/pcivar.h:165:20: pci_if.h: No such file or 
directory

 
  Have these three files been removed from the source tree?
 
Thanks! That takes care of the wired connection. Now all I have to do is
get the wireless to work.

Regarding the original subject line, the ndis was, of course, for the
Broadcom device. I tried a different .inf file after googling some more
(bcmwl5a.inf), and this time I was able to produce an if_ndis.ko file. I
loaded both the ndis.ko and if_ndis.ko modules, but got nothing...zip,
zilch, zero. Nothing in dmesg, nothing in ifconfig...I must still be
doing something wrong...



Did you use ndisgen to build the NDIS bcmwl5_sys.ko kernel module from
the windows driver?

bcmwl5_sys.ko is what you need to load to get your wireless card to
work with the NDIS module.

Scot



Here's an interesting data point. I used ndisgen on Windows drivers from 
HP, and it produced module BCMWL5_SYS.ko. (my machine is a Gateway MX6121).


Unfortunately, after loading the module, the device didn't show up in 
dmesg or ifconfig. Now I'm wondering if the card isn't ferschimmeled...


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


if_ndis for Marvell

2006-06-20 Thread Patrick Bowen

Hello:

   I have two questions.

   The first regards support for the Broadcom BCM94318 wireless LAN 
adapter. When trying to compile the module for if_ndis using bcmwl5.inf 
and bcmwl5.sys, I get the following error;


   In file included from 
/usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:66:   
   @/sys/bus.h:461:23: device_if.h: No such file or directory

   @/sys/bus.h:462:20: bus_if.h: No such file or directory
   In file included from 
/usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:75:

   @/dev/pci/pcivar.h:165:20: pci_if.h: No such file or directory

Have these three files been removed from the source tree?

   Second, while googling for info on FreeBSD drivers for the Marvell 
Semiconductor 88E8036 Yukon PCI-E fast ethernet controller, I found 
reference to a if_myk.ko module, which I also don't find in the source tree.


(pertinent information)

[EMAIL PROTECTED] ~]$ uname -a
FreeBSD sg1.sgc.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 
04:42:56 UTC 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP  i386


[EMAIL PROTECTED] ~]$ pciconf -lv
...
[EMAIL PROTECTED]:0:0: class=0x02 card=0x0365107b chip=0x435111ab rev=0x10 
hdr=0x00   
   vendor   = 'Marvell Semiconductor (Was: Galileo Technology Ltd)'

   device   = '88E8036 Yukon PCI-E Fast Ethernet Controller'
   class= network
   subclass = ethernet
[EMAIL PROTECTED]:4:0: class=0x028000 card=0x000617f9 chip=0x431814e4 rev=0x02 
hdr=0x00   
   vendor   = 'Broadcom Corporation'

   class= network
...

Any pointers, help, or explainations would be greatly appreciated.

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


Re: if_ndis for Marvell

2006-06-20 Thread Patrick Bowen

Pyun YongHyeon wrote:


On Tue, Jun 20, 2006 at 04:04:52PM -0500, Patrick Bowen wrote:
 Hello:
 
I have two questions.
 
The first regards support for the Broadcom BCM94318 wireless LAN 
 adapter. When trying to compile the module for if_ndis using bcmwl5.inf 
 and bcmwl5.sys, I get the following error;
 
In file included from 
 /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:66:   
@/sys/bus.h:461:23: device_if.h: No such file or directory

@/sys/bus.h:462:20: bus_if.h: No such file or directory
In file included from 
 /usr/src/sys/modules/if_ndis/../../dev/if_ndis/if_ndis.c:75:

@/dev/pci/pcivar.h:165:20: pci_if.h: No such file or directory
 
 Have these three files been removed from the source tree?
 
Second, while googling for info on FreeBSD drivers for the Marvell 
 Semiconductor 88E8036 Yukon PCI-E fast ethernet controller, I found 
 reference to a if_myk.ko module, which I also don't find in the source tree.
 


http://lists.freebsd.org/pipermail/freebsd-net/2006-January/009543.html

It seems that the driver is not stable but it's the only driver
for Yukon II.
 



Thanks! That takes care of the wired connection. Now all I have to do is 
get the wireless to work.


Regarding the original subject line, the ndis was, of course, for the 
Broadcom device. I tried a different .inf file after googling some more 
(bcmwl5a.inf), and this time I was able to produce an if_ndis.ko file. I 
loaded both the ndis.ko and if_ndis.ko modules, but got nothing...zip, 
zilch, zero. Nothing in dmesg, nothing in ifconfig...I must still be 
doing something wrong...


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


Re: VT 6421 setup probelm

2006-06-14 Thread Patrick Bowen

Bjoern Wolfgardt wrote:

Hi,
 
I am very new to FreeBSD. So pls be patient.

I try to install FreeBSD 6.1 on my Amilo 3438G. It has a VIA VT 6421 inside. I 
have 2 80GB HDs configured as Raid0. I have one partition (80GB) with Windows 
XP SP2.
Now I want to install FreeBSD 6.1 as second boot option. While booting the 
Setup I can see that FreeBSD recognize 2 HDs (ad4 and ad6).
The Log indicates that there are problems with these drives (which my Windows 
and the VIA Tool do not recognize).  FreeBSD seems to have problems reading DMA 
(READ_DMA Timeout,.). But after this I come to sysinstall. I choose custom 
Installation and Partition. I have 3 drives (ad4, ad6, ar0). If I select ar0 it 
is totaly unused. ad6 reports: A geometry of 155061/16/63 is incorrect
Also ad6 is unused. ad4 reports the same problem. But in ad4 I can see my NTFS 
partition (ad4s1).
 
any ideas? thx in advance

Bjoern
 
 
_

Mehr wissen. Mehr weitergeben. Testen Sie kostenlos Windows Live Messenger - 
Beta.
http://ideas.live.com/programpage.aspx?versionId=0eccd94b-eb48-497c-8e60-c6313f7ebb73___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]

  

Bjoern;

I had the same msg with a 60G Hitachi on a Gateway. The msg went on to 
say it was using more reasonable values, so I went ahead with the 
install, and it works fine. See what happens.


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


Re: -stable make world: ERROR: Required audit group is missing, see /usr/src/UPDATING

2006-03-11 Thread Patrick Bowen

Kim Culhan wrote:


Subject says it all.. nothing in UPDATING regarding audit group.

Appears to have been in the process of linking sshd

This src is RELENG_6 cvsup'd ~1930 UTC this date

Any help is greatly appreciated

-kim

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

 


Kim;

I expect you forgot to run mergemaster. That would have added the audit 
group. From (near the end) of UPDATING;


   To rebuild everything and install it on the current system.
   ---
   # Note: sometimes if you are running current you gotta do more than
   # is listed here if you are upgrading from a really old current.

   make sure you have good level 0 dumps
   make buildworld
   make kernel KERNCONF=YOUR_KERNEL_HERE
  [1]
   reboot in single user [3]
   mergemaster -p [5]
   make installworld
   make delete-old
   mergemaster [4]
   reboot

Further down in UPDATING you'll see the notes referenced in the above 
procedure.


Patrick

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


Re: Have the device names for hard discs been changed?

2006-01-29 Thread Patrick Bowen

Christian Baer wrote:


[...]
[2] Is there some text out there explaining these last letters? What are
   the first three letters (a-c) reserved for? The handbook seems to be
   a little out of date.
[...]
 

The handbook says that partition a is the root partition and b is 
the swap, by convention. As for c, I don't know. Maybe it was left out 
on purpose so it wouldn't be confused for a c drive, as in c:\ from 
DOS. Someboy will know...


Cheers,
Patrick



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


Re: Have the device names for hard discs been changed?

2006-01-29 Thread Patrick Bowen

David Wolfskill wrote:


On Sun, Jan 29, 2006 at 01:07:30PM -0600, Patrick Bowen wrote:
 


Christian Baer wrote:

   


[...]
[2] Is there some text out there explaining these last letters? What are
 the first three letters (a-c) reserved for? The handbook seems to be
 a little out of date.
[...]

 

The handbook says that partition a is the root partition and b is 
the swap, by convention. As for c, I don't know. Maybe it was left out 
on purpose so it wouldn't be confused for a c drive, as in c:\ from 
DOS. Someboy will know...
   




From the man page for disklabel(8) (on my 4.11-STBALE laptop, or either

disklabel or bsdlabel on my 6.0-STABLE desktop at work):

#   The partition identifier is a single letter in the range `a' to
`h'.  By convention, partition `c' is reserved to describe the
entire disk.

Peace,
david
 


Yup. I had just read the same thing in man bsdlabel.

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


Re: timeout waiting for read

2005-09-24 Thread Patrick Bowen

Claus Guttesen wrote:


Hi.

Just upgraded to FreeBSD 6 beta5 (i386). During reboot I get this
message (in one line):

unknown: timeout waiting for read DRQunknown: timeout waiting for read
DRQSMP: AP CPU #1 Launched!

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

 

I had the same problem, and Søren Schmidt sent me this patch. It worked 
for me. If it works for you, be sure and send him a note saying thanks


Index: ata-lowlevel.c
===
RCS file: /home/ncvs/src/sys/dev/ata/ata-lowlevel.c,v
retrieving revision 1.71
diff -u -r1.71 ata-lowlevel.c
--- ata-lowlevel.c  14 Sep 2005 12:45:06 -  1.71
+++ ata-lowlevel.c  15 Sep 2005 07:35:41 -
@@ -278,7 +278,7 @@
   /* if read data get it */
   if (request-flags  ATA_R_READ) {
-   if (ata_wait(ch, atadev, (ATA_S_READY | ATA_S_DRQ))   0) {
+   if (ata_wait(ch, atadev, ATA_S_DRQ)  0) {
   device_printf(request-dev,
 timeout waiting for read DRQ\n);
   request-result = EIO;


Best of luck,
Patrick
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Debug output when wi0 pcccard removed

2005-07-21 Thread Patrick Bowen

Hello, All;

I recently CVSUP'd from 5.4 to 6.0BETA1. I used the instructions in 
UPDATING to build/install world and used GENERIC unmodified to build the 
kernel. The whole procedure went without a single hitch. My question 
concerns the meaning of a debug message which appears when I remove my 
Wi-Fi card (which by the way works fine...I'm using it to send this mail).


Here's the output from dmesg when I insert the card (just for reference);

wi0: SMC SMC2532W-B EliteConnect Wireless Adapter at port 0x100-0x13f 
irq 11 function 0 config 1 on pccard1

wi0: using RF:PRISM2.5 MAC:ISL3873
wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9)
wi0: Ethernet address: 00:04:e2:80:34:be

When I remove the card I get the following;

taskqueue_drain with the following non-sleepable locks held:
exclusive sleep mutex wi0 (network driver) r = 0 (0xc2416afc) locked @ 
/usr/src/sys/dev/wi/if_wi.c:845

KDB: stack backtrace:
kdb_backtrace(1,c1af9250,c1af9000,c1989b80,d44bfc2c) at kdb_backtrace+0x29
witness_warn(5,0,c0854d21,c1af9000,c1af9000) at witness_warn+0x18e
taskqueue_drain(c1989b80,c1af9250,c1af9000,c1af9000,c1af9000) at 
taskqueue_drain+0x1a

if_detach(c1af9000,c1af9000) at if_detach+0x1a
ether_ifdetach(c1af9000,0,c2416000,d44bfc94,c05debfc) at ether_ifdetach+0x28
ieee80211_ifdetach(c2416004,c1af9000,c1af9000,0,c1c51880) at 
ieee80211_ifdetach+0x50

wi_detach(c1c51880) at wi_detach+0x64
device_detach(c1c51880) at device_detach+0x70
pccard_detach_card(c1aaa600) at pccard_detach_card+0x41
exca_removal(c1a6e804) at exca_removal+0x46
cbb_removal(c1a6e800) at cbb_removal+0x2c
cbb_event_thread(c1a6e800,d44bfd38,c1a6e800,c0579df0,0) at 
cbb_event_thread+0x9a

fork_exit(c0579df0,c1a6e800,d44bfd38) at fork_exit+0xa0
fork_trampoline() at fork_trampoline+0x8
--- trap 0x1, eip = 0, esp = 0xd44bfd6c, ebp = 0 ---
wi0: detached

I don't read debug messages yet, and am wondering if this is a problem, 
is it just because WITNESS and INVARIANTS are enabled, or if it's normal 
but never seen in a non-debug kernel.


I get a similar message when I shutdown, having to do mostly with ACPI, 
but since that's been buggy on this machine (Dell Latitude C600), I 
almost expected that.


Thanks in advance--

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


Re: I need Help with the mozilla plugins, with acroread7

2005-06-11 Thread Patrick Bowen

Maher Mohamed wrote:


LoadPlugin: failed to initialize shared library
/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so
[/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so:
Undefined symbol stderr]

I get this message after i instled the linuxpluginwrapper what else
do i have to do to avoid this.  i heared that i should make changes to
the /etc/libmap.conf, the question is how and wich line in particular.

please answer me in a full matter, because the browser so far made my
life harder

thank you in advanced to all of you friends

Mohamed M. Maher
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]

 


Hi Mohamed:

Looking thru the FreeBSd mail archives I found the following link;

http://docs.FreeBSD.org/cgi/mid.cgi?50436.64.81.112.182.1116702567.squirrel

It describse the problem, and the solution, which involves adding /usr 
to the entry for the acrobat7 reader. I tested it myself and it works 
perfectly. It's such a simple fix that it completely eluded me when I 
had the same problem. I'd just taken to using Konqueror to read PDF's.


Hope this helps...good luck.

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