[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:29180] potato(2.2r2) install i815e(AOpen BS2800)



青木%はじめまして@神奈川です。

 はじめまして、青木と申します。

 3週間前に、Debian用として、AOpen BS2800(i815e)を購入してインスト
ールをしていたのですが、どうしても X が、SVGAで立ち上げれません。
 「[debian-users:26951] i815」や下記のURLを参照したのですが、
「make agpgart.o」を実施したところでエラーになってしまい先に進むこ
とができません。

参照したところ: http://www.ep.sci.hokudai.ac.jp/~epcore/dvlop/X.html

 インストール媒体は、UNUX USER 2001.5 についていた DVD-ROMです。
 インストールが終わってから下記の手順でインストールしてます。

# apt-get update
# apt-get upgrade
# apt-get install task-x-window-system-core
  SVGAをデフォルト
  XF86Configは作成しない
# apt-get install gcc
# apt-get install kernel-headers-2.2.17
# apt-get install alien
# ftp 192.168.0.254     <--- 自宅のFTP-Server
  xfcom_i810-1.2-3.i386.rpm
  i810gtt-0.2-4.src.rpm
 ※ intelサイトからダウンロードしたもの
# mkdir i810gtt
# cp i810gtt-0.2-4.src.rpm i810gtt/
# cd i810gtt
# alien --to-tgz i810gtt-0.2.4.src.rpm
# tar xfvz I810Gtt-0.2-5.tgz
# tar xfvz I810Gtt-0.2.tar.gz
# cd /usr/src
# ln -s 2 kernel-headers-2.2.17 linux
# cd /root/i810gtt
# mknod /dev/agpgart c 10 175
# make agpgart.o
  ※ エラーは、 make agpgart.o &> err.log でファイルにしました。

で下記のエラーとなってしまいます。
Linux magazine 2001.7 についていた Red Hat Linux 7.1は、なにも問題な
くインストールできたのですが、どうしても Debian が使用してみたくご指
導頂けると嬉しいです。

(ちなみに、omoikane は、oxsetupでうまくいかなくなります。「[debian-
users:26833] i815e で X を動かしたい」ででてきた woodyも良くわかりま
せんでした。「[debian-users:28492] Re: XFree86 for "Unknown Device"」
などででてくる XFree86 4.0.3で挑戦してみようと思ったのですがやはり良
くわかりませんでした。(;_;))

---
err.log
---
gcc -O2 -fomit-frame-pointer -m486 -DMODULE -D__KERNEL__ -DCONFIG_PCI -I. -I/usr/src/linux/include -pipe -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCONFIG_MODVERSIONS -DCONFIG_MTRR -DCONFIG_1GB -c -o agpgart.o agpgart.c
agpgart.c:42: linux/config.h: No such file or directory
agpgart.c:43: linux/version.h: No such file or directory
agpgart.c:46: linux/module.h: No such file or directory
In file included from agpgart.c:48:
linux/modversions.h:1: linux/modsetver.h: No such file or directory
agpgart.c:55: linux/types.h: No such file or directory
agpgart.c:56: linux/kernel.h: No such file or directory
agpgart.c:57: linux/sched.h: No such file or directory
agpgart.c:58: linux/mm.h: No such file or directory
agpgart.c:59: linux/string.h: No such file or directory
agpgart.c:60: linux/errno.h: No such file or directory
agpgart.c:61: linux/malloc.h: No such file or directory
agpgart.c:62: linux/pci.h: No such file or directory
agpgart.c:63: linux/init.h: No such file or directory
agpgart.c:64: linux/miscdevice.h: No such file or directory
agpgart.c:74: asm/mtrr.h: No such file or directory
agpgart.c:77: asm/uaccess.h: No such file or directory
agpgart.c:78: asm/system.h: No such file or directory
agpgart.c:79: asm/io.h: No such file or directory
agpgart.c:86: parse error before string constant
agpgart.c:86: warning: data definition has no type or storage class
agpgart.c:87: parse error before string constant
agpgart.c:87: warning: data definition has no type or storage class
agpgart.c:89: parse error before `__initdata'
agpgart.c:89: warning: data definition has no type or storage class
agpgart.c: In function `gart_alloc_page':
agpgart.c:189: `GFP_KERNEL' undeclared (first use in this function)
agpgart.c:189: (Each undeclared identifier is reported only once
agpgart.c:189: for each function it appears in.)
agpgart.c:190: `NULL' undeclared (first use in this function)
agpgart.c:195: `PG_reserved' undeclared (first use in this function)
agpgart.c:195: `mem_map' undeclared (first use in this function)
agpgart.c:195: subscripted value is neither array nor pointer
agpgart.c: In function `gart_destroy_page':
agpgart.c:202: `NULL' undeclared (first use in this function)
agpgart.c:205: `PG_reserved' undeclared (first use in this function)
agpgart.c:205: `mem_map' undeclared (first use in this function)
agpgart.c:205: subscripted value is neither array nor pointer
agpgart.c: In function `gart_insert_page':
agpgart.c:218: `EINVAL' undeclared (first use in this function)
agpgart.c:225: `EBUSY' undeclared (first use in this function)
agpgart.c:230: `NULL' undeclared (first use in this function)
agpgart.c:232: `ENOMEM' undeclared (first use in this function)
agpgart.c: In function `gart_remove_page':
agpgart.c:255: `EINVAL' undeclared (first use in this function)
agpgart.c:261: `NULL' undeclared (first use in this function)
agpgart.c:262: `ENOMEM' undeclared (first use in this function)
agpgart.c: At top level:
agpgart.c:292: warning: `struct file' declared inside parameter list
agpgart.c:292: warning: its scope is only this definition or declaration, which is probably not what you want.
agpgart.c:292: warning: `struct inode' declared inside parameter list
agpgart.c: In function `gart_ioctl':
agpgart.c:300: parse error before `long'
agpgart.c:306: `EFAULT' undeclared (first use in this function)
agpgart.c:308: `printk' undeclared (first use in this function)
agpgart.c:308: `KERN_INFO' undeclared (first use in this function)
agpgart.c:308: parse error before string constant
agpgart.c:312: `EINVAL' undeclared (first use in this function)
agpgart.c:315: parse error before `long'
agpgart.c:326: parse error before `long'
agpgart.c:337: parse error before `struct'
agpgart.c:304: warning: unreachable code at beginning of switch statement
agpgart.c:348: called object is not a function
agpgart.c:361: break statement not within loop or switch
agpgart.c:363: parse error before `struct'
agpgart.c:368: `gart_agpmode' undeclared (first use in this function)
agpgart.c: At top level:
agpgart.c:376: parse error before `return'
agpgart.c: In function `gart_create_table':
agpgart.c:394: `NULL' undeclared (first use in this function)
agpgart.c:404: `EINVAL' undeclared (first use in this function)
agpgart.c:409: `__get_free_pages' undeclared (first use in this function)
agpgart.c:409: `GFP_KERNEL' undeclared (first use in this function)
agpgart.c:409: called object is not a function
agpgart.c:413: `ENOMEM' undeclared (first use in this function)
agpgart.c:417: `PAGE_SIZE' undeclared (first use in this function)
agpgart.c:421: `PG_reserved' undeclared (first use in this function)
agpgart.c:421: `mem_map' undeclared (first use in this function)
agpgart.c:421: subscripted value is neither array nor pointer
agpgart.c: In function `gart_get_gart':
agpgart.c:448: `printk' undeclared (first use in this function)
agpgart.c:448: called object is not a function
agpgart.c:449: `misc_deregister' undeclared (first use in this function)
agpgart.c:449: called object is not a function
agpgart.c:450: `ENOMEM' undeclared (first use in this function)
agpgart.c: In function `i810_get_gart':
agpgart.c:523: `pci_read_config_dword' undeclared (first use in this function)
agpgart.c:523: `u32' undeclared (first use in this function)
agpgart.c:523: parse error before `)'
agpgart.c:523: called object is not a function
agpgart.c:528: warning: assignment makes pointer from integer without a cast
agpgart.c:532: called object is not a function
agpgart.c:535: `printk' undeclared (first use in this function)
agpgart.c:535: called object is not a function
agpgart.c:536: `ENOMEM' undeclared (first use in this function)
agpgart.c:548: called object is not a function
agpgart.c:549: `misc_deregister' undeclared (first use in this function)
agpgart.c:549: called object is not a function
agpgart.c:555: called object is not a function
agpgart.c: In function `i810_configure':
agpgart.c:600: `pci_read_config_dword' undeclared (first use in this function)
agpgart.c:600: `u32' undeclared (first use in this function)
agpgart.c:600: parse error before `)'
agpgart.c:600: called object is not a function
agpgart.c:601: `PCI_BASE_ADDRESS_MEM_MASK' undeclared (first use in this function)
agpgart.c:618: `printk' undeclared (first use in this function)
agpgart.c:618: called object is not a function
agpgart.c: In function `i810_cleanup':
agpgart.c:626: `printk' undeclared (first use in this function)
agpgart.c:626: called object is not a function
agpgart.c: In function `gart_find_supported':
agpgart.c:638: `NULL' undeclared (first use in this function)
agpgart.c:644: `pci_find_device' undeclared (first use in this function)
agpgart.c:644: `PCI_VENDOR_ID_INTEL' undeclared (first use in this function)
agpgart.c:646: called object is not a function
agpgart.c:649: called object is not a function
agpgart.c:660: called object is not a function
agpgart.c:663: called object is not a function
agpgart.c:674: called object is not a function
agpgart.c:677: called object is not a function
agpgart.c:687: called object is not a function
agpgart.c:690: called object is not a function
agpgart.c: At top level:
agpgart.c:724: parse error before `gart_read'
agpgart.c:724: parse error before `size_t'
agpgart.c:724: warning: `struct file' declared inside parameter list
agpgart.c: In function `gart_read':
agpgart.c:726: `EINVAL' undeclared (first use in this function)
agpgart.c: At top level:
agpgart.c:729: parse error before `gart_write'
agpgart.c:729: parse error before `size_t'
agpgart.c:729: warning: `struct file' declared inside parameter list
agpgart.c: In function `gart_write':
agpgart.c:731: `EINVAL' undeclared (first use in this function)
agpgart.c: At top level:
agpgart.c:734: warning: `struct vm_area_struct' declared inside parameter list
agpgart.c:734: warning: `struct file' declared inside parameter list
agpgart.c: In function `gart_mmap':
agpgart.c:738: dereferencing pointer to incomplete type
agpgart.c:738: dereferencing pointer to incomplete type
agpgart.c:741: `EINVAL' undeclared (first use in this function)
agpgart.c:743: `remap_page_range' undeclared (first use in this function)
agpgart.c:743: dereferencing pointer to incomplete type
agpgart.c:744: dereferencing pointer to incomplete type
agpgart.c:744: called object is not a function
agpgart.c:746: `EAGAIN' undeclared (first use in this function)
agpgart.c: At top level:
agpgart.c:751: warning: `struct file' declared inside parameter list
agpgart.c:751: warning: `struct inode' declared inside parameter list
agpgart.c: In function `gart_release':
agpgart.c:753: `MOD_DEC_USE_COUNT' undeclared (first use in this function)
agpgart.c: At top level:
agpgart.c:757: warning: `struct file' declared inside parameter list
agpgart.c: In function `gart_lseek':
agpgart.c:759: `ESPIPE' undeclared (first use in this function)
agpgart.c: At top level:
agpgart.c:762: warning: `struct file' declared inside parameter list
agpgart.c:762: warning: `struct inode' declared inside parameter list
agpgart.c: In function `gart_open':
agpgart.c:770: `MOD_INC_USE_COUNT' undeclared (first use in this function)
agpgart.c: At top level:
agpgart.c:774: variable `gart_fops' has initializer but incomplete type
agpgart.c:776: warning: excess elements in struct initializer
agpgart.c:776: warning: (near initialization for `gart_fops')
agpgart.c:777: warning: excess elements in struct initializer
agpgart.c:777: warning: (near initialization for `gart_fops')
agpgart.c:778: warning: excess elements in struct initializer
agpgart.c:778: warning: (near initialization for `gart_fops')
agpgart.c:779: `NULL' undeclared here (not in a function)
agpgart.c:779: warning: excess elements in struct initializer
agpgart.c:779: warning: (near initialization for `gart_fops')
agpgart.c:780: `NULL' undeclared here (not in a function)
agpgart.c:780: warning: excess elements in struct initializer
agpgart.c:780: warning: (near initialization for `gart_fops')
agpgart.c:781: warning: excess elements in struct initializer
agpgart.c:781: warning: (near initialization for `gart_fops')
agpgart.c:782: warning: excess elements in struct initializer
agpgart.c:782: warning: (near initialization for `gart_fops')
agpgart.c:783: warning: excess elements in struct initializer
agpgart.c:783: warning: (near initialization for `gart_fops')
agpgart.c:784: `NULL' undeclared here (not in a function)
agpgart.c:784: warning: excess elements in struct initializer
agpgart.c:784: warning: (near initialization for `gart_fops')
agpgart.c:786: warning: excess elements in struct initializer
agpgart.c:786: warning: (near initialization for `gart_fops')
agpgart.c:788: variable `gart_miscdev' has initializer but incomplete type
agpgart.c:790: warning: excess elements in struct initializer
agpgart.c:790: warning: (near initialization for `gart_miscdev')
agpgart.c:791: warning: excess elements in struct initializer
agpgart.c:791: warning: (near initialization for `gart_miscdev')
agpgart.c:793: warning: excess elements in struct initializer
agpgart.c:793: warning: (near initialization for `gart_miscdev')
agpgart.c: In function `gart_free_table':
agpgart.c:816: `PAGE_SIZE' undeclared (first use in this function)
agpgart.c:820: `PG_reserved' undeclared (first use in this function)
agpgart.c:820: `mem_map' undeclared (first use in this function)
agpgart.c:820: subscripted value is neither array nor pointer
agpgart.c:823: `free_pages' undeclared (first use in this function)
agpgart.c:823: called object is not a function
agpgart.c: In function `gart_initialize':
agpgart.c:834: `printk' undeclared (first use in this function)
agpgart.c:834: called object is not a function
agpgart.c:835: called object is not a function
agpgart.c:837: `misc_register' undeclared (first use in this function)
agpgart.c:837: called object is not a function
agpgart.c:839: called object is not a function
agpgart.c:840: `EIO' undeclared (first use in this function)
agpgart.c:845: called object is not a function
agpgart.c:846: `misc_deregister' undeclared (first use in this function)
agpgart.c:846: called object is not a function
agpgart.c:847: `EINVAL' undeclared (first use in this function)
agpgart.c:854: called object is not a function
agpgart.c:855: called object is not a function
agpgart.c:861: called object is not a function
agpgart.c:863: `gart_agpmode' undeclared (first use in this function)
agpgart.c:867: `mtrr_add' undeclared (first use in this function)
agpgart.c:868: `MTRR_TYPE_WRCOMB' undeclared (first use in this function)
agpgart.c:868: called object is not a function
agpgart.c: In function `cleanup_module':
agpgart.c:891: `mtrr_del' undeclared (first use in this function)
agpgart.c:891: called object is not a function
agpgart.c:897: `misc_deregister' undeclared (first use in this function)
agpgart.c:897: called object is not a function
make: *** [agpgart.o] Error 1

______________________青木 健児(あおき けんじ)
E-Mail:mion@xxxxxxxxxxxxxxxx  (Becky!Internet Mail Version 2.00.05)
URL:http://www.kuri.sakura.ne.jp/~aoki/mion/
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾