Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

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.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 10-04-2008, 06:35 AM   #1 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Exclamation Getting cheap Silan Ethernet card working on Ubuntu 7


I tried installing FC7 from the Digit DVD (July 2007)
Everything was running fine n then after the 'starting anaconda' n X-Server came up.........I got these Errors..

I m bad at Linux..So just manually copied the Errors

Quote:
File "/usr/bin/anaconda", line 832, in <module> if xserver_pid is not None and bad EDID(xserver.logfile);
File "/usr/bin/anaconda", line 457,in bad EDID f=open(logfile,"r");

IO ERROR:[Error 2] No such file or directory:'/tmp/ranfs/X.log'
I have FC6 bible so thought of installing FC7...SO tht i can use the book fr reference...Else I would hv tried another distro from some other Digit DVD I have.


Initially Started off wth fedora..finally switched to ubuntu! So the thread has nothing much to do wth FEDORA!
__________________
Do you know, Shinigamis only eat apples???

Last edited by nitish_mythology; 05-05-2008 at 07:18 AM. Reason: Initially Started off wth fedora..finally switched to ubuntu!
nitish_mythology is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 10-04-2008, 08:13 AM   #2 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: Problem Installing FC7

did you check for error in Installation media?
gary4gar is offline  
Old 10-04-2008, 11:52 AM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Problem Installing FC7

hardware specifications please?
And try installing in text mode. I believe that should work.

Code:
 # If we got bad EDID information from the X server, that means X was
        # unable to probe the monitor correctly.  This can happen with lots of
        # crappy KVMs.  For now, switch to text mode and display an error message
        # so the user knows to run s-c-display after installation.
        if xserver_pid is not None and badEDID(xserver.logfile):
            os.kill(xserver_pid, signal.SIGTERM)
            got_bad_edid = True
            opts.display_mode = 't'
That's from http://smemirror.fullnet.co.uk/relea...dates/anaconda
__________________
http://www.bash.org/?258908

Last edited by mehulved; 10-04-2008 at 11:52 AM. Reason: Automerged Doublepost
mehulved is offline  
Old 10-04-2008, 05:48 PM   #4 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Problem Installing FC7

Thnk u mehulved n gary4gar.. the cd gave checksum error in media test..
I have installed ubuntu from june 2007 digit dvd..So dont care now..

The thread may go off topic...but i need to setup my bsnl dataone conn on it

I asked kalpik on im n he asked me if my ethernet card was being detected
so i issued the lspci command n gt this

Quote:
Ethernet Controller: Hangzhon Silan Microelectronics Co Ltd. Unknown Device 2031(rev 01)
So do i need to install drivers??? or it wll work??
__________________
Do you know, Shinigamis only eat apples???

Last edited by nitish_mythology; 10-04-2008 at 05:49 PM. Reason: Spell Error!
nitish_mythology is offline  
Old 10-04-2008, 06:07 PM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem Installing FC7

wow!u got that card?is that intex/d-link make?it is tough in Linux unless ur kernel is configured with silan support.
I hope Ubuntu does!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 10-04-2008, 06:53 PM   #6 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Problem Installing FC7

ya its INTEX RTL 8139D...........................so wht can i expect??
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 10-04-2008, 07:00 PM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem Installing FC7

to connect ur dataone with this cheap intex lan card,you have to recompile the kernel with silan support.
...and in Ubuntu,creating linux-image.deb is not really tough;thx to make-kpkg.
if you are not ready to recompile the kernel from sources,you would like to ask your friendly mods kalpik,mehulved or someone here to compile a kernel with silan support and upload it somewhere for you to download and install.

Code:
CONFIG_SC92031:                                                                          │  
  │                                                                                          │  
  │ This is a driver for the Fast Ethernet PCI network cards based on                        │  
  │ the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you                      │  
  │ have one of these, say Y here.                                                           │  
  │                                                                                          │  
  │ To compile this driver as a module, choose M here: the module                            │  
  │ will be called sc92031.  This is recommended.                                            │  
  │                                                                                          │  
  │ Symbol: SC92031 [=m]                                                                     │  
  │ Prompt: Silan SC92031 PCI Fast Ethernet Adapter driver (EXPERIMENTAL)                    │  
  │   Defined at drivers/net/Kconfig:1696                                                    │  
  │   Depends on: NETDEVICES && NET_ETHERNET && NET_PCI && PCI && EXPERIMENTAL               │  
  │   Location:                                                                              │  
  │     -> Standard Options                                                                  │  
  │       -> Device Drivers                                                                  │  
  │         -> Network device support (NETDEVICES [=y])                                      │  
  │           -> Ethernet (10 or 100Mbit) (NET_ETHERNET [=y])                                │  
  │   Selects: CRC32
^ this module!~
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 10-04-2008, 09:17 PM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Problem Installing FC7

Don't mind but how do you of all poeple manage to get all such weird stuff? I'd still like to be able to run linux on that PC of yours.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-04-2008, 02:28 PM   #9 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Problem Installing FC7

@mehulved
Are u talking of my config???????
I know its ages old n weird..but hv to do with it fr a month more and then after I give my engg exams...I m likely to get a new pc!!

Still...Till then help me out with this!
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 11-04-2008, 05:52 PM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Problem Installing FC7

Try this http://ubuntuforums.org/showthread.php?t=356006
If it doesn't work then you will need the kernel source for what prakash suggested, some ubuntu user like kalpik can tell you which packages to get. Once you get that I can post the procedure on how to go about it.

[OT] What are you going to do with that old PC after buying a new one?[/OT]
__________________
http://www.bash.org/?258908

Last edited by mehulved; 11-04-2008 at 05:52 PM. Reason: Automerged Doublepost
mehulved is offline  
Old 11-04-2008, 07:07 PM   #11 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem Installing FC7

So, @nitish:If you are having Ubuntu 7.10 Gutsy,I will compile a kernel for your system
Do post your system in detail here(eg; processor,mobo,onboard gfx etc year u bought this system)
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 11-04-2008, 07:37 PM   #12 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Problem Installing FC7

it's a cyrix 4 735Mhz processor
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-04-2008, 07:42 PM   #13 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem Installing FC7

what?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 11-04-2008, 09:00 PM   #14 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Problem Installing FC7

Read this
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 14-04-2008, 12:26 PM   #15 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Problem Installing FC7

@mehulved
U still remember my pcs config...I know its antique!
@praka123
So wht do u hv to say now??
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 14-04-2008, 02:45 PM   #16 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Problem Installing FC7

nitish I didn't remember it so much. But I find that config really nice. If you're ever getting rid of it out do inform me.
nitish id you try that link of ubuntu forums that I gave?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 15-04-2008, 10:03 AM   #17 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Problem Installing FC7

Are u serious mehulved???????
Ya i wll get rid of it..maybe in a month or two!!!!!!!!

Saw tht ubuntu forum link n downloaded the tar file....lets see if I can follow the instruction!
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 15-04-2008, 10:10 AM   #18 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Problem Installing FC7

^Dude, Config's like yours are now equivalent to priceless antiques.
And you're gettin rid of it?

If you dont really care, then hold an auction on ebay or smthing,
I'm sure you'll get quite a few guys who are intrested.
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 15-04-2008, 10:24 AM   #19 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: Problem Installing FC7

whats so special in it?
gary4gar is offline  
Old 15-04-2008, 10:27 AM   #20 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Problem Installing FC7

Just that you cant get it anymore

Quite a few folks treasure old configs, stuff that cant be attained anymore.
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 15-04-2008, 10:37 AM   #21 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default hmmm...thts cool!

Auction..I m ready to gv it off fr free!!
The processor n motherboard along wth RAM n stuff works flawlessly!
The pc gives me no prb at all!
Wll i get a fair amount fr it in ebay??? Wont mind if I can earn a bit frm it!


Waise its nt tht old too..... u hv pen2 n pen1 wth ppl!
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 15-04-2008, 10:41 AM   #22 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: Problem Installing FC7

Give it to anyone who pays shipping + some extra handling charges
gary4gar is offline  
Old 15-04-2008, 01:38 PM   #23 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem Installing FC7

u can find such antique pieces still running in so called "next gen" computer institutes around the country
@nitish:do u want a custom compiled kernel?I can compile one and upload.but cant gurantee 100% that it will solve ur problem.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 15-04-2008, 02:14 PM   #24 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem Installing FC7

^why? it is rather a blunder u said!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 15-04-2008, 03:41 PM   #25 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Problem Installing FC7

Quote:
Originally Posted by nitish_mythology View Post
Are u serious mehulved???????
Ya i wll get rid of it..maybe in a month or two!!!!!!!!
I am really serious. I am very much interest in having that computer. Lots of things I can do with it. I can build a nice little gateway on it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 15-04-2008, 06:41 PM   #26 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Problem Installing FC7

@praka123
I have still not tried the instruction frm tht ubuntu forum thng which mehulved gave, just down the zip file!
Wht wll b the size of kernel u wll upload coz I m on Home 250 plan n ya I have series of engg exams ( VIT on 19th ,Manipal on 24th, AIEEE on 27th n SRM on 4th)

So dont know how much wll i be able to experiment! Still Do guide me...

@mehulved
You can have the pc if I get a new one... How wll I ship it to Mumbai??
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 15-04-2008, 07:40 PM   #27 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problem Installing FC7

OK.u try!if it doesnt work,then will do for you
BTW,kernel .deb size? ~10-15MB
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 15-04-2008, 09:12 PM   #28 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Problem Installing FC7

Quote:
Originally Posted by nitish_mythology View Post
@praka123
I have still not tried the instruction frm tht ubuntu forum thng which mehulved gave, just down the zip file!
Wht wll b the size of kernel u wll upload coz I m on Home 250 plan n ya I have series of engg exams ( VIT on 19th ,Manipal on 24th, AIEEE on 27th n SRM on 4th)

So dont know how much wll i be able to experiment! Still Do guide me...

@mehulved
You can have the pc if I get a new one... How wll I ship it to Mumbai??
Just try it out. You will just need to follow the instructions. If it doesn't work then try the kernel prakash gives. Take your time, studies are important too
About shipping the PC, I will have to check around. But, you still have time for it so let my exams finish.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 28-04-2008, 08:00 PM   #29 (permalink)
OSS Enthusiast!
 
nitish_mythology's Avatar
 
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
Default Re: Problem Installing FC7

Hey..After a long break I tried it...
The readme just asked to give the normal make n make install command!

As Soon as I issued the make command I gt this message
Quote:
***Linux kernel source not configured-Missing config.h stop!
Even tried gvng make install directly but gt the same error msg.
I gt three files after the extraction of the tar files i.e makefile,readme n sc92031.c

So I even tried compiling the .c file(just a wild guess frm me!) gv the command
gcc sc92031.c
I gt screenful of message with warnings,errors etc etc but it was ntng gr8...i could see no change!
__________________
Do you know, Shinigamis only eat apples???
nitish_mythology is offline  
Old 28-04-2008, 09:27 PM   #30 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Problem Installing FC7

Install the kernel-sources packages.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
help me problem xp installing baadalali772298 Software Q&A 3 22-01-2007 12:44 PM
installing FC6 problem. LEARNER_LEARNER Open Source 15 02-12-2006 03:03 AM
problem with installing new os philipmb Software Q&A 3 21-08-2006 02:12 AM
installing problem noblefriend2002 QnA (read only) 3 20-01-2005 01:06 AM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:08 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2