Re: [Voyage-linux] Re: Compiling drivers for VIA mini pci card ( solomon) vt6655

2008-10-15 Thread Sean

I just posted complete instructions for ndiswrapper.

http://wiki.voyage.hk/dokuwiki/doku.php?id=ndiswrapper

Sean

varadarajan narayanan wrote:

Hi !

This is not norhtech box but from the same manufacturer . Via Eden 800 
mhz fanless


cheers

Rad

On Tue, Oct 14, 2008 at 2:00 AM, Sean [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Varadarajan,

Do you have a NorhTec box? If so you should really use ndiswrapper
and the windows driver. The VIA driver is so bad! Associating to
access points when you don't want it to, requiring patches to
wpasupplicant, etc.

Check out this page for instructions:
http://nicolas314.wordpress.com/norhtec-microclient-jr/

The driver is here:
http://www.norhtec.com/info/download/vt6655softwarepackage1.1.zip

Punky has conveniently compiled ndiswrapper for the
ndiswrapper-modules-2.6.23-486-voyage. (THANKS PUNKY!) Just make
sure that this line is in your /etc/apt/sources.list.

deb http://www.voyage.hk/dists/0.5 ./

Sean

varadarajan narayanan wrote:

set -e; for d in driver ; do make -C $d install ; done
make[1]: Entering directory `/boot/vt6655_v118_02/driver'
make -C /lib/modules/2.6.23-486-voyage/build
SUBDIRS=/boot/vt6655_v118_02/driver  
   modules

make[2]: Entering directory `/usr/src/linux-source-2.6.23-voyage'

 WARNING: Symbol version dump
/usr/src/linux-source-2.6.23-voyage/Module.symver
s

  is missing; modules will have no dependencies and
modversions.

 Building modules, stage 2.
 MODPOST 1 modules
/bin/sh: scripts/mod/modpost: No such file or directory
make[3]: *** [__modpost] Error 127
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/usr/src/linux-source-2.6.23-voyage'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/boot/vt6655_v118_02/driver'
make: *** [install] Error 2
voyage:

On Tue, Oct 14, 2008 at 1:05 AM, varadarajan narayanan
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

   Hi !

   I am getting the following errors when compiling the
drivers for
   this Mini PCI card from VIA with Voyage 0.5.2.
http://0.5.2. http://0.5.2.


   - symvers is missing - modules will have no dependencies or
   modversions

   then it go to building modules stage 2
   MODPOST 1 modules

   /bin/sh : scripts/mod/modpost: No such file or directory

   and then Errror 127 then quits.

   what is this modpost ? what am I missing ?

   I tried compiling this in another pure debian etch it goes
fine ?
   Please help !



   Cheers

   Rad







___
Voyage-linux mailing list
Voyage-linux@list.voyage.hk mailto:Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux
 







___
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux


[Voyage-linux] Any luck with Bluetooth?

2008-10-15 Thread Grigory A
Hi all!

Does somebody try to use USB bluetooth dongle on voyage?

I have tried, but have no luck.

Did install
$sudo apt-get install bluez-utils

next
hcitool scan gives me list of dev - phone and laptop

but next step (after entering 1234 on laptop - which I belive is default PIN -
from hcid.conf) gives me:
voyage:/etc/bluetooth# rfcomm connect 0 00:14:A4:8C:E2:F4
Can't connect RFCOMM socket: Permission denied
or
Can't connect RFCOMM socket: Connection refused

SO it looks like there is communication, but for some reason
(security) it cannot proceed further than PIN request.

Didn't change anything in
hcid.conf
rfcomm.conf


The aim is to connect serial port (GPS or whatver) device to voyage.
Could you point me to any type of Howto or RTFM?


Thanks
Grigory.
  

-- 
Best regards,
 Grigory  mailto:[EMAIL PROTECTED]


___
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux


Re: [Voyage-linux] Install from Live CD to harddisk?

2008-10-15 Thread Kim-man 'Punky' TSE

Hi Frank,

Please read /README.live-cd.

Regards,
Punky

Frank Parker wrote:

Sorry if I missed this somewhere.  I searched the mailing list and the
wiki but I didn't see it.

I am booting the voyage-lenny Live CD as a virtual machine.  How can
install it to disk in the vm so my changes are preserved?

-parker

___
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux
  



--
Regards,
Punky

Voyage Solutions (http://solution.voyage.hk)
* Embedded Solutions and Systems
 - Mesh Networking, Captive Portal, IP Surveillance, VoIP/PBX
 - Network Engineering, Development Platform and Consultation
 
	



___
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux


Re: [Voyage-linux] Re: Compiling drivers for VIA mini pci card ( solomon) vt6655

2008-10-15 Thread Kim-man 'Punky' TSE

Hi Sean,

Thanks.  That's cool.

- Punky

Sean wrote:

I just posted complete instructions for ndiswrapper.

http://wiki.voyage.hk/dokuwiki/doku.php?id=ndiswrapper

Sean

varadarajan narayanan wrote:

Hi !

This is not norhtech box but from the same manufacturer . Via Eden 
800 mhz fanless


cheers

Rad

On Tue, Oct 14, 2008 at 2:00 AM, Sean [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Varadarajan,

Do you have a NorhTec box? If so you should really use ndiswrapper
and the windows driver. The VIA driver is so bad! Associating to
access points when you don't want it to, requiring patches to
wpasupplicant, etc.

Check out this page for instructions:
http://nicolas314.wordpress.com/norhtec-microclient-jr/

The driver is here:
http://www.norhtec.com/info/download/vt6655softwarepackage1.1.zip

Punky has conveniently compiled ndiswrapper for the
ndiswrapper-modules-2.6.23-486-voyage. (THANKS PUNKY!) Just make
sure that this line is in your /etc/apt/sources.list.

deb http://www.voyage.hk/dists/0.5 ./

Sean

varadarajan narayanan wrote:

set -e; for d in driver ; do make -C $d install ; done
make[1]: Entering directory `/boot/vt6655_v118_02/driver'
make -C /lib/modules/2.6.23-486-voyage/build
SUBDIRS=/boot/vt6655_v118_02/driver  
   modules
make[2]: Entering directory 
`/usr/src/linux-source-2.6.23-voyage'


 WARNING: Symbol version dump
/usr/src/linux-source-2.6.23-voyage/Module.symver
s

  is missing; modules will have no dependencies and
modversions.

 Building modules, stage 2.
 MODPOST 1 modules
/bin/sh: scripts/mod/modpost: No such file or directory
make[3]: *** [__modpost] Error 127
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/usr/src/linux-source-2.6.23-voyage'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/boot/vt6655_v118_02/driver'
make: *** [install] Error 2
voyage:

On Tue, Oct 14, 2008 at 1:05 AM, varadarajan narayanan
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:

   Hi !

   I am getting the following errors when compiling the
drivers for
   this Mini PCI card from VIA with Voyage 0.5.2.
http://0.5.2. http://0.5.2.


   - symvers is missing - modules will have no dependencies or
   modversions

   then it go to building modules stage 2
   MODPOST 1 modules

   /bin/sh : scripts/mod/modpost: No such file or directory

   and then Errror 127 then quits.

   what is this modpost ? what am I missing ?

   I tried compiling this in another pure debian etch it goes
fine ?
   Please help !



   Cheers

   Rad









___
Voyage-linux mailing list
Voyage-linux@list.voyage.hk mailto:Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux







___
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux



--
Regards,
Punky

Voyage Solutions (http://solution.voyage.hk)
* Embedded Solutions and Systems
 - Mesh Networking, Captive Portal, IP Surveillance, VoIP/PBX
 - Network Engineering, Development Platform and Consultation
 
	



___
Voyage-linux mailing list
Voyage-linux@list.voyage.hk
http://list.voyage.hk/mailman/listinfo/voyage-linux