LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 01-28-2004, 11:47 AM   #1
apeekaboo
Member
 
Registered: Apr 2003
Location: Stockholm/Sweden
Distribution: Kubuntu, Debian, Slax
Posts: 91

Rep: Reputation: 16
Toshiba Tecra 8000, problems compiling kernel 2.6.1


I'm trying to compile the latest 2.6.1 kernel on my Toshiba Tecra 8000.
I've got the graphics and usb are working, but my main problem now is that I can't seem to get the cardbays working.

I have enabled i82365 which was used in the 2.4 kernel but this doesn't seem to be enough.
In 2.4 the modules pcmcia_core, cb_enabler, ds and i82365 were used for the cardbays, but things seem to work differently in 2.6?
I have activated hot-plug which I _think_ is needed, but that didn't really make any difference.
I get no indication of the cardbays detecting my network pc-card when I insert it.
I'm not really sure of what else I can do to test if the cardbays actually are active...
Everything is working fine if I reboot with the 2.4 kernel.

Any tips on how to get the included alsa drivers to work would be great as well.
When I look in the output of dmesg it says that no cards where found.
I'm trying to load ad1848 as a module, which again worked fine in 2.4...

Anybody got any tips?
 
Old 01-29-2004, 07:18 PM   #2
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
hey.
regarding the pc-cards: nothing has changed between 2.4 and 2.6 - use your old settings for it. what pc-card chipset are we talking bout here? which card is this?

regarding alsa: have you tried enabling OSS emulation?

here's my .config, if you want - i have both my pc-card and sound drivers up (alsa).

http://cs1.cs.nyu.edu/~prm225/img/scrshot/kconfig.txt

hth.
 
Old 01-29-2004, 07:22 PM   #3
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
also, if u say u built them all in as modules, i hope ur moprobing them when u need to? and some network pc-cards might need to bring the interface up manually after inserting them.
 
Old 01-31-2004, 02:46 AM   #4
apeekaboo
Member
 
Registered: Apr 2003
Location: Stockholm/Sweden
Distribution: Kubuntu, Debian, Slax
Posts: 91

Original Poster
Rep: Reputation: 16
Thanks for your replys.

Well, actually something has changed regarding pc-cards...
I've got the cardbays to work when using the yenta_socket module in favor of the i82365 module which worked in 2.4.
A nice treat is that I got my wireless 3Com OfficeConnect pc-card to work with driverloader, something I was unable to do in 2.4 (lspci showed nothing...).

However, my SMC-8053TX pc-card, which I use when bringing my laptop with me, still doesn't work.
I have tried all the modules for network pc-cards, even the xircom/tulip which I found hidden away in the PCI cards section...
The only module that seems to load correctly is com20020_cs but I still get 'SIOCSIFADDR: No such device' when trying to give the nic an IP-addresse with ifconfig.
lspci shows this information about the pc-card:
05:00.0 Ethernet controller: Abocom Systems Inc: Unknown device ab08 (rev 11)
In 2.4 this pc-card worked with the tulip_cb module, but I haven't found it's replacement module in 2.6...

I still haven't got ALSA working, but this was a pain in the *ss with 2.4 as well.
I'm actually thinking of disabling ALSA in the kernel and installing it outside of the kernel instead.

Last edited by apeekaboo; 01-31-2004 at 09:02 AM.
 
Old 01-31-2004, 02:48 AM   #5
apeekaboo
Member
 
Registered: Apr 2003
Location: Stockholm/Sweden
Distribution: Kubuntu, Debian, Slax
Posts: 91

Original Poster
Rep: Reputation: 16
double post...

Last edited by apeekaboo; 01-31-2004 at 09:03 AM.
 
Old 01-31-2004, 12:51 PM   #6
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
hey - cant help much about the wireless card atm, but here's my kernel config for alsa on the 2.6
instead of the i810 that i have select the driver you got, and it should work, i guess.
Code:
#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set

#
# PCI devices
#
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Smoothwall 2.0 on a Toshiba Tecra 8000 drodbar Linux - Laptop and Netbook 4 07-06-2006 05:32 PM
Toshiba Tecra 8000 AndK Linux - Laptop and Netbook 5 06-01-2006 02:25 PM
networking my toshiba tecra 8000 caseysmom57 Linux - Networking 2 11-14-2005 07:24 AM
toshiba tecra 8000 ACPI or APM? JunctaJuvant Linux - Laptop and Netbook 0 10-22-2004 08:31 AM
toshiba tecra 8000 sound not working JunctaJuvant Slackware 2 10-19-2004 04:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration