* [Fwd: ndiswrapper]
@ 2006-08-21 15:27 Hulin Thibaud
2006-08-21 16:21 ` Jeff V. Merkey
0 siblings, 1 reply; 6+ messages in thread
From: Hulin Thibaud @ 2006-08-21 15:27 UTC (permalink / raw)
To: linux-kernel
Hi !
I wanted to write at the kernel-net list, but that don't works.
I updated my kernel and compiled it to 2.6.17, but now, ndiswrapper
don't recognize my dongle Thomson XG-1500A.
What can I do ?
Thanks you very much,
Thibaud.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Fwd: ndiswrapper]
2006-08-21 15:27 [Fwd: ndiswrapper] Hulin Thibaud
@ 2006-08-21 16:21 ` Jeff V. Merkey
2006-08-21 16:06 ` Hulin Thibaud
0 siblings, 1 reply; 6+ messages in thread
From: Jeff V. Merkey @ 2006-08-21 16:21 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: linux-kernel
Hulin Thibaud wrote:
> Hi !
> I wanted to write at the kernel-net list, but that don't works.
> I updated my kernel and compiled it to 2.6.17, but now, ndiswrapper
> don't recognize my dongle Thomson XG-1500A.
> What can I do ?
> Thanks you very much,
> Thibaud.
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
Use the .19 ndiswrapper and try rebuilding.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Fwd: ndiswrapper]
2006-08-21 16:21 ` Jeff V. Merkey
@ 2006-08-21 16:06 ` Hulin Thibaud
2006-08-21 17:00 ` Jeff V. Merkey
0 siblings, 1 reply; 6+ messages in thread
From: Hulin Thibaud @ 2006-08-21 16:06 UTC (permalink / raw)
To: Jeff V. Merkey; +Cc: linux-kernel
I rebuilt ndiswrapper 1.19 version. When I type make, I have these errors :
/usr/src/kernel-headers-2.6.17.060815.dell/Ach/i386/Makefile:383
/usr/src/kernel-headers-2.6.17.060815.dell/Ach/i386/Makefile.cpu : No
file or folder of this type
Not rules to built the target
(I traduce from french)
Jeff V. Merkey a écrit :
> Hulin Thibaud wrote:
>
>> Hi !
>> I wanted to write at the kernel-net list, but that don't works.
>> I updated my kernel and compiled it to 2.6.17, but now, ndiswrapper
>> don't recognize my dongle Thomson XG-1500A.
>> What can I do ?
>> Thanks you very much,
>> Thibaud.
>>
>>
>> -
>> To unsubscribe from this list: send the line "unsubscribe
>> linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
> Use the .19 ndiswrapper and try rebuilding.
> Jeff
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Fwd: ndiswrapper]
2006-08-21 16:06 ` Hulin Thibaud
@ 2006-08-21 17:00 ` Jeff V. Merkey
2006-08-21 20:10 ` Hulin Thibaud
0 siblings, 1 reply; 6+ messages in thread
From: Jeff V. Merkey @ 2006-08-21 17:00 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: linux-kernel
Hulin Thibaud wrote:
> I rebuilt ndiswrapper 1.19 version. When I type make, I have these
> errors :
>
> /usr/src/kernel-headers-2.6.17.060815.dell/Ach/i386/Makefile:383
> /usr/src/kernel-headers-2.6.17.060815.dell/Ach/i386/Makefile.cpu : No
> file or folder of this type
> Not rules to built the target
>
> (I traduce from french)
>
> Jeff V. Merkey a écrit :
>
>> Hulin Thibaud wrote:
>>
>>> Hi !
>>> I wanted to write at the kernel-net list, but that don't works.
>>> I updated my kernel and compiled it to 2.6.17, but now, ndiswrapper
>>> don't recognize my dongle Thomson XG-1500A.
>>> What can I do ?
>>> Thanks you very much,
>>> Thibaud.
>>>
>>>
>>> -
>>> To unsubscribe from this list: send the line "unsubscribe
>>> linux-kernel" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>> Please read the FAQ at http://www.tux.org/lkml/
>>>
>> Use the .19 ndiswrapper and try rebuilding.
>> Jeff
>>
>>
>
>
Sounds like the kernel includes and sources are not fully installed.
Don't rely on stock kernels for any of the distros, go the the provider
and get the kernel andall the header sources.
Jeff
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Fwd: ndiswrapper]
2006-08-21 17:00 ` Jeff V. Merkey
@ 2006-08-21 20:10 ` Hulin Thibaud
2006-08-21 20:45 ` Jeff V. Merkey
0 siblings, 1 reply; 6+ messages in thread
From: Hulin Thibaud @ 2006-08-21 20:10 UTC (permalink / raw)
To: Jeff V. Merkey; +Cc: linux-kernel
That's not the kernel of my distrib (Ubuntu Dapper). That's my own
kernel compiled with the option -binary. So, I installed manually the
.deb from kernel.org to sources, image, and headers. Maybe there is a
problem of links, to headers by example ?
Jeff V. Merkey a écrit :
> Hulin Thibaud wrote:
>
>> I rebuilt ndiswrapper 1.19 version. When I type make, I have these
>> errors :
>>
>> /usr/src/kernel-headers-2.6.17.060815.dell/Ach/i386/Makefile:383
>> /usr/src/kernel-headers-2.6.17.060815.dell/Ach/i386/Makefile.cpu : No
>> file or folder of this type
>> Not rules to built the target
>>
>> (I traduce from french)
>>
>> Jeff V. Merkey a écrit :
>>
>>> Hulin Thibaud wrote:
>>>
>>>> Hi !
>>>> I wanted to write at the kernel-net list, but that don't works.
>>>> I updated my kernel and compiled it to 2.6.17, but now, ndiswrapper
>>>> don't recognize my dongle Thomson XG-1500A.
>>>> What can I do ?
>>>> Thanks you very much,
>>>> Thibaud.
>>>>
>>>>
>>>> -
>>>> To unsubscribe from this list: send the line "unsubscribe
>>>> linux-kernel" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>> Please read the FAQ at http://www.tux.org/lkml/
>>>>
>>> Use the .19 ndiswrapper and try rebuilding.
>>> Jeff
>>>
>>>
>>
>>
> Sounds like the kernel includes and sources are not fully installed.
> Don't rely on stock kernels for any of the distros, go the the provider
> and get the kernel andall the header sources.
>
> Jeff
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Fwd: ndiswrapper]
2006-08-21 20:10 ` Hulin Thibaud
@ 2006-08-21 20:45 ` Jeff V. Merkey
0 siblings, 0 replies; 6+ messages in thread
From: Jeff V. Merkey @ 2006-08-21 20:45 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: linux-kernel
Hulin Thibaud wrote:
> That's not the kernel of my distrib (Ubuntu Dapper). That's my own
> kernel compiled with the option -binary. So, I installed manually the
> .deb from kernel.org to sources, image, and headers. Maybe there is a
> problem of links, to headers by example ?
Looks that way. First thing it to get a stable kernel tree you can
build and boot from without ndiswrapper. Next is check their makefiles
for ndiswrapper.
I have never attempted to build it on Ubuntu, just Suse and RedHat so
there may be issues with this.
Jeff
>
>
>
> Jeff V. Merkey a écrit :
>
>> Hulin Thibaud wrote:
>>
>>> I rebuilt ndiswrapper 1.19 version. When I type make, I have these
>>> errors :
>>>
>>> /usr/src/kernel-headers-2.6.17.060815.dell/Ach/i386/Makefile:383
>>> /usr/src/kernel-headers-2.6.17.060815.dell/Ach/i386/Makefile.cpu :
>>> No file or folder of this type
>>> Not rules to built the target
>>>
>>> (I traduce from french)
>>>
>>> Jeff V. Merkey a écrit :
>>>
>>>> Hulin Thibaud wrote:
>>>>
>>>>> Hi !
>>>>> I wanted to write at the kernel-net list, but that don't works.
>>>>> I updated my kernel and compiled it to 2.6.17, but now, ndiswrapper
>>>>> don't recognize my dongle Thomson XG-1500A.
>>>>> What can I do ?
>>>>> Thanks you very much,
>>>>> Thibaud.
>>>>>
>>>>>
>>>>> -
>>>>> To unsubscribe from this list: send the line "unsubscribe
>>>>> linux-kernel" in
>>>>> the body of a message to majordomo@vger.kernel.org
>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>>> Please read the FAQ at http://www.tux.org/lkml/
>>>>>
>>>> Use the .19 ndiswrapper and try rebuilding.
>>>> Jeff
>>>>
>>>>
>>>
>>>
>> Sounds like the kernel includes and sources are not fully installed.
>> Don't rely on stock kernels for any of the distros, go the the
>> provider and get the kernel andall the header sources.
>>
>> Jeff
>>
>>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-08-21 20:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-21 15:27 [Fwd: ndiswrapper] Hulin Thibaud
2006-08-21 16:21 ` Jeff V. Merkey
2006-08-21 16:06 ` Hulin Thibaud
2006-08-21 17:00 ` Jeff V. Merkey
2006-08-21 20:10 ` Hulin Thibaud
2006-08-21 20:45 ` Jeff V. Merkey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox