cardbus problem - no driver attached

2007-04-06 Thread Michele Endrici

Hallo everybody,
I have a problem with a ComBlock COM1300 cardbus card

http://www.comblock.com/com1300.htm

I know this is an uncommon card type and that probably no one has never been
working on it, but I need to get this card working on my laptop since I have
to work on
it for my thesis project. I wrote a driver for this card but I don't
know if it works or not becouse a I get a cardbus detection error on
booting. Dmesg with all hw.cbb and hw.cardbus debug options enabled
gives me this output:

cbb0: card inserted: event=0x, state=3821
cbb0: cbb_power: 3V
TUPLE: LINKTARGET [3]: 43 49 53
Product version: 5.2
Product name: MSS | COM 1300 |
Manufacturer ID: feff0101
TUPLE: Unknown(0x04) [6]: 03 01 00 00 00 00
TUPLE: Unknown(0x05) [11]: c1 39 71 b5 1e 66 76 54 02 a1 03
cardbus0: Opening BAR: type=IO, bar=10, len=0100
cardbus0: Opening BAR: type=MEM, bar=14, len=10
CIS reading done
cardbus0: Non-prefetchable memory at 9000-900f
cardbus0: IO port at 4000-40ff
cardbus0: old, non-VGA display device at device 0.0 (no driver attached)
cbb0: cbb_power: 0V

Is this problem related to my laptop hardware configuration or is it a
driver problem?? other?? What is TUPLE (0x04 o 0x05) problem??

Please, any suggestion is accepted.

Tanks in advance.

Michele

--
Michele Endrici
Via carraia 4 - Don - TN
tel: 348-7295670
[EMAIL PROTECTED]


--
Michele Endrici
Via carraia 4 - Don - TN
tel: 348-7295670
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cardbus card driver problem

2007-04-05 Thread Michele Endrici

Hallo everybody,
I have a problem with a ComBlock COM1300 cardbus card

http://www.comblock.com/com1300.htm

I need to get this card working on my laptop since I need to work on
it for my thesis project. I wrote a driver for this card but I don't
know if it works or not becouse a I get a cardbus detection error on
booting. Dmesg with all hw.cbb and hw.cardbus debug options enabled
gives me this output:

cbb0: card inserted: event=0x, state=3821
cbb0: cbb_power: 3V
TUPLE: LINKTARGET [3]: 43 49 53
Product version: 5.2
Product name: MSS | COM 1300 |
Manufacturer ID: feff0101
TUPLE: Unknown(0x04) [6]: 03 01 00 00 00 00
TUPLE: Unknown(0x05) [11]: c1 39 71 b5 1e 66 76 54 02 a1 03
cardbus0: Opening BAR: type=IO, bar=10, len=0100
cardbus0: Opening BAR: type=MEM, bar=14, len=10
CIS reading done
cardbus0: Non-prefetchable memory at 9000-900f
cardbus0: IO port at 4000-40ff
cardbus0: old, non-VGA display device at device 0.0 (no driver attached)
cbb0: cbb_power: 0V

Is this problem related to my laptop hardware configuration or is it a
driver problem?? other?? What is TUPLE (0x04 o 0x05) problem??

Any suggestion??

Tanks in advance.

Michele

--
Michele Endrici
Via carraia 4 - Don - TN
tel: 348-7295670
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici

Hi, can anyone help me find a solution to a make problem?? I'm trying
to build a kernel for FreeBSD 6.2 with a new driver but the make
fails. I tryed in both the old and new school ways but it didn't work
anyway. Here is the error i get:

/usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/zlib created
for /usr/src/sys/modules/zlib

--

stage 2.3: build tools

--
cd /usr/obj/usr/src/sys/GENERIC;
MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm  make -DNO_CPU_CFLAGS -f
/usr/src/sys/dev/aic7xxx/aicasm/Makefile
Warning: Object directory not changed from original /usr/obj/usr/src/sys/GENERIC
yacc -b aicasm_gram  -d -o aicasm_gram.c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y

/tmp: write failed, filesystem is full
yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
-I/usr/src/sys/dev/aic7xxx/aicasm  -c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
-I/usr/src/sys/dev/aic7xxx/aicasm  -c
/usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
-I/usr/src/sys/dev/aic7xxx/aicasm  -c aicasm_gram.c
aicasm_gram.c: In function `yyparse':
aicasm_gram.c:2146: error: `initialize_symb' undeclared (first use in
this function)
aicasm_gram.c:2146: error: (Each undeclared identifier is reported only once
aicasm_gram.c:2146: error: for each function it appears in.)
aicasm_gram.c:2146: error: syntax error before '}' token
aicasm_gram.c:2201: error: syntax error at end of input
*** Error code 1

Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



First of all it tells me /tmp filesystem is full. I run df -h and
it's quite full.
Hence, I've created a symbolic link to another folder to gain more space

ln -s /tmp /var/tmp_fake

but i still get the same error. Any suggestion??

Michele

--
Michele Endrici
Via carraia 4 - Don - TN
tel: 348-7295670
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici

touche... :-) thanks

On 3/27/07, Lowell Gilbert [EMAIL PROTECTED] wrote:


David J Brooks [EMAIL PROTECTED] writes:

 On Tuesday 27 March 2007 09:17:07 am Michele Endrici wrote:
 Hi, can anyone help me find a solution to a make problem?? I'm trying
 to build a kernel for FreeBSD 6.2 with a new driver but the make
 fails. I tryed in both the old and new school ways but it didn't work
 anyway. Here is the error i get:

 /usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/zlib created
 for /usr/src/sys/modules/zlib

 --

  stage 2.3: build tools

 --
 cd /usr/obj/usr/src/sys/GENERIC;
 MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm  make -DNO_CPU_CFLAGS -f
 /usr/src/sys/dev/aic7xxx/aicasm/Makefile
 Warning: Object directory not changed from original
 /usr/obj/usr/src/sys/GENERIC yacc -b aicasm_gram  -d -o aicasm_gram.c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y

 /tmp: write failed, filesystem is full
 yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c aicasm_gram.c
 aicasm_gram.c: In function `yyparse':
 aicasm_gram.c:2146: error: `initialize_symb' undeclared (first use in
 this function)
 aicasm_gram.c:2146: error: (Each undeclared identifier is reported only
 once aicasm_gram.c:2146: error: for each function it appears in.)
 aicasm_gram.c:2146: error: syntax error before '}' token
 aicasm_gram.c:2201: error: syntax error at end of input
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/GENERIC.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.



 First of all it tells me /tmp filesystem is full. I run df -h and
 it's quite full.
 Hence, I've created a symbolic link to another folder to gain more
space

 ln -s /tmp /var/tmp_fake

 but i still get the same error. Any suggestion??

 Michele

 Perhaps /var is getting full also? Rather that soft-linking, I think I'd
first
 try to flush out the /tmp filesystem.

Not to mention that the command as shown would make the link in the
wrong direction, leaving the builds still using the real /tmp.





--
Michele Endrici
Via carraia 4 - Don - TN
tel: 348-7295670
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici

No, /var isn't getting full. i just use 2% of ~1 Gb free.

On 3/27/07, Brian A. Seklecki [EMAIL PROTECTED] wrote:


Just run an MFS /tmp, add to fstab(5) then mount /tmp

  md/tmpmfs rw,-s64m,-m02 0

Let me know if the syntax error persists.

~BAS


On Tue, 2007-03-27 at 16:17 +0200, Michele Endrici wrote:
 Hi, can anyone help me find a solution to a make problem?? I'm trying
 to build a kernel for FreeBSD 6.2 with a new driver but the make
 fails. I tryed in both the old and new school ways but it didn't work
 anyway. Here is the error i get:

 /usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/zlib created
 for /usr/src/sys/modules/zlib

 --
  stage 2.3: build tools
 --
 cd /usr/obj/usr/src/sys/GENERIC;
 MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm  make -DNO_CPU_CFLAGS -f
 /usr/src/sys/dev/aic7xxx/aicasm/Makefile
 Warning: Object directory not changed from original
/usr/obj/usr/src/sys/GENERIC
 yacc -b aicasm_gram  -d -o aicasm_gram.c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y

 /tmp: write failed, filesystem is full
 yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c aicasm_gram.c
 aicasm_gram.c: In function `yyparse':
 aicasm_gram.c:2146: error: `initialize_symb' undeclared (first use in
 this function)
 aicasm_gram.c:2146: error: (Each undeclared identifier is reported only
once
 aicasm_gram.c:2146: error: for each function it appears in.)
 aicasm_gram.c:2146: error: syntax error before '}' token
 aicasm_gram.c:2201: error: syntax error at end of input
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/GENERIC.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.



 First of all it tells me /tmp filesystem is full. I run df -h and
 it's quite full.
 Hence, I've created a symbolic link to another folder to gain more space

 ln -s /tmp /var/tmp_fake

 but i still get the same error. Any suggestion??

 Michele

--
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended
only for the individual named. If the reader of this message is not an
intended recipient (or the individual responsible for the delivery of this
message to an intended recipient), please be advised that any re-use,
dissemination, distribution or copying of this message is
prohibited.  Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system.






--
Michele Endrici
Via carraia 4 - Don - TN
tel: 348-7295670
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici

Thanks,
but the point is I have no MFS module loaded and i cannot compile the
kernel... this is useless.

On 3/27/07, Brian A. Seklecki [EMAIL PROTECTED] wrote:


Just run an MFS /tmp, add to fstab(5) then mount /tmp

  md/tmpmfs rw,-s64m,-m02 0

Let me know if the syntax error persists.

~BAS


On Tue, 2007-03-27 at 16:17 +0200, Michele Endrici wrote:
 Hi, can anyone help me find a solution to a make problem?? I'm trying
 to build a kernel for FreeBSD 6.2 with a new driver but the make
 fails. I tryed in both the old and new school ways but it didn't work
 anyway. Here is the error i get:

 /usr/obj/usr/src/sys/GENERIC/modules/usr/src/sys/modules/zlib created
 for /usr/src/sys/modules/zlib

 --
  stage 2.3: build tools
 --
 cd /usr/obj/usr/src/sys/GENERIC;
 MAKESRCPATH=/usr/src/sys/dev/aic7xxx/aicasm  make -DNO_CPU_CFLAGS -f
 /usr/src/sys/dev/aic7xxx/aicasm/Makefile
 Warning: Object directory not changed from original
/usr/obj/usr/src/sys/GENERIC
 yacc -b aicasm_gram  -d -o aicasm_gram.c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_gram.y

 /tmp: write failed, filesystem is full
 yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c
 /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c
 cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I.
 -I/usr/src/sys/dev/aic7xxx/aicasm  -c aicasm_gram.c
 aicasm_gram.c: In function `yyparse':
 aicasm_gram.c:2146: error: `initialize_symb' undeclared (first use in
 this function)
 aicasm_gram.c:2146: error: (Each undeclared identifier is reported only
once
 aicasm_gram.c:2146: error: for each function it appears in.)
 aicasm_gram.c:2146: error: syntax error before '}' token
 aicasm_gram.c:2201: error: syntax error at end of input
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/GENERIC.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.



 First of all it tells me /tmp filesystem is full. I run df -h and
 it's quite full.
 Hence, I've created a symbolic link to another folder to gain more space

 ln -s /tmp /var/tmp_fake

 but i still get the same error. Any suggestion??

 Michele

--
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended
only for the individual named. If the reader of this message is not an
intended recipient (or the individual responsible for the delivery of this
message to an intended recipient), please be advised that any re-use,
dissemination, distribution or copying of this message is
prohibited.  Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system.






--
Michele Endrici
Via carraia 4 - Don - TN
tel: 348-7295670
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /tmp write failed, filesystem is full

2007-03-27 Thread Michele Endrici

No, i'm working on a driver prototype for my master thesis degree.
I've simply got this driver that is known working on 6.1 and changed some
code. Put the driver files in the /usr/src/sys/dev/drive_dir, added the
line dev/drive_dir/drive_name.c to files.i386, than build
it statically into kernel with make depend, make, make install. First time
it worked than no more. I know i can do a kernel plug-in instead this static
kernel module but I need to solve this problem anyway.

On 3/27/07, Brian A. Seklecki [EMAIL PROTECTED] wrote:


On Tue, 2007-03-27 at 17:42 +0200, Michele Endrici wrote:
 build a kernel for FreeBSD 6.2 with a new driver but the make
  fails

build a kernel for FreeBSD 6.2 with a new driver but the make
fails


What did you do just pull a new version of the files into your 6.2 tree?
from -current? from RELENG_6 branch?

Did you get a patch known to work?  This isn't Debian :}

--
Brian A. Seklecki [EMAIL PROTECTED]
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended
only for the individual named. If the reader of this message is not an
intended recipient (or the individual responsible for the delivery of this
message to an intended recipient), please be advised that any re-use,
dissemination, distribution or copying of this message is
prohibited.  Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system.






--
Michele Endrici
Via carraia 4 - Don - TN
tel: 348-7295670
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]