2011-07-04 18:15:07

by lululatortue

[permalink] [raw]
Subject: Broadcom 14e4:4357 mode monitor

Hello,

My objectif is to drive my broadcom with monitor mode. I would download the
staging-next git tree, available at :
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git

but with my linux write:

git clone
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git

I'have:

Initialized empty Git repository in /home/lefrancois/staging-next-2.6/.git/
fatal: The remote end hung up unexpectedly


you know were i can found solution why see unexpectedly or if i want have
your autorisation for download with my computeur?


2.6.32-32-generic ubuntu 10.04LTS with version git-core (1:1.7.0.4-1ubuntu0.2)

thank you



2011-07-05 05:59:08

by Arend van Spriel

[permalink] [raw]
Subject: Re: Broadcom 14e4:4357 mode monitor

On 06/30/2011 04:34 PM, lululatortue wrote:
> Hello,
>
> My objectif is to drive my broadcom with monitor mode. I would download the
> staging-next git tree, available at :
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git
>
> but with my linux write:
>
> git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git
>
> I'have:
>
> Initialized empty Git repository in /home/lefrancois/staging-next-2.6/.git/
> fatal: The remote end hung up unexpectedly

The URL was wrong, see
http://git.kernel.org/?p=linux/kernel/git/gregkh/staging-2.6.git;a=summary

When the git:// URL still does not work, you can try the http:// variant.

I also noticed your objective. The monitor mode functionality is not
(yet) supported by the brcm80211 softmac driver. Currently, it is a
STA-only driver.

Gr. AvS

--
Almost nobody dances sober, unless they happen to be insane.
-- H.P. Lovecraft --



2011-07-04 18:31:44

by Sedat Dilek

[permalink] [raw]
Subject: Re: Broadcom 14e4:4357 mode monitor

# Clone the remote GIT repository (master GIT branch)
git clone git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git

# Change to local GIT repository
cd staging-2.6

# Switch to staging-next GIT branch
git checkout -b staging-next origin/staging-next

# Check on which branch you are
git branch -l

- Sedat -

On Thu, Jun 30, 2011 at 4:34 PM, lululatortue
<[email protected]> wrote:
> Hello,
>
>     My objectif is to drive my broadcom with monitor mode. I would download the
> staging-next git tree, available at :
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git
>
>     but with my linux write:
>
>    git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git
>
>    I'have:
>
> Initialized empty Git repository in /home/lefrancois/staging-next-2.6/.git/
> fatal: The remote end hung up unexpectedly
>
>
>    you know were i can found solution why see unexpectedly or if i want have
> your autorisation for download with my computeur?
>
>
>     2.6.32-32-generic ubuntu 10.04LTS with version git-core (1:1.7.0.4-1ubuntu0.2)
>
>     thank you
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>