免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: Dr-Zuo
打印 上一主题 下一主题

[系统安装] Ubuntu升级后能挂载但是不能打开U盘 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2012-09-04 20:45 |只看该作者
回复 10# chenyx

恩~ 新手,各种问题



   

论坛徽章:
0
12 [报告]
发表于 2012-09-04 20:55 |只看该作者
回复 9# chenyx

应该是声卡驱动问题,声音那儿显示"假输出",本人按照网上的东东安装alsa-driver,但是安装的时候解压完然后 ./configure 等等总是出错,之前安装 .tar格式的软件也是这样 ,新手,求指点~


   

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
13 [报告]
发表于 2012-09-04 21:05 |只看该作者
configure报错,你把报错信息贴一下

论坛徽章:
0
14 [报告]
发表于 2012-09-04 21:27 |只看该作者
回复 13# chenyx

mirinda@mirinda-B202:~$ cd /home/mirinda/下载/alsa-driver-1.0.25
mirinda@mirinda-B202:~/下载/alsa-driver-1.0.25$ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /home/mirinda/下载/alsa-driver-1.0.25
checking cross compile...
checking for directory with ALSA kernel sources... /home/mirinda/下载/alsa-driver-1.0.25/alsa-kernel
checking for directory with kernel source... Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).
mirinda@mirinda-B202:~/下载/alsa-driver-1.0.25$ make
make all-deps
make[1]: 正在进入目录 `/home/mirinda/下载/alsa-driver-1.0.25'
make[1]: 没有什么可以做的为 `all-deps'。
make[1]:正在离开目录 `/home/mirinda/下载/alsa-driver-1.0.25'

Please, run the configure script as first...

mirinda@mirinda-B202:~/下载/alsa-driver-1.0.25$ make install
if [ -L /include/sound ]; then \
                rm -f /include/sound; \
                ln -sf /home/mirinda/下载/alsa-driver-1.0.25/include/sound /include/sound; \
        else \
                rm -rf /include/sound; \
                install -d -m 755 -g root -o root /include/sound; \
                for f in include/sound/*.h; do \
                        install -m 644 -g root -o root $f /include/sound; \
                done \
        fi
rm: 无法删除"/include/sound": 权限不够
install: 无法获取"include/sound/*.h" 的文件状态(stat): 没有那个文件或目录
make: *** [install-headers] 错误 1



   

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
15 [报告]
发表于 2012-09-04 21:30 |只看该作者
checking for directory with kernel source... Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).

你的系统没有安装kernel的开发包,你安装下吧.rhel系列是kernel-devel,不知道ubuntu的包是不是这个名字

论坛徽章:
0
16 [报告]
发表于 2012-09-06 18:48 |只看该作者
回复 15# chenyx

谢谢,我在kernel.org 下载了一个包,怎么安装阿?


   

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
17 [报告]
发表于 2012-09-06 20:15 |只看该作者
解压缩,放到/usr/src下,然后做一个软连接到/usr/src/linux,指向你的内核的目录(或者直接重命名内核目录也行)

论坛徽章:
0
18 [报告]
发表于 2012-09-07 20:09 |只看该作者
回复 17# chenyx


谢谢,我装的3.5.3版,可是还是不行呢?下面是代码:
mirinda@mirinda-B202:/usr/src$ sudo ln -s linux-3.5.3 linux
mirinda@mirinda-B202:/usr/src$ cd /home/mirinda/下载/alsa-driver-1.0.25
mirinda@mirinda-B202:~/下载/alsa-driver-1.0.25$ ./configure --with-isapnp=yeschecking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /home/mirinda/下载/alsa-driver-1.0.25
checking cross compile...
checking for directory with ALSA kernel sources... /home/mirinda/下载/alsa-driver-1.0.25/alsa-kernel
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build... /usr/src/linux
checking for kernel linux/version.h ... no
The file /usr/src/linux/include/INCLUDE_VERSION_H does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).

mirinda@mirinda-B202:~/下载/alsa-driver-1.0.25$



   

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
19 [报告]
发表于 2012-09-07 20:29 |只看该作者
你的系统的kernel的版本是多少?
你不是ubuntu吗,apt-get安装下内核开发包,很快的

论坛徽章:
0
20 [报告]
发表于 2012-09-07 20:42 |只看该作者
回复 19# chenyx


谢谢,新手,求教,这算不算已经安上了呀?
   
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP