noone helping me.

Status
Not open for further replies.

harshit099

Broken In
i want to connect INTERNET in ubuntu9.10. i am able to ping in my address. i try the pppconfig and use dynamic address. also other things as default but i am not able to connect in ubuntu. also 1 year ago i try ubuntu as timepass and that time i got INTERNET working in first try. i don't know what i am doing wrong. i have bsnl home combo 199 plan. my modem is siemens c2110 (wired). i also tried sudo pon provider. also if somebody have ubuntu + bsnl broadband than please give me some clues about ur pppconfig settings.
 

skeletor

Chosen of the Omnissiah
What does the Network Manager applet of GNOME say about your wired connection? Does it say connected? (look at top right corner)

If not, Configure eth0 through GNOME network manager manually with the following settings:

IP: 192.168.1.2, Gateway: 192.168.1.1, Subnet mask: 255.255.255.0
DNS: 4.2.2.2

Then re-run pppoeconf through sudo pppoeconf. And then, sudo pon dsl-provider ...
 
OP
H

harshit099

Broken In
THANKYOU:razz: ico. now i am typing this from ubuntu. now i only have to install graphics driver from latest svn. can you teach me what this line is saying?:cry:
svn checkout *svn.openchrome.org/svn/trunk openchrome
cd openchrome
./autogen.sh --prefix=/usr
make
and finally: sudo make install
also how to backup & restore :razz:these files
/usr/lib/xorg/modules/drivers/openchrome_drv.so
and /usr/lib/libchromeXvMC*so* files
 

skeletor

Chosen of the Omnissiah
^ No problem. :)

btw, before helping you, I would like you to post the output of this command:
lspci | grep VGA
 
OP
H

harshit099

Broken In
utput of this command:
lspci | grep VGA is this--:lol:
01:00.0 VGA compatible controller: VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] (rev 01)

my chipset is k8m800.
 
Last edited:

skeletor

Chosen of the Omnissiah
^ Fine. Don't use the Unichrome drivers. VIA has actually released official drivers for your onboard graphics.

First do this: sudo apt-get install build-essential
This will install all the necessary packages which one requires for compiling.

Download the driver from here: *www.viaarena.com/displaydrivers.aspx?PageID=1&OSID=60&CatID=3650&SubCatID=109
Extract it and see the instructions. :)
 
Last edited:
OP
H

harshit099

Broken In
is this driver provide 3d acceleration and compatible with ubuntu 9.10. if not than I will want to use non-official openchrome driver. please give me your valuable advice.
 
Last edited:
OP
H

harshit099

Broken In
i follow these instruction from read me.
How To Compile VIA Xorg driver



1. Check your current working directory is XServer, if not change it to be



2. Generate configure file automatically, enter



chmod +x autogen.sh

./autogen.sh



3. Compile VIA Xorg driver, enter



make

But this was happened. what i am doing wrong.




user@ubuntu:~/via-xserver-86a-50283_src/XServer$ chmod +x autogen.sh ./autogen.sh
user@ubuntu:~/via-xserver-86a-50283_src/XServer$ make
make: *** No targets specified and no makefile found. Stop.
user@ubuntu:~/via-xserver-86a-50283_src/XServer$

the result of ls -l command is
-rwxr-xr-x 1 user user 251 2009-07-13 21:24 autogen.sh
-rwxr-xr-x 1 user user 4537 2009-08-18 22:08 configure.ac
drwxr-xr-x 2 user user 4096 2010-01-05 19:36 graphic
drwxr-xr-x 2 user user 4096 2010-01-05 19:26 m4
-rwxr-xr-x 1 user user 1556 2009-07-13 21:24 Makefile.am
drwx------ 3 user user 4096 2009-08-04 01:36 Misc
-rwxr-xr-x 1 user user 1909 2009-08-04 01:36 README
drwx------ 2 user user 4096 2009-08-04 01:36 src

please help. also readme file says that it is compatible with other via chipsets.

---------- Post added at 09:01 PM ---------- Previous post was at 07:49 PM ----------

well now i am trying openchrome driver but i failed see this and point me what i do to install it smothly.

Checked out revision 826.
harshit@ubuntu:~$ cd /home/harshit/openchrome
harshit@ubuntu:~/openchrome$ ./autogen.sh --prefix=/usr --enable-debug --enable-xv-debug
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:33: installing `./missing'
libxvmc/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking if RANDR is defined... no
checking if RENDER is defined... no
checking if XV is defined... no
checking if XF86DRI is defined... no
checking if DPMSExtension is defined... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG... configure: error: Package requirements (xorg-server xproto fontsproto libdrm ) were not met:

No package 'xorg-server' found
No package 'xproto' found
No package 'fontsproto' found
No package 'libdrm' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

---------- Post added at 09:09 PM ---------- Previous post was at 09:01 PM ----------

well now i am trying openchrome driver but i failed see this and point me what i do to install it smothly.

Checked out revision 826.
harshit@ubuntu:~$ cd /home/harshit/openchrome
harshit@ubuntu:~/openchrome$ ./autogen.sh --prefix=/usr --enable-debug --enable-xv-debug
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:33: installing `./missing'
libxvmc/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking if RANDR is defined... no
checking if RENDER is defined... no
checking if XV is defined... no
checking if XF86DRI is defined... no
checking if DPMSExtension is defined... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG... configure: error: Package requirements (xorg-server xproto fontsproto libdrm ) were not met:

No package 'xorg-server' found
No package 'xproto' found
No package 'fontsproto' found
No package 'libdrm' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
 
Last edited:

skeletor

Chosen of the Omnissiah
checking for XORG... configure: error: Package requirements (xorg-server xproto fontsproto libdrm ) were not met:

No package 'xorg-server' found
No package 'xproto' found
No package 'fontsproto' found
No package 'libdrm' found
okk...Try this:
sudo apt-get install xorg-server xproto fontsproto libdrm

and compile again.
 
Last edited:
OP
H

harshit099

Broken In
i tried but i get this error messege. E: Couldn't find package xorg-server
also what is mean of NO TARGET like as below
harshit@ubuntu:~/openchrome$ make
make: *** No targets specified and no makefile found. Stop.

also by doing this command i think i have all dependencies satisfied.
sudo apt-get build-dep xserver-xorg-video-openchrome
i tried the method from here:
*help.ubuntu.com/community/OpenChrome:sad:

---------- Post added at 11:47 AM ---------- Previous post was at 11:31 AM ----------

again see this::
harshit@ubuntu:~$ sudo apt-get build-dep xserver-xorg-video-openchrome
[sudo] password for harshit:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_karmic_multiverse_source_Sources - open (2: No such file or directory)
harshit@ubuntu:~$ ls -l
total 44
drwxr-xr-x 2 harshit harshit 4096 2010-01-04 20:47 Desktop
drwxr-xr-x 2 harshit harshit 4096 2010-01-04 20:47 Documents
drwxr-xr-x 4 harshit harshit 4096 2010-01-06 11:33 Downloads
-rw-r--r-- 1 harshit harshit 167 2009-12-27 13:52 examples.desktop
drwxr-xr-x 2 harshit harshit 4096 2009-12-27 13:57 Music
drwxr-xr-x 7 harshit harshit 4096 2010-01-06 11:36 openchrome
drwxr-xr-x 2 harshit harshit 4096 2009-12-27 13:57 Pictures
drwxr-xr-x 2 harshit harshit 4096 2009-12-27 13:57 Public
drwxr-xr-x 2 harshit harshit 4096 2009-12-27 13:57 Templates
drwxrwxrwx 4 harshit harshit 4096 2009-08-20 03:43 via-xserver-86a-50283_src
drwxr-xr-x 2 harshit harshit 4096 2009-12-27 13:57 Videos
harshit@ubuntu:~$
it shows this via-xserver-86a-50283_src file in green colour.
what i do is linux too hard. or even make me able to Compile VIA Xorg driver.

also i try $ gksudo gedit /etc/X11/xorg.conf but it shows empty xorg.conf.
 
Last edited:
OP
H

harshit099

Broken In
hi eco i find that latest ubuntu 9.10 comes & use openchrome by default but it uses an old version of it.
and does not provide 3d acceleration. so at least help me to solve this:
wget *www.openchrome.org/releases/xf86-video-openchrome-latest.tar.gz
tar xvzf xf86-video-openchrome-latest.tar.gz
cd xf86-video-openchrome-<version number>
./configure --prefix=/usr
make
sudo make install

but after make it says harshit@ubuntu:~/xf86-video-openchrome-0.2.904$ make
make: *** No targets specified and no makefile found. Stop.
so tell me what to do.
 

skeletor

Chosen of the Omnissiah
Leave aside OpenChrome. Try the VIA driver.

*help.ubuntu.com/community/OpenChrome#VIA proprietary graphics driver

These things actually get subjective as I have never had VIA graphics.
 
Status
Not open for further replies.
Top Bottom