Re: Need a howto on virtualbox module compilation

2010-02-27 Thread Alex Samad
On Sat, Feb 27, 2010 at 09:38:48AM +0500, surreal wrote: > I have compiled a virtualbox ose 3.1.4 binary deb and I want to make a > binary deb having vboxdrv and related drivers. I believe there is already a package that does that > > Any places where I can find the links? > > I have placed th

Need a howto on virtualbox module compilation

2010-02-26 Thread surreal
I have compiled a virtualbox ose 3.1.4 binary deb and I want to make a binary deb having vboxdrv and related drivers. Any places where I can find the links? I have placed the binaries at this place - http://code.google.com/p/virtualboxoseforifl/ -- Harshad Joshi

airprime module compilation

2008-08-02 Thread Rodolfo Medina
When I plug my umts usb modem, lsusb produces the following output: $ lsusb Bus 003 Device 001: ID : Bus 002 Device 001: ID : Bus 001 Device 004: ID 05c6:3100 Qualcomm, Inc. CDMA Wireless Modem/Phone Bus 001 Device 001: ID : . Now, I want the device to be driven my

[solved] Re: Module compilation

2008-07-22 Thread Rodolfo Medina
Rodolfo Medina <[EMAIL PROTECTED]>: >> [...] where I do: >> >> # make -C /lib/modules/`uname -r`/build M=`pwd` >> >> , the system complains that the above path is not found: in fact no file or >> directory `/lib/modules/`uname -r`/build' exists. Please can anybody suggest >> the right procedure?

Re: Module compilation

2008-07-20 Thread Robin
2008/7/20 Rodolfo Medina <[EMAIL PROTECTED]>: > I'm following this guide: > > > http://www.debianclan.org/index.php?option=com_content&task=view&id=154&Itemid=38 > > . At the step where I do: > > # make -C /lib/modules/`uname -r`/build M=`pwd` > > , the system complains that the above path is n

Module compilation

2008-07-20 Thread Rodolfo Medina
I'm following this guide: http://www.debianclan.org/index.php?option=com_content&task=view&id=154&Itemid=38 . At the step where I do: # make -C /lib/modules/`uname -r`/build M=`pwd` , the system complains that the above path is not found: in fact no file or directory `/lib/modules/`uname -r

Re: VMware Workstation Module Compilation (etch)

2007-02-19 Thread Stephen Chadfield
Greg Folkert <[EMAIL PROTECTED]> wrote: > [-- text/plain, encoding quoted-printable, charset: ISO-8859-1, 33 lines --] > > On Mon, 2007-02-19 at 11:43 +, Stephen Chadfield wrote: >> Kenneth Jacker <[EMAIL PROTECTED]> wrote: >> > Thanks for the letters from Liam and Greg! >> > >> > greg> http

Re: VMware Workstation Module Compilation (etch)

2007-02-19 Thread Greg Folkert
On Mon, 2007-02-19 at 11:43 +, Stephen Chadfield wrote: > Kenneth Jacker <[EMAIL PROTECTED]> wrote: > > Thanks for the letters from Liam and Greg! > > > > greg> http://ftp.cvut.cz/vmware/vmware-any-any-update108.tar.gz > > > > Could you (or someone) please explain the step-by-step sequence t

Re: VMware Workstation Module Compilation (etch)

2007-02-19 Thread Stephen Chadfield
Kenneth Jacker <[EMAIL PROTECTED]> wrote: > Thanks for the letters from Liam and Greg! > > greg> http://ftp.cvut.cz/vmware/vmware-any-any-update108.tar.gz > > Could you (or someone) please explain the step-by-step sequence to > apply the above patch to install VMware-workstation-5.5.1-19175 on >

Re: VMware Workstation Module Compilation (etch)

2007-02-18 Thread Greg Folkert
On Sun, 2007-02-18 at 10:34 -0500, Kenneth Jacker wrote: > Thanks for the letters from Liam and Greg! > > greg> http://ftp.cvut.cz/vmware/vmware-any-any-update108.tar.gz > 1. Download and extract the VMware-workstation-5.5.1-19175 non-RPM version. 2. Once extracted, run the s

Re: VMware Workstation Module Compilation (etch)

2007-02-18 Thread Kenneth Jacker
Thanks for the letters from Liam and Greg! greg> http://ftp.cvut.cz/vmware/vmware-any-any-update108.tar.gz Could you (or someone) please explain the step-by-step sequence to apply the above patch to install VMware-workstation-5.5.1-19175 on Debian/etch? Here's what I just did: o Made sure

Re: VMware Workstation Module Compilation (etch)

2007-02-17 Thread Greg Folkert
On Sat, 2007-02-17 at 14:00 -0500, Kenneth Jacker wrote: > Has anyone successfully compiled the required modules for 'VMware > Workstation' under Debian/etch? Though I've been able to do this on > two Ubuntu systems, I keep getting errors during the installation > process on my 'etch' systems: se

Re: VMware Workstation Module Compilation (etch)

2007-02-17 Thread Kenneth Jacker
liam> I understand that there is an issue with vmware on recent liam> kernels. See here for a discussion: liam> http://groups.google.co.uk/group/linux.debian.user/browse_thread/thread/f6ca3ef81023f93d/e7b10484cd229960 Thanks for the excellent reference ... I'll check into it tomorrow ...

Re: VMware Workstation Module Compilation (etch)

2007-02-17 Thread Liam O'Toole
On Sat, 17 Feb 2007 14:00:47 -0500 Kenneth Jacker <[EMAIL PROTECTED]> wrote: > Has anyone successfully compiled the required modules for 'VMware > Workstation' under Debian/etch? Though I've been able to do this on > two Ubuntu systems, I keep getting errors during the installation > process on m

Re: VMware Workstation Module Compilation (etch)

2007-02-17 Thread Kenneth Jacker
du> It would be nice to see the full error log, if possible I can't seem to find one ... The install script just continues to prompt me for a valid header file: What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] The only way "

VMware Workstation Module Compilation (etch)

2007-02-17 Thread Kenneth Jacker
Has anyone successfully compiled the required modules for 'VMware Workstation' under Debian/etch? Though I've been able to do this on two Ubuntu systems, I keep getting errors during the installation process on my 'etch' systems: The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE

Module compilation error

2002-02-27 Thread Narasimhamurthy Giridhar
Hi all I was trying to write a module. I tried compiling it by doing gcc -D__KERNEL__ -DMODULE -Wall -c file.c -o file.o but i get the following error: from /linux/module.h included from file.c: /linux/autoconf.h does not exist In the code I have : #include #include #include What mig

Re: Kernel module compilation problem under 2.2

2001-03-12 Thread David Wright
Quoting Michael Welles ([EMAIL PROTECTED]): > > Apologies in advance if this is a stupid question -- I'm pretty sure > I'm dealing with a very simple problem, but I can't figure out how to > fix. > > I've written a kernel module which builds cleanly on a stock RH 7.0 > system, but when I try to

Kernel module compilation problem under 2.2

2001-03-11 Thread Michael Welles
Apologies in advance if this is a stupid question -- I'm pretty sure I'm dealing with a very simple problem, but I can't figure out how to fix. I've written a kernel module which builds cleanly on a stock RH 7.0 system, but when I try to build it on my 2.2 Debian box, I get a *host* of errors, a

Re: VMware on debian: module compilation

1999-09-06 Thread Manoj Srivastava
Hi, >>"Regis" == Regis Duchesne <[EMAIL PROTECTED]> writes: Regis> Thank you. My personal take on this is that these reasons were true Regis> with libc5 and they are not true anymore with libc6. What makes you think that? I see nothing, really, that has changed since the libc5 days tha

Re: VMware on debian: module compilation

1999-08-20 Thread Regis Duchesne
Brian Servis <[EMAIL PROTECTED]> writes: > Excellent, I can't wait. > > Is the install process truely dependent on the currently running kernel > matching the kernel headers that the user points to? Being able to > compile the modules for other kernels without having to reboot into > that kern

Re: VMware on debian: module compilation

1999-08-20 Thread Brian Servis
*- On 20 Aug, Regis Duchesne wrote about "Re: VMware on debian: module compilation" > is to know what to do with vmware. I will probably modify the install > script so that it prompts the user for the location of the running > kernel headers. > Excellent, I can't wait

Re: VMware on debian: module compilation

1999-08-20 Thread Regis Duchesne
Brian, > Thanks for taking the time to let us know that you are listening. You are welcome. That's what I like in companies with a Linux product: they are far more aware of their customer's needs. > I can only point you to documentation that explains the reasons for > Debian's choice. The first

Re: VMware on debian: module compilation

1999-08-20 Thread Brian Servis
Regis, Thanks for taking the time to let us know that you are listening. *- On 19 Aug, Regis Duchesne wrote about "VMware on debian: module compilation" > I'm the only software engineer here at VMware who uses (and has been using > for 3 years) Debian. If VMware in

VMware on debian: module compilation

1999-08-19 Thread Regis Duchesne
Hi guys, >Bob Nielsen wrote: >> >> On Sat, Aug 14, 1999 at 01:02:45AM +1000, Hamish Moffatt wrote: >> > On Fri, Aug 06, 1999 at 05:26:27AM +0300, Alex Shnitman wrote: >> > > You have to have the kernel source, or at least the headers part of >> > > it, in /usr/src/linux. Sometimes that's not enoug