سلام بر دوستان عزیز
آقا ما یه لپ تاپ Dell vostro 1500 گرفتیم به همراه یک عدد ویندوز ویستای مامانی گل منگلی از پیش نصب شده.... به محض در یافت با یک حرکت اساسی کل هارد رو تبدیل به فایل سیستم ضد ویندوز کردم و البته بیشتر از چند بار چندین نوع توزیع مختلف رو نصب کردم ...به علت جدید بودن این لپ تاپ ها یک مقدار با 7.04 مشکل داره نه وایرلس نه کارت گرافیگ هیچ کدوم کار نمی کنه ....حتی با با سی دی لایو نمی تونید وارد محیط X بشید البته اینجا http://www.eecs.tufts.edu/~nricci01/ubuntu_vostro/ می تونید ببینید که یک نفر نصب کرده و همه چیز درست کار می کنه ولی من فقط تونستم لینوکس رو نصب کنم و کارت گرافیک و وایرلس راه اندازی نشد......
خوب لپ تاپ های جدید سیستم عامل جدید هم می خوان پس اوبونتو 7.1 انتشار آزمایشی 5 رو دانلود کردم و نصب کردم راحت توی ristricted drivers تشخیص داد و من درایور ها رو نصب کردم و عالی کار میکنه ...بلوتوث هم کار می کنه و..... فقط رم ریدر هنوز فعال نشده ........ فعلا کامپیز روش نصبه و به درستی فعاله و کار میکنه هنوز بریل رو نصب نکردم ......
مشخصات لپ تاپ من :
Properties
* Name Vostro 1500
* Brand Dell
* Series 1500
* Model Vostro 1500
* Weight 2.7 kg
Processor
* Speed Intel® Core™ 2 Duo 2.0
* Type Intel® CoreTM 2 Duo Dual-Core
* Bus 800
* Cashe 4096 KB
Memory (RAM)
* Size 1024 MB
* Type DDR2 RAM
OS
* Opperating System Windows Vista® Business
Graphic
* Type TrueLife
* Size 15.4 WXGA
* Resolotion 1280*800
* Adapter NVIDIA® GeForce™ 8400M
* Memory 383 MB
* Internal Memory 128 mb
* External Memory YES
* External display supported yes
Hard Disk
* Size 120 GB
* Type Serial ATA
* RPM 5400 rpm
Standard Features
* Optical Device DVD+/-R Double Layer
* Pointing Device Touch Pad
battery
* Life Time 3 Hours
Communications
* Fax/Modem High speed 56K modem
* Network Card Ethernet 10/100BT integrated
* Wireless Wireless-N
Ports
* S Vedio S-video TV out
* IEEE 1394 1 IEEE 1394
* CRT Yes
* USB 4 USB ports
* PCMCIA Yes
Description
* Warrianty 1 Year [Iran]
بطور خلاصه بگم :یک توزیع جدید با هسته ی جدید + اینترنت با کمی سرعت بالا + پشتکار = حل مشکلات
Dell XPS m1210
گزارش تفصیلی (!):
من با Card Reader مشکل دارم.
Suspend و Hibernate کار میکنه (۹۰ درصد) با Compiz-Fusion + Screenlets کار میکنه!
بقیه کاملا کار میکنن!
شما با وبکم چهچوری کنار اومدی؟
من که ۲ ساعت وقتم گرفته شد تا تونستم به کمک https://answers.launchpad.net/ubuntu/+source/hal/+question/14286 (https://answers.launchpad.net/ubuntu/+source/hal/+question/14286) وبکم لوجیتک Logitech Webcam همراه لپتاپ رو نصب کنم.
خلاصهش هم اینطور بود:
install the necessary kernel headers and gcc compiler with (it should ask your password):
sudo apt-get install linux-headers-`uname -r` linux-restricted-modules-`uname -r` build-essential gcc-3.4 svn
get the uvc driver with this command:
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
2. Now go the folder trunk by opening a terminal and typing"cd trunk"
3. You need to change the install path in the Makefile so type
"sudo vi Makefile" and change
INSTALL_MOD_DIR := usb/media
to
INSTALL_MOD_DIR := kernel/ubuntu/media/usbvideo
4. Then you need to compile it so type "sudo make install". Your webcam driver is now installed, but you still need a program to use it and most
are not compatible with the UVC drivers (easycam will not work 99% of the time).
5. So go here http://mxhaard.free.fr/spca50x/Investigation/uvc/ and get the latest luvcview.tar.gz file.
6. You now need to extract the files so go to where you downloaded them to usually the desktop ("cd ~/Desktop/") and type "tar -xzf luvcview(here you
need to put the rest of the file name which changes depending on what version you are using.)".
7.You now need to install some lib files so open synaptic package manager and search for "SDL", you need to install a lib file named "libsdl1.2-dev" there
are several similar named libs that are installed in Ubuntu by default so make sure you click that one.
8. Now you need to go back to your terminal go do the folder that was created by step 6 and type "sudo make install" .
9. Your all done just type luvcview and a window will pop up with the video from your webcam.