お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2016-01-21 13:46:10

bayou
ゲスト

Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

こんにちは、いつもお世話になっています。ubuntu14.04を使っています。以前、realtek-rtl8192cuのドライバが入れらず困ってご相談し、katsu07さんがお寄せくださった情報を元に解決したのですが、今回、おなじubuntu14.04をクリーンインストールしたところ、前回terminalに入力したコマンドが無効になっていて、ドライバを入れられないことが判明しました。下記のerrorメッセージです。

Package linux-headers-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

所有するほかのPCにもubuntu14.04が入れてあり同じRealtekの無線子機を使っているので、ドライバを移植することができればと思いってフォーラムを検索しましたが、おなじバージョン間でほかのPCからドライバを移植する方法についてはヒットできませんでした。恐れ入りますが、アイデアをお持ちの方、方法をご存じの方、ご教示いただけないでしょうか?どうかよろしくお願いいたします。

 

#2 2016-01-21 18:45:59

Mocchi
管理者
登録日: 2009-05-17

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

bayou による投稿:

Package linux-headers-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

端末で以下のコマンドを実行し、その出力を教えてください。

$ uname -a
$ dpkg -l | grep linux-headers

オフライン

 

#3 2016-01-21 20:43:35

bayou
ゲスト

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

Mocchlさま

ありがとうございます。
さっそくコマンドを入力いたしました。
結果は下記の内容です。


ii  linux-headers-3.13.0-24                               3.13.0-24.47                                        all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-24-generic                       3.13.0-24.47                                        i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-76                               3.13.0-76.120                                       all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-76-generic                       3.13.0-76.120                                       i386         Linux kernel headers for version 3.13.0 on 32 bit x86 SMP
ii  linux-headers-generic                                 3.13.0.76.82                                        i386         Generic Linux kernel headers
akira@akira-PC-VY20AEZ75:~$

 

#4 2016-01-22 09:17:37

Mocchi
管理者
登録日: 2009-05-17

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

ありがとうございます。

bayou による投稿:

以前、realtek-rtl8192cuのドライバが入れらず困ってご相談し、katsu07さんがお寄せくださった情報を元に解決したのですが、今回、おなじubuntu14.04をクリーンインストールしたところ、前回terminalに入力したコマンドが無効になっていて、ドライバを入れられないことが判明しました。

この時実施した手順も教えてください。

オフライン

 

#5 2016-01-22 10:34:12

bayou
ゲスト

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

Mocchiさん、お付き合いくださってありがとうございます。以前、katsu07さんが教えてくださったのは
https://github.com/pvaret/rtl8192cu-fixes 
に掲載の下記の方法です。

sudo apt-get update

sudo apt-get install git linux-headers-generic build-essential dkms

git clone https://github.com/pvaret/rtl8192cu-fixes.git

sudo dkms add ./rtl8192cu-fixes

sudo dkms install 8192cu/1.10

sudo depmod -a

sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

 

#6 2016-01-22 10:42:31

bayou
ゲスト

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

bayou による投稿:

Mocchiさん、お付き合いくださってありがとうございます。以前、katsu07さんが教えてくださったのは
https://github.com/pvaret/rtl8192cu-fixes 
に掲載の下記の方法です。

sudo apt-get update

sudo apt-get install git linux-headers-generic build-essential dkms

git clone https://github.com/pvaret/rtl8192cu-fixes.git

sudo dkms add ./rtl8192cu-fixes

sudo dkms install 8192cu/1.10

sudo depmod -a

sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/

 


このコマンドを入力してリブートすると、たちどころに受信状況が改善(100%ないしそれに近い値)し、もちろん途切れることもなくなって非常に快適になりました。いまも、ubuntu(とLinuxMint)を入れなおしていないPCでは快適です。今回、クリーンインストールしなおした1台のみ、問題にぶつかっています。上記のコマンドが最近になって無効になったようなのですが、ほかのPCからドライバを移植する方法はないものでしょうか?

 

#7 2016-01-22 10:51:24

Mocchi
管理者
登録日: 2009-05-17

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

bayou による投稿:

Package linux-headers-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

このエラーメッセージは、以下のコマンドの実行結果だと思いますが、確認してみてください。

bayou による投稿:

sudo apt-get install git linux-headers-generic build-essential dkms

オフライン

 

#8 2016-01-22 11:06:48

bayou
ゲスト

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

まったくその通りです。最初のコマンド
sudo apt-get install git linux-headers-generic build-essential dkms
を入力したところ、エラーメッセージが表示されました。

 

#9 2016-01-23 09:39:37

Mocchi
管理者
登録日: 2009-05-17

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

私は自宅内サーバーを14.04で動かしています。linux-headers-genericパッケージがインストール可能かどうか確認してみました。結果、インストール可能でした。

コード:

$ sudo apt-get install linux-headers-generic
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下の特別パッケージがインストールされます:
  linux-headers-3.13.0-76 linux-headers-3.13.0-76-generic
以下のパッケージが新たにインストールされます:
  linux-headers-3.13.0-76 linux-headers-3.13.0-76-generic
  linux-headers-generic
アップグレード: 0 個、新規インストール: 3 個、削除: 0 個、保留: 54 個。
9,572 kB のアーカイブを取得する必要があります。
この操作後に追加で 76.9 MB のディスク容量が消費されます。
続行しますか? [Y/n] 
取得:1 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-3.13.0-76 all 3.13.0-76.120 [8,870 kB]
取得:2 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-3.13.0-76-generic amd64 3.13.0-76.120 [700 kB]
取得:3 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-generic amd64 3.13.0.76.82 [2,236 B]
9,572 kB を 1秒 で取得しました (8,087 kB/s)  
以前に未選択のパッケージ linux-headers-3.13.0-76 を選択しています。
(データベースを読み込んでいます ... 現在 123873 個のファイルとディレクトリがインストールされています。)
.../linux-headers-3.13.0-76_3.13.0-76.120_all.deb を展開する準備をしています ...
linux-headers-3.13.0-76 (3.13.0-76.120) を展開しています...
以前に未選択のパッケージ linux-headers-3.13.0-76-generic を選択しています。
.../linux-headers-3.13.0-76-generic_3.13.0-76.120_amd64.deb を展開する準備をしています ...
linux-headers-3.13.0-76-generic (3.13.0-76.120) を展開しています...
以前に未選択のパッケージ linux-headers-generic を選択しています。
.../linux-headers-generic_3.13.0.76.82_amd64.deb を展開する準備をしています ...
linux-headers-generic (3.13.0.76.82) を展開しています...
linux-headers-3.13.0-76 (3.13.0-76.120) を設定しています ...
linux-headers-3.13.0-76-generic (3.13.0-76.120) を設定しています ...
linux-headers-generic (3.13.0.76.82) を設定しています ...

おそらくbayou さんの環境のaptがパッケージを見に行くリポジトリが提供する一覧に、linux-headers-genericパッケージがリスティングされていないのではないかと思います。リポジトリ一覧を出力するために、以下のコマンドの実行結果を教えてください。

$ apt-cache policy

オフライン

 

#10 2016-01-24 12:51:40

bayou
ゲスト

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

Mocchiさん、お付き合いくださって有り難うございます。
コマンドを入力したところ下記のようにでました。

パッケージファイル:
100 /var/lib/dpkg/status
     release a=now
500 http://ppa.launchpad.net/webupd8team/java/ubuntu/ trusty/main Translation-en
500 http://ppa.launchpad.net/webupd8team/java/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-webupd8team-java,a=trusty,n=trusty,l=Oracle Java (JDK) 7 / 8 / 9 Installer PPA,c=main
     origin ppa.launchpad.net
500 http://archive.ubuntulinux.jp/ubuntu-ja-non-free/ trusty/multiverse i386 Packages
     release v=14.04,o=myorg,n=trusty,c=multiverse
     origin archive.ubuntulinux.jp
500 http://archive.ubuntulinux.jp/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-japaneseteam,a=trusty,n=trusty,l=PPA for Ubuntu Japanese Team,c=main
     origin archive.ubuntulinux.jp
500 http://ppa.launchpad.net/tualatrix/ppa/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-tualatrix,a=trusty,n=trusty,l=Ubuntu Tweak Stable PPA,c=main
     origin ppa.launchpad.net
500 http://ppa.launchpad.net/teejee2008/ppa/ubuntu/ trusty/main Translation-en
500 http://ppa.launchpad.net/teejee2008/ppa/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-teejee2008,a=trusty,n=trusty,l=Development,c=main
     origin ppa.launchpad.net
500 http://ppa.launchpad.net/stefanobalocco/ppa/ubuntu/ trusty/main Translation-en
500 http://ppa.launchpad.net/stefanobalocco/ppa/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-stefanobalocco,a=trusty,n=trusty,l=Stefano's repository,c=main
     origin ppa.launchpad.net
500 http://ppa.launchpad.net/ravefinity-project/ppa/ubuntu/ trusty/main Translation-en
500 http://ppa.launchpad.net/ravefinity-project/ppa/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-ravefinity-project,a=trusty,n=trusty,l=RAVEfinity Offical PPA,c=main
     origin ppa.launchpad.net
500 http://ppa.launchpad.net/pipelight/stable/ubuntu/ trusty/main Translation-en
500 http://ppa.launchpad.net/pipelight/stable/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-pipelight-stable,a=trusty,n=trusty,l=pipelight-stable,c=main
     origin ppa.launchpad.net
500 http://ppa.launchpad.net/noobslab/icons/ubuntu/ trusty/main Translation-en
500 http://ppa.launchpad.net/noobslab/icons/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-noobslab-icons,a=trusty,n=trusty,l=Collection of icons PPA,c=main
     origin ppa.launchpad.net
500 http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages
     release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
     origin dl.google.com
500 http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-danielrichter2007-grub-customizer,a=trusty,n=trusty,l=Launchpad PPA for Grub Customizer,c=main
     origin ppa.launchpad.net
500 http://ppa.launchpad.net/atareao/atareao/ubuntu/ trusty/main Translation-en
500 http://ppa.launchpad.net/atareao/atareao/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-atareao-atareao,a=trusty,n=trusty,l=atareao-team,c=main
     origin ppa.launchpad.net
500 http://extras.ubuntu.com/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=LP-PPA-app-review-board,a=trusty,n=trusty,l=Application Review Board PPA,c=main
     origin extras.ubuntu.com
500 http://security.ubuntu.com/ubuntu/ trusty-security/universe Translation-en
500 http://security.ubuntu.com/ubuntu/ trusty-security/restricted Translation-en
500 http://security.ubuntu.com/ubuntu/ trusty-security/multiverse Translation-en
500 http://security.ubuntu.com/ubuntu/ trusty-security/main Translation-en
500 http://security.ubuntu.com/ubuntu/ trusty-security/multiverse i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-security,n=trusty,l=Ubuntu,c=multiverse
     origin security.ubuntu.com
500 http://security.ubuntu.com/ubuntu/ trusty-security/universe i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-security,n=trusty,l=Ubuntu,c=universe
     origin security.ubuntu.com
500 http://security.ubuntu.com/ubuntu/ trusty-security/restricted i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-security,n=trusty,l=Ubuntu,c=restricted
     origin security.ubuntu.com
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-security,n=trusty,l=Ubuntu,c=main
     origin security.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-backports/universe Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-backports/restricted Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-backports/multiverse Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-backports/main Translation-en
100 http://jp.archive.ubuntu.com/ubuntu/ trusty-backports/multiverse i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-backports,n=trusty,l=Ubuntu,c=multiverse
     origin jp.archive.ubuntu.com
100 http://jp.archive.ubuntu.com/ubuntu/ trusty-backports/universe i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-backports,n=trusty,l=Ubuntu,c=universe
     origin jp.archive.ubuntu.com
100 http://jp.archive.ubuntu.com/ubuntu/ trusty-backports/restricted i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-backports,n=trusty,l=Ubuntu,c=restricted
     origin jp.archive.ubuntu.com
100 http://jp.archive.ubuntu.com/ubuntu/ trusty-backports/main i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-backports,n=trusty,l=Ubuntu,c=main
     origin jp.archive.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/universe Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/restricted Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=multiverse
     origin jp.archive.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=universe
     origin jp.archive.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/restricted i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=restricted
     origin jp.archive.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=main
     origin jp.archive.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/universe Translation-ja
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/universe Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/restricted Translation-ja
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/restricted Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/multiverse Translation-ja
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/multiverse Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/main Translation-ja
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/main Translation-en
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/multiverse i386 Packages
     release v=14.04,o=Ubuntu,a=trusty,n=trusty,l=Ubuntu,c=multiverse
     origin jp.archive.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
     release v=14.04,o=Ubuntu,a=trusty,n=trusty,l=Ubuntu,c=universe
     origin jp.archive.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/restricted i386 Packages
     release v=14.04,o=Ubuntu,a=trusty,n=trusty,l=Ubuntu,c=restricted
     origin jp.archive.ubuntu.com
500 http://jp.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
     release v=14.04,o=Ubuntu,a=trusty,n=trusty,l=Ubuntu,c=main
     origin jp.archive.ubuntu.com
Pin されたパッケージ:

 

#11 2016-01-24 21:07:43

Mocchi
管理者
登録日: 2009-05-17

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

見たところうちの環境と大差ないですね。違う点を挙げるなら、PPAの登録があることでしょうか。

パッケージの情報も確認しておきたいと思います。以下のコマンドの出力を教えてください。参考までに、うちの環境の例も併記しておきます。

コード:

$ apt-cache policy linux-headers-generic
linux-headers-generic:
  インストールされているバージョン: 3.13.0.76.82
  候補:               3.13.0.76.82
  バージョンテーブル:
 *** 3.13.0.76.82 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
        100 /var/lib/dpkg/status
     3.13.0.24.28 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

オフライン

 

#12 2016-01-25 04:38:03

bayou
ゲスト

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

Mocchi による投稿:

見たところうちの環境と大差ないですね。違う点を挙げるなら、PPAの登録があることでしょうか。

パッケージの情報も確認しておきたいと思います。以下のコマンドの出力を教えてください。参考までに、うちの環境の例も併記しておきます。

コード:

$ apt-cache policy linux-headers-generic
linux-headers-generic:
  インストールされているバージョン: 3.13.0.76.82
  候補:               3.13.0.76.82
  バージョンテーブル:
 *** 3.13.0.76.82 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
        100 /var/lib/dpkg/status
     3.13.0.24.28 0
        500 http://jp.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Mocchiさん、お付き合いありがとうございます。
下記のように出ました。

$ apt-cache policy linux-headers-generic
linux-headers-generic:
  インストールされているバージョン: (なし)
  候補:               (なし)
  バージョンテーブル:

 

#13 2016-01-25 12:48:52

Mocchi
管理者
登録日: 2009-05-17

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

bayou による投稿:

$ apt-cache policy linux-headers-generic
linux-headers-generic:
  インストールされているバージョン: (なし)
  候補:               (なし)
  バージョンテーブル:

#7 の原因はこれですね。 リポジトリからパッケージ一覧情報を取得できていないようです。以下のコマンドがたぶんエラー終了していると思いますので、確認してみてください。もし可能ならログなども提示してください。

$ sudo apt-get update

オフライン

 

#14 2016-01-26 13:47:51

bayou
ゲスト

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

Mocchi による投稿:

bayou による投稿:

$ apt-cache policy linux-headers-generic
linux-headers-generic:
  インストールされているバージョン: (なし)
  候補:               (なし)
  バージョンテーブル:

#7 の原因はこれですね。 リポジトリからパッケージ一覧情報を取得できていないようです。以下のコマンドがたぶんエラー終了していると思いますので、確認してみてください。もし可能ならログなども提示してください。

$ sudo apt-get update

[sudo] password for *****:
無視 http://archive.ubuntulinux.jp trusty InRelease
無視 http://jp.archive.ubuntu.com trusty InRelease                             
無視 http://dl.google.com stable InRelease                                     
無視 http://archive.ubuntulinux.jp trusty InRelease                           
ヒット http://jp.archive.ubuntu.com trusty-updates InRelease                   
ヒット http://archive.ubuntulinux.jp trusty Release.gpg                       
ヒット http://dl.google.com stable Release.gpg                                 
ヒット http://jp.archive.ubuntu.com trusty-backports InRelease                 
ヒット http://archive.ubuntulinux.jp trusty Release.gpg                       
ヒット http://jp.archive.ubuntu.com trusty Release.gpg                         
ヒット http://dl.google.com stable Release                                     
ヒット http://archive.ubuntulinux.jp trusty Release                           
ヒット http://jp.archive.ubuntu.com trusty-updates/main Sources               
ヒット http://archive.ubuntulinux.jp trusty Release                           
ヒット http://jp.archive.ubuntu.com trusty-updates/restricted Sources         
ヒット http://archive.ubuntulinux.jp trusty/main Sources                       
ヒット http://dl.google.com stable/main i386 Packages                         
ヒット http://jp.archive.ubuntu.com trusty-updates/universe Sources           
ヒット http://archive.ubuntulinux.jp trusty/main i386 Packages                 
ヒット http://jp.archive.ubuntu.com trusty-updates/multiverse Sources         
ヒット http://jp.archive.ubuntu.com trusty-updates/main i386 Packages         
ヒット http://security.ubuntu.com trusty-security InRelease                   
ヒット http://jp.archive.ubuntu.com trusty-updates/restricted i386 Packages   
ヒット http://jp.archive.ubuntu.com trusty-updates/universe i386 Packages     
ヒット http://archive.ubuntulinux.jp trusty/multiverse Sources                 
ヒット http://jp.archive.ubuntu.com trusty-updates/multiverse i386 Packages   
ヒット http://archive.ubuntulinux.jp trusty/multiverse i386 Packages           
ヒット http://jp.archive.ubuntu.com trusty-updates/main Translation-en         
無視 http://extras.ubuntu.com trusty InRelease                                 
ヒット http://ppa.launchpad.net trusty InRelease                               
ヒット http://jp.archive.ubuntu.com trusty-updates/multiverse Translation-en   
ヒット http://jp.archive.ubuntu.com trusty-updates/restricted Translation-en   
ヒット http://jp.archive.ubuntu.com trusty-updates/universe Translation-en     
ヒット http://security.ubuntu.com trusty-security/main Sources                 
ヒット http://jp.archive.ubuntu.com trusty-backports/main Sources             
ヒット http://jp.archive.ubuntu.com trusty-backports/restricted Sources       
ヒット http://jp.archive.ubuntu.com trusty-backports/universe Sources         
ヒット http://extras.ubuntu.com trusty Release.gpg                             
無視 http://ppa.launchpad.net trusty InRelease                                 
ヒット http://security.ubuntu.com trusty-security/restricted Sources           
ヒット http://jp.archive.ubuntu.com trusty-backports/multiverse Sources       
ヒット http://jp.archive.ubuntu.com trusty-backports/main i386 Packages       
ヒット http://jp.archive.ubuntu.com trusty-backports/restricted i386 Packages 
ヒット http://jp.archive.ubuntu.com trusty-backports/universe i386 Packages   
ヒット http://jp.archive.ubuntu.com trusty-backports/multiverse i386 Packages 
無視 http://dl.google.com stable/main Translation-ja_JP                       
ヒット http://jp.archive.ubuntu.com trusty-backports/main Translation-en       
ヒット http://security.ubuntu.com trusty-security/universe Sources             
ヒット http://jp.archive.ubuntu.com trusty-backports/multiverse Translation-en
無視 http://dl.google.com stable/main Translation-ja                           
ヒット http://ppa.launchpad.net trusty InRelease                               
ヒット http://extras.ubuntu.com trusty Release                                 
ヒット http://jp.archive.ubuntu.com trusty-backports/restricted Translation-en
無視 http://dl.google.com stable/main Translation-en                           
ヒット http://jp.archive.ubuntu.com trusty-backports/universe Translation-en   
ヒット http://jp.archive.ubuntu.com trusty Release                             
ヒット http://jp.archive.ubuntu.com trusty/main Sources                       
ヒット http://security.ubuntu.com trusty-security/multiverse Sources           
ヒット http://jp.archive.ubuntu.com trusty/restricted Sources                 
ヒット http://jp.archive.ubuntu.com trusty/universe Sources                   
ヒット http://jp.archive.ubuntu.com trusty/multiverse Sources                 
ヒット http://ppa.launchpad.net trusty InRelease                               
ヒット http://jp.archive.ubuntu.com trusty/main i386 Packages                 
ヒット http://extras.ubuntu.com trusty/main Sources                           
ヒット http://jp.archive.ubuntu.com trusty/restricted i386 Packages           
無視 http://archive.ubuntulinux.jp trusty/main Translation-ja_JP               
ヒット http://security.ubuntu.com trusty-security/main i386 Packages           
ヒット http://jp.archive.ubuntu.com trusty/universe i386 Packages             
無視 http://archive.ubuntulinux.jp trusty/main Translation-ja                 
無視 http://archive.ubuntulinux.jp trusty/main Translation-en                 
無視 http://archive.ubuntulinux.jp trusty/multiverse Translation-ja_JP         
ヒット http://jp.archive.ubuntu.com trusty/multiverse i386 Packages           
無視 http://archive.ubuntulinux.jp trusty/multiverse Translation-ja           
無視 http://archive.ubuntulinux.jp trusty/multiverse Translation-en           
ヒット http://jp.archive.ubuntu.com trusty/main Translation-ja                 
ヒット http://ppa.launchpad.net trusty InRelease                               
ヒット http://security.ubuntu.com trusty-security/restricted i386 Packages     
ヒット http://jp.archive.ubuntu.com trusty/main Translation-en                 
ヒット http://extras.ubuntu.com trusty/main i386 Packages                     
ヒット http://jp.archive.ubuntu.com trusty/multiverse Translation-ja           
ヒット http://jp.archive.ubuntu.com trusty/multiverse Translation-en           
ヒット http://jp.archive.ubuntu.com trusty/restricted Translation-ja           
ヒット http://security.ubuntu.com trusty-security/universe i386 Packages       
ヒット http://jp.archive.ubuntu.com trusty/restricted Translation-en           
無視 http://ppa.launchpad.net trusty InRelease                                 
ヒット http://jp.archive.ubuntu.com trusty/universe Translation-ja             
ヒット http://jp.archive.ubuntu.com trusty/universe Translation-en             
ヒット http://security.ubuntu.com trusty-security/multiverse i386 Packages     
ヒット http://ppa.launchpad.net trusty InRelease                               
ヒット http://security.ubuntu.com trusty-security/main Translation-en         
無視 http://ppa.launchpad.net trusty InRelease                                 
ヒット http://security.ubuntu.com trusty-security/multiverse Translation-en   
無視 http://jp.archive.ubuntu.com trusty/main Translation-ja_JP               
無視 http://jp.archive.ubuntu.com trusty/multiverse Translation-ja_JP         
無視 http://jp.archive.ubuntu.com trusty/restricted Translation-ja_JP         
無視 http://jp.archive.ubuntu.com trusty/universe Translation-ja_JP           
ヒット http://security.ubuntu.com trusty-security/restricted Translation-en   
ヒット http://ppa.launchpad.net trusty InRelease                               
ヒット http://security.ubuntu.com trusty-security/universe Translation-en     
ヒット http://ppa.launchpad.net trusty/main i386 Packages                     
ヒット http://ppa.launchpad.net trusty/main Translation-en                     
ヒット http://ppa.launchpad.net trusty Release.gpg                             
ヒット http://ppa.launchpad.net trusty/main i386 Packages                     
ヒット http://ppa.launchpad.net trusty/main Translation-en                     
ヒット http://ppa.launchpad.net trusty/main i386 Packages                     
ヒット http://ppa.launchpad.net trusty/main Translation-en                     
ヒット http://ppa.launchpad.net trusty/main i386 Packages                     
ヒット http://ppa.launchpad.net trusty/main Translation-en                     
無視 http://extras.ubuntu.com trusty/main Translation-ja_JP                   
無視 http://extras.ubuntu.com trusty/main Translation-ja                       
無視 http://extras.ubuntu.com trusty/main Translation-en                       
ヒット http://ppa.launchpad.net trusty Release.gpg                             
ヒット http://ppa.launchpad.net trusty/main i386 Packages
ヒット http://ppa.launchpad.net trusty/main Translation-en
ヒット http://ppa.launchpad.net trusty Release.gpg         
ヒット http://ppa.launchpad.net trusty/main i386 Packages                     
ヒット http://ppa.launchpad.net trusty/main Translation-en                     
ヒット http://ppa.launchpad.net trusty Release                                 
ヒット http://ppa.launchpad.net trusty Release                                 
ヒット http://ppa.launchpad.net trusty Release                                 
ヒット http://ppa.launchpad.net trusty/main i386 Packages                     
ヒット http://ppa.launchpad.net trusty/main i386 Packages                     
ヒット http://ppa.launchpad.net trusty/main Translation-en                     
ヒット http://ppa.launchpad.net trusty/main i386 Packages                     
無視 http://ppa.launchpad.net trusty/main Translation-ja_JP                   
無視 http://ppa.launchpad.net trusty/main Translation-ja                       
無視 http://ppa.launchpad.net trusty/main Translation-en                       
無視 http://ppa.launchpad.net trusty/main Translation-ja_JP                   
無視 http://ppa.launchpad.net trusty/main Translation-ja                       
無視 http://ppa.launchpad.net trusty/main Translation-en                       
パッケージリストを読み込んでいます... 完了     

と、でました。
もう一度、コマンドを入力します。
*****@*****-PC-VY20AEZ75:~$ sudo apt-get install git linux-headers-generic build-essential dkms
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています               
状態情報を読み取っています... 完了
linux-headers-generic はすでに最新版です。
linux-headers-generic は手動でインストールしたと設定されました。
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
  kde-l10n-engb kde-l10n-ja
これを削除するには 'apt-get autoremove' を利用してください。
以下の特別パッケージがインストールされます:
  dpkg-dev fakeroot g++ g++-4.8 git-man libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl liberror-perl libfakeroot
  libstdc++-4.8-dev
提案パッケージ:
  debhelper debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc
  libstdc++6-4.8-dbg git-daemon-run git-daemon-sysvinit git-doc git-el
  git-email git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn
  libstdc++-4.8-doc
以下のパッケージが新たにインストールされます:
  build-essential dkms dpkg-dev fakeroot g++ g++-4.8 git git-man
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  liberror-perl libfakeroot libstdc++-4.8-dev
アップグレード: 0 個、新規インストール: 14 個、削除: 0 個、保留: 9 個。
20.2 MB のアーカイブを取得する必要があります。
この操作後に追加で 60.3 MB のディスク容量が消費されます。
続行しますか? [Y/n] y
取得:1 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev i386 4.8.4-2ubuntu1~14.04 [1,058 kB]
取得:2 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 i386 4.8.4-2ubuntu1~14.04 [14.8 MB]
取得:3 http://jp.archive.ubuntu.com/ubuntu/ trusty/main g++ i386 4:4.8.2-1ubuntu6 [1,500 B]
取得:4 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.5 [726 kB]
取得:5 http://jp.archive.ubuntu.com/ubuntu/ trusty/main build-essential i386 11.6ubuntu6 [4,824 B]
取得:6 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.5 [65.4 kB]
取得:7 http://jp.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot i386 1.20-3ubuntu2 [25.4 kB]
取得:8 http://jp.archive.ubuntu.com/ubuntu/ trusty/main fakeroot i386 1.20-3ubuntu2 [55.4 kB]
取得:9 http://jp.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB]
取得:10 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.2 [699 kB]
取得:11 http://jp.archive.ubuntu.com/ubuntu/ trusty-updates/main git i386 1:1.9.1-1ubuntu0.2 [2,651 kB]
取得:12 http://jp.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]
取得:13 http://jp.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl i386 0.04-2build4 [13.1 kB]
取得:14 http://jp.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
20.2 MB を 1分 6秒 で取得しました (302 kB/s)                                   
以前に未選択のパッケージ libstdc++-4.8-dev:i386 を選択しています。
(データベースを読み込んでいます ... 現在 366043 個のファイルとディレクトリがインストールされています。)
.../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04_i386.deb を展開する準備をしています ...
libstdc++-4.8-dev:i386 (4.8.4-2ubuntu1~14.04) を展開しています...
以前に未選択のパッケージ g++-4.8 を選択しています。
.../g++-4.8_4.8.4-2ubuntu1~14.04_i386.deb を展開する準備をしています ...
g++-4.8 (4.8.4-2ubuntu1~14.04) を展開しています...
以前に未選択のパッケージ g++ を選択しています。
.../g++_4%3a4.8.2-1ubuntu6_i386.deb を展開する準備をしています ...
g++ (4:4.8.2-1ubuntu6) を展開しています...
以前に未選択のパッケージ dpkg-dev を選択しています。
.../dpkg-dev_1.17.5ubuntu5.5_all.deb を展開する準備をしています ...
dpkg-dev (1.17.5ubuntu5.5) を展開しています...
以前に未選択のパッケージ build-essential を選択しています。
.../build-essential_11.6ubuntu6_i386.deb を展開する準備をしています ...
build-essential (11.6ubuntu6) を展開しています...
以前に未選択のパッケージ dkms を選択しています。
.../dkms_2.2.0.3-1.1ubuntu5.14.04.5_all.deb を展開する準備をしています ...
dkms (2.2.0.3-1.1ubuntu5.14.04.5) を展開しています...
以前に未選択のパッケージ libfakeroot:i386 を選択しています。
.../libfakeroot_1.20-3ubuntu2_i386.deb を展開する準備をしています ...
libfakeroot:i386 (1.20-3ubuntu2) を展開しています...
以前に未選択のパッケージ fakeroot を選択しています。
.../fakeroot_1.20-3ubuntu2_i386.deb を展開する準備をしています ...
fakeroot (1.20-3ubuntu2) を展開しています...
以前に未選択のパッケージ liberror-perl を選択しています。
.../liberror-perl_0.17-1.1_all.deb を展開する準備をしています ...
liberror-perl (0.17-1.1) を展開しています...
以前に未選択のパッケージ git-man を選択しています。
.../git-man_1%3a1.9.1-1ubuntu0.2_all.deb を展開する準備をしています ...
git-man (1:1.9.1-1ubuntu0.2) を展開しています...
以前に未選択のパッケージ git を選択しています。
.../git_1%3a1.9.1-1ubuntu0.2_i386.deb を展開する準備をしています ...
git (1:1.9.1-1ubuntu0.2) を展開しています...
以前に未選択のパッケージ libalgorithm-diff-perl を選択しています。
.../libalgorithm-diff-perl_1.19.02-3_all.deb を展開する準備をしています ...
libalgorithm-diff-perl (1.19.02-3) を展開しています...
以前に未選択のパッケージ libalgorithm-diff-xs-perl を選択しています。
.../libalgorithm-diff-xs-perl_0.04-2build4_i386.deb を展開する準備をしています ...
libalgorithm-diff-xs-perl (0.04-2build4) を展開しています...
以前に未選択のパッケージ libalgorithm-merge-perl を選択しています。
.../libalgorithm-merge-perl_0.08-2_all.deb を展開する準備をしています ...
libalgorithm-merge-perl (0.08-2) を展開しています...
man-db (2.6.7.1-1ubuntu1) のトリガを処理しています ...
libstdc++-4.8-dev:i386 (4.8.4-2ubuntu1~14.04) を設定しています ...
g++-4.8 (4.8.4-2ubuntu1~14.04) を設定しています ...
g++ (4:4.8.2-1ubuntu6) を設定しています ...
update-alternatives: /usr/bin/c++ (c++) を提供するために 自動モード で /usr/bin/g++ を使います
dpkg-dev (1.17.5ubuntu5.5) を設定しています ...
build-essential (11.6ubuntu6) を設定しています ...
dkms (2.2.0.3-1.1ubuntu5.14.04.5) を設定しています ...
libfakeroot:i386 (1.20-3ubuntu2) を設定しています ...
fakeroot (1.20-3ubuntu2) を設定しています ...
update-alternatives: /usr/bin/fakeroot (fakeroot) を提供するために 自動モード で /usr/bin/fakeroot-sysv を使います
liberror-perl (0.17-1.1) を設定しています ...
git-man (1:1.9.1-1ubuntu0.2) を設定しています ...
git (1:1.9.1-1ubuntu0.2) を設定しています ...
libalgorithm-diff-perl (1.19.02-3) を設定しています ...
libalgorithm-diff-xs-perl (0.04-2build4) を設定しています ...
libalgorithm-merge-perl (0.08-2) を設定しています ...
*****@*****-PC-VY20AEZ75:~$ git clone https://github.com/pvaret/rtl8192cu-fixes.git
Cloning into 'rtl8192cu-fixes'...
remote: Counting objects: 435, done.
remote: Total 435 (delta 0), reused 0 (delta 0), pack-reused 435
Receiving objects: 100% (435/435), 1.79 MiB | 87.00 KiB/s, done.
Resolving deltas: 100% (222/222), done.
Checking connectivity... done.
*****@*****-PC-VY20AEZ75:~$ sudo dkms add ./rtl8192cu-fixes

Creating symlink /var/lib/dkms/8192cu/1.10/source ->
                 /usr/src/8192cu-1.10

DKMS: add completed.
*****@*****-PC-VY20AEZ75:~$ sudo dkms install 8192cu/1.10

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
make KERNELRELEASE=3.13.0-76-generic -C /lib/modules/3.13.0-76-generic/build M=/var/lib/dkms/8192cu/1.10/build.................
cleaning build area....

DKMS: build completed.

8192cu.ko:
Running module version sanity check.
- Original module
   - No original module exists within this kernel
- Installation
   - Installing to /lib/modules/3.13.0-76-generic/updates/dkms/

depmod........

Backing up initrd.img-3.13.0-76-generic to /boot/initrd.img-3.13.0-76-generic.old-dkms
Making new initrd.img-3.13.0-76-generic
(If next boot fails, revert to initrd.img-3.13.0-76-generic.old-dkms image)
update-initramfs........

DKMS: install completed.
*****@*****-PC-VY20AEZ75:~$ sudo depmod -a
*****@*****-PC-VY20AEZ75:~$ sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
*****@*****-PC-VY20AEZ75:~$

Mocchiさん、お付き合いくださってありがとうございました。

以前、katsu07さんに教わってやったときとおなじようにできました。
いまからリブートします。
ありがとうございました。

 

#15 2016-01-26 19:59:46

Mocchi
管理者
登録日: 2009-05-17

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

bayou による投稿:

...
ヒット http://jp.archive.ubuntu.com trusty-updates/main i386 Packages         
...

リスト取得できたようですね。一時的にネットワークが不通だったとか、そういうケースだったのだと思います。

オフライン

 

#16 2016-01-27 06:09:45

bayou
ゲスト

Re: Realtek−rtl8192cu 無線子機ドライバが入れられなくなった件

Mocchi による投稿:

bayou による投稿:

...
ヒット http://jp.archive.ubuntu.com trusty-updates/main i386 Packages         
...

リスト取得できたようですね。一時的にネットワークが不通だったとか、そういうケースだったのだと思います。

複数所有するPCにubuntuを入れてあり、いずれもおなじrealtekのチップセット内蔵子機を使っているので、原因がわかって助かりました。Mocchiさん、本当にありがとうございました。

 

Board footer

Powered by FluxBB