Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: upgraded to 2.6.2....now no sound or network

  1. #21
    Junior Member registered user
    Join Date
    Feb 2004
    Posts
    14
    alright...so I finally got ALSA working...and I got my NIC working...but I need to modprobe 8139too and then netcardconfig everytime I boot! I added 8139too as well as mii and crc32 to the end of /etc/modules, even did an update-modules, but no luck with getting it to boot at startup....and actually now that i just looked again...both emu10k1 and 8139too were already in the list right next to each other (funny coincidence i'm assuming). hmm...here's my current /etc/modules:
    Code:
    rtc
    apm power_off=1
    usb-uhci
    printer
    mousedev
    hid
    serial
    parport_pc
    bttv
    tuner
    emu10k1-gp
    8139too
    via82cxxx_audio
    emu10k1
    agpgart
    nls_cp437
    nls_iso8859-1
    ext3
    reiserfs
    af_packet
    autofs4
    mii
    crc32
    and here's my current lsmod (after using modprobe 8139too to open 8139too, mii and crc32)
    Code:
    8139too                17408  0
    mii                     4032  1 8139too
    crc32                   3840  1 8139too
    snd_pcm_oss            48420  0
    nls_cp437               5376  4
    snd_mixer_oss          16768  1 snd_pcm_oss
    apm                    15524  1
    parport_pc             26860  1
    lp                      8836  0
    parport                36392  2 parport_pc,lp
    uhci_hcd               29840  0
    ohci_hcd               15808  0
    ehci_hcd               22596  0
    evdev                   7680  0
    snd_emu10k1            64004  4
    snd_rawmidi            20000  1 snd_emu10k1
    snd_pcm                86180  4 snd_pcm_oss,snd_emu10k1
    snd_timer              21252  1 snd_pcm
    snd_ac97_codec         51716  1 snd_emu10k1
    snd_page_alloc          9028  2 snd_emu10k1,snd_pcm
    snd_util_mem            3264  1 snd_emu10k1
    snd_hwdep               7264  1 snd_emu10k1
    snd                    43940  15 snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_pcm,snd_timer,snd_ac97_codec,snd_util_mem,snd_hwdep
    soundcore               7392  1 snd
    root@tux:~# lsmod
    Module                  Size  Used by
    8139too                17408  0
    mii                     4032  1 8139too
    crc32                   3840  1 8139too
    snd_pcm_oss            48420  0
    nls_cp437               5376  4
    snd_mixer_oss          16768  1 snd_pcm_oss
    apm                    15524  1
    parport_pc             26860  1
    lp                      8836  0
    parport                36392  2 parport_pc,lp
    uhci_hcd               29840  0
    ohci_hcd               15808  0
    ehci_hcd               22596  0
    evdev                   7680  0
    snd_emu10k1            64004  4
    snd_rawmidi            20000  1 snd_emu10k1
    snd_pcm                86180  4 snd_pcm_oss,snd_emu10k1
    snd_timer              21252  1 snd_pcm
    snd_ac97_codec         51716  1 snd_emu10k1
    snd_page_alloc          9028  2 snd_emu10k1,snd_pcm
    snd_util_mem            3264  1 snd_emu10k1
    snd_hwdep               7264  1 snd_emu10k1
    snd                    43940  15 snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_pcm,snd_timer,snd_ac97_codec,snd_util_mem,snd_hwdep
    soundcore               7392  1 snd
    Seems like there's lots of stuff in there that isn't being loaded...though I just looked through and some of that stuff like bttv and tuner are left over from 2.4.2x

  2. #22
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    What does the /etc/network/interfaces file look like that is where the IP for the card gets set and if auto eth0 is in there then it is brought up automatically on boot.

    For static settings it should look similar to this you would need to replace the settings with yours.

    Code:
    >$ cat /etc/network/interfaces
    # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
    
    # The loopback interface
    auto lo
    iface lo inet loopback
    
    # The first network card - this entry was created during the Debian installation
    # (network, broadcast and gateway are optional)
    auto eth0
    iface eth0 inet static
            address 192.168.0.1
            netmask 255.255.255.0
            network 192.168.0.0
            broadcast 192.168.0.255
            gateway 192.168.0.254
    For DHCP

    Code:
    >$ cat /etc/network/interfaces
    # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
    
    # The loopback interface
    auto lo
    iface lo inet loopback
    
    # The first network card - this entry was created during the Debian installation
    # (network, broadcast and gateway are optional)
    auto eth0
    iface eth0 inet dhcp

    You can remove or put a # character in front of the lines that are still left over from the knoppix kernel like the bttv, tuner and emu10k1 if they are not needed anymore. The modules being loaded are for the new kernel if you did not compile the others that are in the modules file then they would never have a chance to be loaded they do not exist for that kernel.

  3. #23
    Junior Member registered user
    Join Date
    Feb 2004
    Posts
    14
    Code:
    # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
    
    # The loopback interface
    # automatically added when upgrading
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet dhcp
    doesn't seem to be the problem

Page 3 of 3 FirstFirst 123

Similar Threads

  1. no more usb, pcmcia, network, sound,... pls help
    By andromeda in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 04-23-2004, 01:36 PM
  2. Need a lot of help! (HDD, Network, Sound...)
    By NerdIII in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 03-25-2004, 01:30 AM
  3. Onboard sound and network-OK with CD, not HD install
    By AKengineer in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 09-01-2003, 08:27 PM
  4. onboard sound/network
    By laffer in forum Hardware & Booting
    Replies: 1
    Last Post: 08-06-2003, 08:35 PM
  5. Non-detection of sound card and Network adapter
    By jonwood in forum Hardware & Booting
    Replies: 4
    Last Post: 03-24-2003, 04:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Lenovo IdeaPad 5i Slim 5 16IRL8 16

Lenovo IdeaPad 5i Slim 5 16IRL8 16" (512GB SSD, Intel Core i5-1335U, 1.30GHz,...

$469.00



For Lenovo ideapad Flex 5 15IIL05 15ITL05 LCD Touch Screen Bezel 5D10S39643 New picture

For Lenovo ideapad Flex 5 15IIL05 15ITL05 LCD Touch Screen Bezel 5D10S39643 New

$135.00



For Lenovo IdeaPad 1 15ADA7 15AMN7 LCD Back Cover Hinge Cover Bezel 5CB1F36621 picture

For Lenovo IdeaPad 1 15ADA7 15AMN7 LCD Back Cover Hinge Cover Bezel 5CB1F36621

$55.88



Lenovo Legion 5 15.6

Lenovo Legion 5 15.6" Gaming Laptop AMD R7 7735HS RTX 4060 16GB RAM 512GB SSD

$849.99



Lenovo IdeaPad Pro 5i, 16″, i5-13500H, 16 GB, 1 TB SSD, RTX 3050, 120Hz, Laptop picture

Lenovo IdeaPad Pro 5i, 16″, i5-13500H, 16 GB, 1 TB SSD, RTX 3050, 120Hz, Laptop

$709.99



Lenovo Notebook IdeaPad 1 Laptop, N6000, 4GB, 128GB eMMC, Win 11 Home-Certified picture

Lenovo Notebook IdeaPad 1 Laptop, N6000, 4GB, 128GB eMMC, Win 11 Home-Certified

$136.59



Lenovo 300e 11.6

Lenovo 300e 11.6" 2in1 Touchscreen Laptop Computer 4GB RAM 64GB SSD Windows 10

$83.99



Lenovo ThinkPad E560 Intel Core i5-6200U 2.3GHz 8GB RAM 500GB HDD W10P w/Charger picture

Lenovo ThinkPad E560 Intel Core i5-6200U 2.3GHz 8GB RAM 500GB HDD W10P w/Charger

$74.99



Lenovo Notebook ThinkPad L14 AMD Gen 3 Laptop, 14

Lenovo Notebook ThinkPad L14 AMD Gen 3 Laptop, 14" FHD IPS 60Hz

$409.99



Lenovo Notebook ThinkPad T14s Gen 4 Laptop, 14

Lenovo Notebook ThinkPad T14s Gen 4 Laptop, 14" IPS 60Hz, i7-1355U,

$704.63