* [Bluez-users] installing patch
@ 2005-02-07 11:12 BZ Benny
2005-02-07 11:17 ` Marcel Holtmann
2005-02-07 11:35 ` Michal Semler
0 siblings, 2 replies; 5+ messages in thread
From: BZ Benny @ 2005-02-07 11:12 UTC (permalink / raw)
To: bluez-users
Hi all,
Someone can help me installing patch? can you give me
a url of an howto either?
patch-2.6.10-mh4.gz is a text file I don't know how
installing it.
tanks.
regards
benny
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] installing patch
2005-02-07 11:12 [Bluez-users] installing patch BZ Benny
@ 2005-02-07 11:17 ` Marcel Holtmann
2005-02-07 11:41 ` BZ Benny
2005-02-07 11:35 ` Michal Semler
1 sibling, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2005-02-07 11:17 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Benny,
> Someone can help me installing patch? can you give me
> a url of an howto either?
> patch-2.6.10-mh4.gz is a text file I don't know how
> installing it.
do you tried Google to find such a howto? This is a generic task and
described in every kernel howto. And I think there is also one howto
from me that is linked with the BlueZ webpages that shows how to do this
with Debian.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] installing patch
2005-02-07 11:17 ` Marcel Holtmann
@ 2005-02-07 11:41 ` BZ Benny
0 siblings, 0 replies; 5+ messages in thread
From: BZ Benny @ 2005-02-07 11:41 UTC (permalink / raw)
To: bluez-users
Hi Marcel,
> > Someone can help me installing patch? can you give
> me
> > a url of an howto either?
> > patch-2.6.10-mh4.gz is a text file I don't know
> how
> > installing it.
>
> do you tried Google to find such a howto? This is a
> generic task and
> described in every kernel howto.
I have just to tape
gunzip patch-2.6.10-mh4.gz
patch -p0 patch-2.6.10-mh4
is it?
> And I think there
> is also one howto
> from me that is linked with the BlueZ webpages that
> shows how to do this
> with Debian.
I seen it yesterday, but I didn't find it today.
regards
benny
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] installing patch
2005-02-07 11:12 [Bluez-users] installing patch BZ Benny
2005-02-07 11:17 ` Marcel Holtmann
@ 2005-02-07 11:35 ` Michal Semler
2005-02-07 11:43 ` BZ Benny
1 sibling, 1 reply; 5+ messages in thread
From: Michal Semler @ 2005-02-07 11:35 UTC (permalink / raw)
To: bluez-users
Dne po 7. =FAnora 2005 12:12 BZ Benny napsal(a):
> Hi all,
>
> Someone can help me installing patch? can you give me
> a url of an howto either?
> patch-2.6.10-mh4.gz is a text file I don't know how
> installing it.
> tanks.
>
> regards
> benn
gzip -cd patch-xxx.gz |patch -p0
in directory where your kernel sources are unzipped for example /usr/src/
Michal
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] installing patch
2005-02-07 11:35 ` Michal Semler
@ 2005-02-07 11:43 ` BZ Benny
0 siblings, 0 replies; 5+ messages in thread
From: BZ Benny @ 2005-02-07 11:43 UTC (permalink / raw)
To: bluez-users
Hi Michal,
tank you.
regards
imad
--- Michal Semler <cijoml@volny.cz> a écrit :
> Dne po 7. února 2005 12:12 BZ Benny napsal(a):
> > Hi all,
> >
> > Someone can help me installing patch? can you give
> me
> > a url of an howto either?
> > patch-2.6.10-mh4.gz is a text file I don't know
> how
> > installing it.
> > tanks.
> >
> > regards
> > benn
>
> gzip -cd patch-xxx.gz |patch -p0
>
> in directory where your kernel sources are unzipped
> for example /usr/src/
>
> Michal
>
>
>
-------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW --
> Interactive Reporting
> Tool for open source databases. Create drag-&-drop
> reports. Save time
> by over 75%! Publish reports on the web. Export to
> DOC, XLS, RTF, etc.
> Download a FREE copy at
> http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
>
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-02-07 11:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-07 11:12 [Bluez-users] installing patch BZ Benny
2005-02-07 11:17 ` Marcel Holtmann
2005-02-07 11:41 ` BZ Benny
2005-02-07 11:35 ` Michal Semler
2005-02-07 11:43 ` BZ Benny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox