| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) | |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
Quote:
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
I'm running Debian Etch 19th Dec 2006 Weekly build in my lappy now. It has a way improved installer.
The new graphical installer is buggy though. It's not detecting my Synaptics Keypad. Also the installation crashed after partition. It is not detecting my wireless lan auto as ubuntu did. I'm searching for a workaround.
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
|
|
#3 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
try the curses based installer.it's better.then
apt-get install xserver-xorg-input-synaptics tpconfig there are configuring tools available like gsynaptics available. I am running Debian Etch with Sid+experimental apt-pinned Synaptics touch pad surely will have been auto detected na? as far as wireless lans are -i am inexperienced and u can check for packages like pcmcia utils,wireless-tools etc installed.for firmwares available and for particular wii cards support perhaps u need to have a good sources.list with non-free enabled. My sources.list Code:
#Main repo deb ftp://ftp.us.debian.org/debian/ testing main contrib non-free #Unstable deb ftp://ftp.us.debian.org/debian/ unstable main contrib non-free #Experimental deb ftp://ftp.us.debian.org/debian/ experimental main contrib non-free #Security Updates deb http://security.debian.org/ etch/updates main # deb-src http://security.debian.org/ etch/updates main #Debian Multimedia deb http://www.debian-multimedia.org/ etch main #Opera deb http://deb.opera.com/opera/ etch non-free #Unofficial deb http://ftp.debian-unofficial.org/debian/ etch main contrib non-free restricted deb http://packages.kirya.net/debian/ unstable main contrib non-free deb http://www.rarewares.org/debian/packages/unstable/ ./ # deb http://getswiftfox.com/builds/debian unstable non-free # imu's Beryl-SVN Debian-unstable Repository # GPG key: 81836EBF deb http://download.tuxfamily.org/3v1deb debian-unstable beryl-svn # deb http://www.linux.lk/~anuradha/beryl/etch/ ./ #initng deb http://debian.space-based.de/debs/ experimental main Code:
etch:~# cat /etc/apt/preferences Package: * Pin: release a=testing Pin-Priority: 900 Package: * Pin: release a=unstable Pin-Priority: 200 Package: * Pin: release a=experimental Pin-Priority: 10 etch:~#
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#4 (permalink) |
|
Wise Old Owl
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
|
Prakash. I'm in the debian etch testing team for Malayalam language, and was testing the graphical installer in various machines.
Text install is fine. I'm already running Debian Etch 19th Dec 2006 Weekly build. And the synaptics keypad is not detected in graphical installer. It's working fine after installation. The problem being Debian is not starting X for graphical installation. It's just a GTK workaround, and needs a lot of changes from now. As of now I'll suggest the text installer for etch installation. All the wireless tools are installed but it's not detecting my card. i was told to install hotplug, but synaptic tells me that i need to remove a few packages for installing hotplug like apid gnome-power-manager gnome-volume-manager linux-xxxx-486 (???????????) and a few more. I was quite confused why it asks me for removing the kernel - so i stopped there. Most probably it need to install an hotplug enabled kernel - i need to confirm. Thanks for the repository list.
__________________
Sometime you'll think you understand everything ...Then you'll regain consciousness |
|
|
|
|
#5 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
No Hotplug pkg with latest linux kernels.use udev > 0.7 .it replaces hotplug pkg completely.In my Current System,I Use Upstart and allieds (like in ubuntu edgy) which replaces old sysVinit and is faster also.
In such a situation,u may need to try purging hotplug package and related from synaptic(easy way) and upgrade udev to the current version (0.103-1) .which is better in managing blockdevices unlike devfs.and reinstall all removed packages except hotplug. Or use Code:
etch:~# dpkg --ignore-depends\=hotplug --purge hotplug make sure u have no broken pkgs after install by Code:
~#apt-get install -f Code:
~#dpkg --configure -a BTW U need a latest kernel!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|