[Bug 209758] Broadcom 5717 C not working

Chris H bsd-lists at bsdforge.com
Fri May 27 00:23:52 UTC 2016


On Thu, 26 May 2016 20:52:52 +0000 bugzilla-noreply at freebsd.org wrote

> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209758
> 
> --- Comment #9 from Giuliano <giulianosperandio at gmail.com> ---
> Dear Ngie,
> 
> I have triple checked typing to be sure it is not my mistake. There is a

> error: fetch: No match
fetch(1) is tripping on the question mark " ? " in the URL you were given.
you're likely using (t)csh for your shell. You'll need to quote the
URL.

Try this:
cd /usr/src

fetch -o - 'https://bz-attachments.freebsd.org/attachment.cgi?id=170681' |
patch -p1

Make *sure* that the fetch line is all on one line. I say that
because your mail client may wrap that line.

> Hmm... I can't seem to find a patch in there
> anywhere. 
>
> Best regards,
> Giuliano
> 

--Chris




More information about the freebsd-amd64 mailing list