Ubuntu 12.04をUSBドライブからインストールしました。 Wi-Fi接続に問題があります。ネットワークアダプターを更新しようとしましたが、svnコマンドでこの問題に遭遇しました。
Sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/ madwifi-ng
Karmic koalaのAtherosカードの Madwifiインストールのコードを使用していました が、手順7で止まってしまいます。Sudo svn
コマンドは手順7のコードを入力したときに見つかりません。私はスレッドで同様の問題を見つけようとしましたが、それを見つけることができませんでした。私が読んでいたスレッドは閉じられています。 Atheros Wireless Network Adapterがあり、wifiを使用できるように更新しようとしていました。現在、イーサネットを使用しています。
Building dependency tree
Reading state information... Done
E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.
adamsfj@adamsfj-Aspire-4330:~$ Sudo apt-get install build-essential libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.
adamsfj@adamsfj-Aspire-4330:~$ Sudo apt-get install linux-headers- 'uname -r'
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.
adamsfj@adamsfj-Aspire-4330:~$ Sudo apt-get install Subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.
adamsfj@adamsfj-Aspire-4330:~$ Sudo -i
root@adamsfj-Aspire-4330:~# Sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/madwifi-ng
Sudo: svn: command not found
root@adamsfj-Aspire-4330:~# Sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/ madwifi -ng
Sudo: svn: command not found
root@adamsfj-Aspire-4330:~#
Subversion
をインストールします パッケージ。その後、再試行してください。 Subverionクライアントであるsvn
バイナリは、そのパッケージに含まれています。
ちなみに、「コマンドが見つかりません」というエラーもこのパッケージに関するヒントです。
$ svn checkout ....
The program 'svn' is currently not installed. You can install it by typing:
Sudo apt-get install Subversion
また、svn
のような昇格された権限でSudo
コマンドを実行する必要はありません。私はあなたがハウツーに従うだけであることを理解していますが、それをしないでください。
そうは言っても、ワイヤレスに関する最初の問題をズームアウトすると、これがうまくいくとは思いません。 Karmic Koala(9.10)はreally古いものであり、Atherosワイヤレスドライバーは現在madwifiドライバーに含まれていません。正しく思い出せば、これはmac80211
ドライバーにマージされています。 ワイヤレスの問題について、より具体的な質問をしてください。